Package | Description |
---|---|
org.apache.camel.component.jms |
Defines the JMS Component
|
org.apache.camel.component.jms.reply |
Logic implementing support for request/reply over JMS
|
Modifier and Type | Class and Description |
---|---|
class |
InOnlyMessageSentCallback
MessageSentCallback used to enrich the Camel Exchange with
the actual JMSMessageID after sending to a JMS Destination using
ExchangePattern.InOnly style. |
Modifier and Type | Method and Description |
---|---|
protected void |
JmsProducer.doSend(boolean inOut,
String destinationName,
javax.jms.Destination destination,
org.springframework.jms.core.MessageCreator messageCreator,
MessageSentCallback callback)
Sends the message using the JmsTemplate.
|
void |
JmsConfiguration.CamelJmsTemplate.send(javax.jms.Destination destination,
org.springframework.jms.core.MessageCreator messageCreator,
MessageSentCallback callback) |
void |
JmsConfiguration.CamelJmsTemplate.send(String destinationName,
org.springframework.jms.core.MessageCreator messageCreator,
MessageSentCallback callback) |
Modifier and Type | Class and Description |
---|---|
class |
UseMessageIdAsCorrelationIdMessageSentCallback
Callback to be used when using the option useMessageIDAsCorrelationID.
|
Apache Camel