Skip navigation links
ActiveMQ:: Camel Component 7.10.0.fuse-sb2-7_10_1-00008-redhat-00001
A C D G I L O P R S T 

A

ActiveMQComponent - Class in org.apache.activemq.camel.component
ActiveMQComponent() - Constructor for class org.apache.activemq.camel.component.ActiveMQComponent
 
ActiveMQComponent(CamelContext) - Constructor for class org.apache.activemq.camel.component.ActiveMQComponent
 
ActiveMQComponent(ActiveMQConfiguration) - Constructor for class org.apache.activemq.camel.component.ActiveMQComponent
 
activeMQComponent() - Static method in class org.apache.activemq.camel.component.ActiveMQComponent
activeMQComponent(String) - Static method in class org.apache.activemq.camel.component.ActiveMQComponent
Creates an ActiveMQ Component connecting to the given broker URL
ActiveMQConfiguration - Class in org.apache.activemq.camel.component
 
ActiveMQConfiguration() - Constructor for class org.apache.activemq.camel.component.ActiveMQConfiguration
 
ActiveMQConverter - Class in org.apache.activemq.camel.converter
 
ActiveMQConverter() - Constructor for class org.apache.activemq.camel.converter.ActiveMQConverter
 
ActiveMQEndpoint - Class in org.apache.activemq.camel.component
ActiveMQ endpoint.
ActiveMQEndpoint() - Constructor for class org.apache.activemq.camel.component.ActiveMQEndpoint
 
ActiveMQMessageConverter - Class in org.apache.activemq.camel.converter
 
ActiveMQMessageConverter() - Constructor for class org.apache.activemq.camel.converter.ActiveMQMessageConverter
 
addPooledConnectionFactoryService(Service) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
addQueue(ActiveMQQueue) - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 
addSingleConnectionFactory(SingleConnectionFactory) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
addTopic(ActiveMQTopic) - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 
afterPropertiesSet() - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 

C

CamelConnection - Class in org.apache.activemq.camel
 
CamelConnection(Transport, IdGenerator, IdGenerator, JMSStatsImpl) - Constructor for class org.apache.activemq.camel.CamelConnection
 
CamelConnectionFactory - Class in org.apache.activemq.camel
A JMS ConnectionFactory which resolves non-JMS destinations or instances of CamelDestination to use the CamelContext to perform smart routing etc
CamelConnectionFactory() - Constructor for class org.apache.activemq.camel.CamelConnectionFactory
 
CamelDestination - Class in org.apache.activemq.camel
 
CamelDestination() - Constructor for class org.apache.activemq.camel.CamelDestination
 
CamelDestination(String) - Constructor for class org.apache.activemq.camel.CamelDestination
 
CamelEndpointLoader - Class in org.apache.activemq.camel.component
A helper bean which populates a CamelContext with ActiveMQ Queue endpoints
CamelEndpointLoader() - Constructor for class org.apache.activemq.camel.component.CamelEndpointLoader
 
CamelEndpointLoader(CamelContext, DestinationSource) - Constructor for class org.apache.activemq.camel.component.CamelEndpointLoader
 
CamelMessageConsumer - Class in org.apache.activemq.camel
A JMS MessageConsumer which consumes message exchanges from a Camel Endpoint
CamelMessageConsumer(CamelDestination, Endpoint, ActiveMQSession, String, boolean) - Constructor for class org.apache.activemq.camel.CamelMessageConsumer
 
CamelMessageProducer - Class in org.apache.activemq.camel
A JMS MessageProducer which sends message exchanges to a Camel Endpoint
CamelMessageProducer(CamelDestination, Endpoint, ActiveMQSession) - Constructor for class org.apache.activemq.camel.CamelMessageProducer
 
CamelQueue - Class in org.apache.activemq.camel
A JMS Queue object which refers to a Camel endpoint
CamelQueue(String) - Constructor for class org.apache.activemq.camel.CamelQueue
 
CamelQueueReceiver - Class in org.apache.activemq.camel
A JMS QueueReceiver which consumes message exchanges from a Camel Endpoint
CamelQueueReceiver(CamelQueue, Endpoint, ActiveMQSession, String) - Constructor for class org.apache.activemq.camel.CamelQueueReceiver
 
CamelQueueSender - Class in org.apache.activemq.camel
A JMS QueueSender which sends message exchanges to a Camel Endpoint
CamelQueueSender(CamelQueue, Endpoint, ActiveMQSession) - Constructor for class org.apache.activemq.camel.CamelQueueSender
 
