Uses of Package
org.apache.camel.component.jms.reply
Packages that use org.apache.camel.component.jms.reply
-
Classes in org.apache.camel.component.jms.reply used by org.apache.camel.component.jms
-
Classes in org.apache.camel.component.jms.reply used by org.apache.camel.component.jms.replyClassDescriptionA 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.Handles a reply.Holder which contains the
ExchangeandAsyncCallbackto be used when the reply arrives, so we can set the reply on theExchangeand continue routing using the callback.TheReplyManageris responsible for handling request-reply over JMS.Base class forReplyManagerimplementations.ReplyHandlerto handle processing replies when using temporary queues.