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 | Defines the Type Converters for working with JMS and ActiveMQ with Camel Enterprise Integration Patterns |
CamelConnection | code | html | |
CamelConnectionFactory | A JMS ConnectionFactory which resolves non-JMS destinations or instances of CamelDestination to use the CamelContext to perform smart routing etc | code | html |
CamelDestination | code | html | |
CamelMessageConsumer | A JMS javax.jms.MessageConsumer which consumes message exchanges from a Camel Endpoint | code | html |
CamelMessageProducer | A JMS javax.jms.MessageProducer which sends message exchanges to a Camel Endpoint | code | html |
CamelQueue | A JMS Queue object which refers to a Camel endpoint | code | html |
CamelQueueReceiver | A JMS javax.jms.QueueReceiver which consumes message exchanges from a Camel org.apache.camel.Endpoint | code | html |
CamelQueueSender | A JMS javax.jms.QueueSender which sends message exchanges to a Camel org.apache.camel.Endpoint | code | html |
CamelTopic | A JMS javax.jms.Topic object which refers to a Camel endpoint | code | html |
CamelTopicPublisher | A JMS javax.jms.TopicPublisher which sends message exchanges to a Camel Endpoint | code | html |
CamelTopicSubscriber | A JMS javax.jms.TopicSubscriber which consumes message exchanges from a Camel Endpoint | code | html |