- send(Destination, Message, int, int, long) - Method in class org.apache.activemq.camel.CamelMessageProducer
-
- send(ProducerBrokerExchange, Message) - Method in class org.apache.activemq.camel.camelplugin.CamelRoutesBroker
-
Overide methods to pause the broker whilst camel routes are loaded
- send(Queue, Message) - Method in class org.apache.activemq.camel.CamelQueueSender
-
Sends a message to a queue for an unidentified message producer.
- send(Queue, Message, int, int, long) - Method in class org.apache.activemq.camel.CamelQueueSender
-
Sends a message to a queue for an unidentified message producer,
specifying delivery mode, priority and time to live.
- sendToDeadLetterQueue(ConnectionContext, MessageReference, Subscription, Throwable) - Method in class org.apache.activemq.camel.camelplugin.CamelRoutesBroker
-
- setActiveMQComponent(ActiveMQComponent) - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
-
- setBinding(JmsBinding) - Method in class org.apache.activemq.camel.CamelDestination
-
- setBinding(JmsBinding) - Method in class org.apache.activemq.camel.converter.ActiveMQMessageConverter
-
- setBrokerName(String) - Method in class org.apache.activemq.camel.component.broker.BrokerConfiguration
-
Name of the broker
- setBrokerURL(String) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
-
- setBrokerURL(String) - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
-
- setCamelContext(CamelContext) - Method in class org.apache.activemq.camel.CamelConnection
-
- setCamelContext(CamelContext) - Method in class org.apache.activemq.camel.CamelConnectionFactory
-
- setCamelContext(CamelContext) - Method in class org.apache.activemq.camel.CamelDestination
-
- setCamelContext(CamelContext) - Method in class org.apache.activemq.camel.CamelShutdownHook
-
- setCamelContext(CamelContext) - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
-
- setCheckPeriod(int) - Method in class org.apache.activemq.camel.camelplugin.CamelRoutesBroker
-
- setCheckPeriod(int) - Method in class org.apache.activemq.camel.camelplugin.CamelRoutesBrokerPlugin
-
- setComponent(ActiveMQComponent) - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
-
- setConfiguration(JmsConfiguration) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
-
- setEndpoint(Endpoint) - Method in class org.apache.activemq.camel.CamelDestination
-
- setExposeAllQueues(boolean) - Method in class org.apache.activemq.camel.component.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.activemq.camel.CamelMessageConsumer
-
- setRoutesFile(String) - Method in class org.apache.activemq.camel.camelplugin.CamelRoutesBroker
-
- setRoutesFile(String) - Method in class org.apache.activemq.camel.camelplugin.CamelRoutesBrokerPlugin
-
- setTrustAllPackages(boolean) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
-
- setTrustAllPackages(boolean) - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
-
ObjectMessage objects depend on Java serialization of marshal/unmarshal object payload.
- setUri(String) - Method in class org.apache.activemq.camel.CamelDestination
-
- setUsePooledConnection(boolean) - Method in class org.apache.activemq.camel.component.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.activemq.camel.component.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.activemq.camel.component.ActiveMQComponent
-
- setUserName(String) - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
-
- setUseSingleConnection(boolean) - Method in class org.apache.activemq.camel.component.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.activemq.camel.component.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.
- start() - Method in class org.apache.activemq.camel.camelplugin.CamelRoutesBroker
-
- stop() - Method in class org.apache.activemq.camel.camelplugin.CamelRoutesBroker
-