Uses of Interface
org.apache.camel.component.jms.MessageSentCallback

Packages that use MessageSentCallback
org.apache.camel.component.jms Defines the JMS Component 
org.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
 class InOnlyMessageSentCallback
          MessageSentCallback used to enrich the Camel Exchange with the actual JMSMessageID after sending to a JMS Destination using ExchangePattern.InOnly style.
 

Methods in org.apache.camel.component.jms with parameters of type MessageSentCallback
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)
           
 

Uses of MessageSentCallback in org.apache.camel.component.jms.reply
 

Classes in org.apache.camel.component.jms.reply that implement MessageSentCallback
 class UseMessageIdAsCorrelationIdMessageSentCallback
          Callback to be used when using the option useMessageIDAsCorrelationID.
 



Apache CAMEL