Uses of Interface
org.apache.camel.component.jms.MessageSentCallback
Packages that use MessageSentCallback
-
Uses of MessageSentCallback in org.apache.camel.component.jms
Classes in org.apache.camel.component.jms that implement MessageSentCallbackModifier and TypeClassDescriptionclassMessageSentCallbackused 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 MessageSentCallbackModifier and TypeMethodDescriptionprotected voidJmsProducer.doSend(boolean inOut, String destinationName, jakarta.jms.Destination destination, org.springframework.jms.core.MessageCreator messageCreator, MessageSentCallback callback) Sends the message using the JmsTemplate.voidJmsConfiguration.CamelJmsTemplate.send(jakarta.jms.Destination destination, org.springframework.jms.core.MessageCreator messageCreator, MessageSentCallback callback) voidJmsConfiguration.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 MessageSentCallbackModifier and TypeClassDescriptionclassCallback to be used when using the option useMessageIDAsCorrelationID.