| Package | Description |
|---|---|
| org.apache.camel.component.activemq |
Defines the ActiveMQ Component for
Camel to provide great
Enterprise Integration Patterns
integration for ActiveMQ users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CamelQueue
A JMS
Queue object which refers to a Camel endpoint |
class |
CamelTopic
A JMS
Topic object which refers to a Camel endpoint |
| Modifier and Type | Method and Description |
|---|---|
CamelDestination |
CamelMessageConsumer.getDestination() |
CamelDestination |
CamelMessageProducer.getDestination() |
| Constructor and Description |
|---|
CamelMessageConsumer(CamelDestination destination,
org.apache.camel.Endpoint endpoint,
org.apache.activemq.ActiveMQSession session,
String messageSelector,
boolean noLocal) |
CamelMessageProducer(CamelDestination destination,
org.apache.camel.Endpoint endpoint,
org.apache.activemq.ActiveMQSession session) |
Apache Camel