Uses of Interface
org.apache.camel.component.jms.MessageSentCallback
-
Packages that use MessageSentCallback Package Description org.apache.camel.component.jms Defines the JMS Componentorg.apache.camel.component.jms.reply Logic implementing support for request/reply over JMS -
-
Uses of MessageSentCallback in org.apache.camel.component.jms
Classes in org.apache.camel.component.jms that implement MessageSentCallback Modifier and Type Class Description class
InOnlyMessageSentCallback
MessageSentCallback
used to enrich the CamelExchange
with the actual JMSMessageID after sending to a JMS Destination usingExchangePattern.InOnly
style.Methods in org.apache.camel.component.jms with parameters of type MessageSentCallback Modifier and Type Method 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(String destinationName, org.springframework.jms.core.MessageCreator messageCreator, MessageSentCallback callback)
void
JmsConfiguration.CamelJmsTemplate. send(javax.jms.Destination destination, org.springframework.jms.core.MessageCreator messageCreator, MessageSentCallback callback)
-
Uses of MessageSentCallback in org.apache.camel.component.jms.reply
Classes in org.apache.camel.component.jms.reply that implement MessageSentCallback Modifier and Type Class Description class
UseMessageIdAsCorrelationIdMessageSentCallback
Callback to be used when using the option useMessageIDAsCorrelationID.
-