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 classInOnlyMessageSentCallbackMessageSentCallbackused to enrich the CamelExchangewith the actual JMSMessageID after sending to a JMS Destination usingExchangePattern.InOnlystyle.Methods in org.apache.camel.component.jms with parameters of type MessageSentCallback Modifier and Type Method Description protected voidJmsProducer. doSend(boolean inOut, String destinationName, javax.jms.Destination destination, org.springframework.jms.core.MessageCreator messageCreator, MessageSentCallback callback)Sends the message using the JmsTemplate.voidJmsConfiguration.CamelJmsTemplate. send(String destinationName, org.springframework.jms.core.MessageCreator messageCreator, MessageSentCallback callback)voidJmsConfiguration.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 classUseMessageIdAsCorrelationIdMessageSentCallbackCallback to be used when using the option useMessageIDAsCorrelationID.
-