|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CamelDestination | |
|---|---|
| org.apache.activemq.camel | Defines a JMS client which is capable of sending and receiving messages to Camel endpoints to provide Enterprise Integration Patterns integration in any JMS client application. |
| Uses of CamelDestination in org.apache.activemq.camel |
|---|
| Subclasses of CamelDestination in org.apache.activemq.camel | |
|---|---|
class |
CamelQueue
A JMS Queue object which refers to a Camel endpoint |
class |
CamelTopic
A JMS Topic object which refers to a Camel endpoint |
| Methods in org.apache.activemq.camel that return CamelDestination | |
|---|---|
CamelDestination |
CamelMessageProducer.getDestination()
|
CamelDestination |
CamelMessageConsumer.getDestination()
|
| Constructors in org.apache.activemq.camel with parameters of type CamelDestination | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||