public class UseMessageIdAsCorrelationIdMessageSentCallback extends Object implements MessageSentCallback
ReplyManager up-to-date with
the JMSMessageID which was assigned and used when the message was sent.| Constructor and Description |
|---|
UseMessageIdAsCorrelationIdMessageSentCallback(ReplyManager replyManager,
String correlationId,
long requestTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
sent(javax.jms.Session session,
javax.jms.Message message,
javax.jms.Destination destination)
Callback when the message has been sent.
|
public UseMessageIdAsCorrelationIdMessageSentCallback(ReplyManager replyManager, String correlationId, long requestTimeout)
public void sent(javax.jms.Session session,
javax.jms.Message message,
javax.jms.Destination destination)
MessageSentCallbacksent in interface MessageSentCallbacksession - the sessionmessage - the messagedestination - the destinationApache Camel