Uses of Package
org.apache.camel.component.sjms.reply
Packages that use org.apache.camel.component.sjms.reply
Package
Description
Logic implementing support for request/reply over JMS
-
Classes in org.apache.camel.component.sjms.reply used by org.apache.camel.component.sjms
-
Classes in org.apache.camel.component.sjms.reply used by org.apache.camel.component.sjms.replyClassDescriptionHandles 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.