CamelTopic - Class in org.apache.activemq.camel
A JMS Topic object which refers to a Camel endpoint
CamelTopic(String) - Constructor for class org.apache.activemq.camel.CamelTopic
 
CamelTopicPublisher - Class in org.apache.activemq.camel
A JMS TopicPublisher which sends message exchanges to a Camel Endpoint
CamelTopicPublisher(CamelTopic, Endpoint, ActiveMQSession) - Constructor for class org.apache.activemq.camel.CamelTopicPublisher
 
CamelTopicSubscriber - Class in org.apache.activemq.camel
A JMS TopicSubscriber which consumes message exchanges from a Camel Endpoint
CamelTopicSubscriber(CamelTopic, Endpoint, ActiveMQSession, String, String, boolean) - Constructor for class org.apache.activemq.camel.CamelTopicSubscriber
 
checkClosed() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
checkClosed() - Method in class org.apache.activemq.camel.CamelMessageProducer
 
close() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
close() - Method in class org.apache.activemq.camel.CamelMessageProducer
 
completeEndpointPath(ComponentConfiguration, String) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
convertPathToActualDestination(String, Map<String, Object>) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
createActiveMQConnection(Transport, JMSStatsImpl) - Method in class org.apache.activemq.camel.CamelConnectionFactory
 
createConfiguration() - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
createConnectionFactory() - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
 
createConsumer(ActiveMQSession, String) - Method in class org.apache.activemq.camel.CamelDestination
 
createConsumer(ActiveMQSession, String, boolean) - Method in class org.apache.activemq.camel.CamelDestination
 
createConsumer() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
createDestinationSource() - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
createDurableSubscriber(ActiveMQSession, String, String, boolean) - Method in class org.apache.activemq.camel.CamelDestination
 
createDurableSubscriber(ActiveMQSession, String, String, boolean) - Method in class org.apache.activemq.camel.CamelTopic
 
createMessage(Exchange) - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
createPooledConnectionFactory(ActiveMQConnectionFactory) - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
 
createProducer(ActiveMQSession) - Method in class org.apache.activemq.camel.CamelDestination
 
createPublisher(ActiveMQSession) - Method in class org.apache.activemq.camel.CamelDestination
 
createPublisher(ActiveMQSession) - Method in class org.apache.activemq.camel.CamelTopic
 
createReceiver(ActiveMQSession, String) - Method in class org.apache.activemq.camel.CamelDestination
 
createReceiver(ActiveMQSession, String) - Method in class org.apache.activemq.camel.CamelQueue
 
createSender(ActiveMQSession) - Method in class org.apache.activemq.camel.CamelDestination
 
createSender(ActiveMQSession) - Method in class org.apache.activemq.camel.CamelQueue
 
createSubscriber(ActiveMQSession, String, boolean) - Method in class org.apache.activemq.camel.CamelDestination
 
createTransactionManager() - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
Factory method to create a default transaction manager if one is not specified

D

doStart() - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
doStop() - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 

G

getAllowAutoWiredConnectionFactory() - Method in class org.apache.activemq.camel.component.ActiveMQComponent
We don't want to ever auto-wire the connection factory from the spring app context.
getBinding() - Method in class org.apache.activemq.camel.CamelDestination
 
getBinding() - Method in class org.apache.activemq.camel.converter.ActiveMQMessageConverter
 
getBrokerURL() - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
 
getCamelContext() - Method in class org.apache.activemq.camel.CamelConnection
 
getCamelContext() - Method in class org.apache.activemq.camel.CamelConnectionFactory
 
getCamelContext() - Method in class org.apache.activemq.camel.CamelDestination
 
getCamelContext() - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 
getComponent() - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 
getDestination() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
getDestination() - Method in class org.apache.activemq.camel.CamelMessageProducer
 
getEndpoint() - Method in class org.apache.activemq.camel.CamelDestination
 
getEndpoint() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
getEndpoint() - Method in class org.apache.activemq.camel.CamelMessageProducer
 
getMessageListener() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
getMessageSelector() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
getNoLocal() - Method in class org.apache.activemq.camel.CamelTopicSubscriber
Gets the NoLocal attribute for this subscriber.
getPollingConsumer() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
getQueue() - Method in class org.apache.activemq.camel.CamelQueueReceiver
Gets the Queue associated with this queue receiver.
getQueue() - Method in class org.apache.activemq.camel.CamelQueueSender
Gets the queue associated with this QueueSender.
getQueueName() - Method in class org.apache.activemq.camel.CamelQueue
 
