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(com.rabbitmq.client.Connection session,
byte[] message,
String destination)
Callback when the message has been sent.
|
public UseMessageIdAsCorrelationIdMessageSentCallback(ReplyManager replyManager, String correlationId, long requestTimeout)
public void sent(com.rabbitmq.client.Connection session,
byte[] message,
String destination)
MessageSentCallbacksent in interface MessageSentCallbacksession - the sessionmessage - the messagedestination - the destinationApache Camel