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 TheReplyManager
is 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 theExchange
andAsyncCallback
to be used when the reply arrives, so we can set the reply on theExchange
and continue routing using the callback.ReplyManager TheReplyManager
is responsible for handling request-reply over JMS.ReplyManagerSupport Base class forReplyManager
implementations.TemporaryQueueReplyHandler ReplyHandler
to handle processing replies when using temporary queues.