Uses of Package
org.apache.camel.component.jms.reply
-
Packages that use org.apache.camel.component.jms.reply Package Description org.apache.camel.component.jms Defines the JMS Componentorg.apache.camel.component.jms.reply Logic implementing support for request/reply over JMS -
Classes in org.apache.camel.component.jms.reply used by org.apache.camel.component.jms Class Description ReplyManager TheReplyManageris responsible for handling request-reply over JMS. -
Classes in org.apache.camel.component.jms.reply used by org.apache.camel.component.jms.reply Class Description MessageSelectorCreator A creator which can build the JMS message selector query string to use with a shared reply-to queue, so we can select the correct messages we expect as replies.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 JMS.ReplyManagerSupport Base class forReplyManagerimplementations.TemporaryQueueReplyHandler ReplyHandlerto handle processing replies when using temporary queues.