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