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