public interface MessageSentCallback
Message has been sent.void sent(com.rabbitmq.client.Connection session,
byte[] message,
String destination)
session - the sessionmessage - the messagedestination - the destinationApache Camel