getQueueUri(ActiveMQQueue) - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 
getSession() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
getTopic() - Method in class org.apache.activemq.camel.CamelTopicPublisher
Gets the topic associated with this TopicPublisher.
getTopic() - Method in class org.apache.activemq.camel.CamelTopicSubscriber
Gets the Topic associated with this subscriber.
getTopicName() - Method in class org.apache.activemq.camel.CamelTopic
 
getTopicUri(ActiveMQTopic) - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 
getUri() - Method in class org.apache.activemq.camel.CamelDestination
 
getUserName() - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
 

I

isExposeAllQueues() - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
isNoLocal() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
isUsePooledConnection() - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
 
isUseSingleConnection() - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
 

L

loadClass(String, ClassLoader) - Static method in class org.apache.activemq.camel.component.ActiveMQConfiguration
 

O

onMessageCreated(Message, Session, Exchange, Throwable) - Method in class org.apache.activemq.camel.component.OriginalDestinationPropagateStrategy
 
org.apache.activemq.camel - package org.apache.activemq.camel
Defines a JMS client which is capable of sending and receiving messages to Apache Camel endpoints to provide Enterprise Integration Patterns integration in any JMS client application.
org.apache.activemq.camel.component - package org.apache.activemq.camel.component
Defines the ActiveMQ Component for Camel to provide great Enterprise Integration Patterns integration for ActiveMQ users.
org.apache.activemq.camel.converter - package org.apache.activemq.camel.converter
Defines the Type Converters for working with JMS and ActiveMQ with Camel Enterprise Integration Patterns
OriginalDestinationPropagateStrategy - Class in org.apache.activemq.camel.component
A strategy to enrich JMS message with their original destination if the Camel route originates from a JMS destination.
OriginalDestinationPropagateStrategy() - Constructor for class org.apache.activemq.camel.component.OriginalDestinationPropagateStrategy
 

P

producer - Variable in class org.apache.activemq.camel.CamelMessageProducer
 
publish(Message) - Method in class org.apache.activemq.camel.CamelTopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in class org.apache.activemq.camel.CamelTopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in class org.apache.activemq.camel.CamelTopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in class org.apache.activemq.camel.CamelTopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.

R

receive() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
receive(long) - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
receiveNoWait() - Method in class org.apache.activemq.camel.CamelMessageConsumer
 
removeQueue(ActiveMQQueue) - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 
removeTopic(ActiveMQTopic) - Method in class org.apache.activemq.camel.component.CamelEndpointLoader
 
resolveCamelContext(ActiveMQSession) - Method in class org.apache.activemq.camel.CamelDestination
 
resolveEndpoint(ActiveMQSession) - Method in class org.apache.activemq.camel.CamelDestination
Resolves the Camel Endpoint for this destination

S

send(Destination, Message, int, int, long) - Method in class org.apache.activemq.camel.CamelMessageProducer
 
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.
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
 
setBrokerURL(String) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
setBrokerURL(String) - Method in class org.apache.activemq.camel.component.ActiveMQConfiguration
Sets the broker URL to use to connect to ActiveMQ using the ActiveMQ URI format
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.component.CamelEndpointLoader
 
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
 
setPassword(String) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
setUri(String) - Method in class org.apache.activemq.camel.CamelDestination
 
setUsePooledConnection(boolean) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
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
Sets the username to be used to login to ActiveMQ
setUseSingleConnection(boolean) - Method in class org.apache.activemq.camel.component.ActiveMQComponent
 
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.

T

toDestination(String) - Static method in class org.apache.activemq.camel.converter.ActiveMQConverter
Converts a URL in ActiveMQ syntax to a destination such as to support "queue://foo.bar" or 'topic://bar.whatnot".
toMessage(Exchange) - Method in class org.apache.activemq.camel.converter.ActiveMQMessageConverter
Converts the inbound message exchange to an ActiveMQ JMS message
toProcessor(MessageListener) - Method in class org.apache.activemq.camel.converter.ActiveMQMessageConverter
Allows a JMS MessageListener to be converted to a Camel Processor so that we can provide better Bean Integration so that we can use any JMS MessageListener in in Camel as a bean
toString() - Method in class org.apache.activemq.camel.CamelDestination
 
A C D G I L O P R S T 
Skip navigation links
ActiveMQ:: Camel Component 7.10.0.fuse-sb2-7_10_1-00008-redhat-00001

Apache Camel