Uses of Package
org.apache.camel.component.rabbitmq.reply
-
Packages that use org.apache.camel.component.rabbitmq.reply Package Description org.apache.camel.component.rabbitmq org.apache.camel.component.rabbitmq.reply -
Classes in org.apache.camel.component.rabbitmq.reply used by org.apache.camel.component.rabbitmq Class Description ReplyManager TheReplyManageris responsible for handling request-reply over RabbitMQ. -
Classes in org.apache.camel.component.rabbitmq.reply used by org.apache.camel.component.rabbitmq.reply Class Description MessageSentCallback Callback when aMessagehas been sent.ReplyHandler Handles a reply.ReplyHolder Holder which contains theExchangeandAsyncCallbackto be used when the reply arrives, so we can set the reply on theExchangeand continue routing using the callback.ReplyManager TheReplyManageris responsible for handling request-reply over RabbitMQ.ReplyManagerSupport TemporaryQueueReplyHandler ReplyHandlerto handle processing replies when using temporary queues.