- send(Destination, Message, int, int, long) - Method in class org.apache.camel.component.activemq.CamelMessageProducer
-
- send(Queue, Message) - Method in class org.apache.camel.component.activemq.CamelQueueSender
-
Sends a message to a queue for an unidentified message producer.
- send(Queue, Message, int, int, long) - Method in class org.apache.camel.component.activemq.CamelQueueSender
-
Sends a message to a queue for an unidentified message producer,
specifying delivery mode, priority and time to live.
- setActiveMQComponent(ActiveMQComponent) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
- setBinding(JmsBinding) - Method in class org.apache.camel.component.activemq.CamelDestination
-
- setBinding(JmsBinding) - Method in class org.apache.camel.component.activemq.converter.ActiveMQMessageConverter
-
- setBrokerURL(String) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
- setBrokerURL(String) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.activemq.CamelConnection
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.activemq.CamelConnectionFactory
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.activemq.CamelDestination
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.activemq.CamelEndpointLoader
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.activemq.CamelShutdownHook
-
- setComponent(ActiveMQComponent) - Method in class org.apache.camel.component.activemq.CamelEndpointLoader
-
- setConfiguration(JmsConfiguration) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Configuration of ActiveMQ
- setEndpoint(Endpoint) - Method in class org.apache.camel.component.activemq.CamelDestination
-
- setExposeAllQueues(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
If enabled this will cause all Queues in the ActiveMQ broker to be
eagerly populated into the CamelContext so that they can be easily
browsed by any Camel tooling.
- setMessageListener(MessageListener) - Method in class org.apache.camel.component.activemq.CamelMessageConsumer
-
- setTrustAllPackages(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Define if all packages are trusted or not
- setTrustAllPackages(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
ObjectMessage objects depend on Java serialization of marshal/unmarshal
object payload.
- setUri(String) - Method in class org.apache.camel.component.activemq.CamelDestination
-
- setUsePooledConnection(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Enables or disables whether a PooledConnectionFactory will be used so
that when messages are sent to ActiveMQ from outside of a message
consuming thread, pooling will be used rather than the default with the
Spring JmsTemplate which will create a new connection, session,
producer for each message then close them all down again.
- setUsePooledConnection(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
Enables or disables whether a PooledConnectionFactory will be used so
that when messages are sent to ActiveMQ from outside of a message
consuming thread, pooling will be used rather than the default with the
Spring JmsTemplate which will create a new connection, session,
producer for each message then close them all down again.
- setUserName(String) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
- setUseSingleConnection(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Enables or disables whether a Spring SingleConnectionFactory will
be used so that when messages are sent to ActiveMQ from outside of a
message consuming thread, pooling will be used rather than the default
with the Spring JmsTemplate which will create a new connection,
session, producer for each message then close them all down again.
- setUseSingleConnection(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
Enables or disables whether a Spring SingleConnectionFactory will
be used so that when messages are sent to ActiveMQ from outside of a
message consuming thread, pooling will be used rather than the default
with the Spring JmsTemplate which will create a new connection,
session, producer for each message then close them all down again.