Package | Description |
---|---|
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.
|
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 |
CamelMessageProducer.getDestination() |
CamelDestination |
CamelMessageConsumer.getDestination() |
Constructor and Description |
---|
CamelMessageConsumer(CamelDestination destination,
org.apache.camel.Endpoint endpoint,
ActiveMQSession session,
java.lang.String messageSelector,
boolean noLocal) |
CamelMessageProducer(CamelDestination destination,
org.apache.camel.Endpoint endpoint,
ActiveMQSession session) |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.