Uses of Package
org.apache.camel.component.jms.reply

Packages that use org.apache.camel.component.jms.reply
org.apache.camel.component.jms Defines the JMS Component 
org.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
ReplyManager
          The ReplyManager is responsible for handling request-reply over JMS.
 

Classes in org.apache.camel.component.jms.reply used by org.apache.camel.component.jms.reply
CorrelationListener
          Listener for events when correlation id's changes.
CorrelationTimeoutMap
          A TimeoutMap which is used to track reply messages which has been timed out, and thus should trigger the waiting Exchange to timeout as well.
MessageSelectorCreator
          A creator which can build the JMS message selector query string to use with a shared persistent reply-to queue, so we can select the correct messages we expect as replies.
ReplyHandler
          Handles a reply.
ReplyHolder
          Holder which contains the Exchange and AsyncCallback to be used when the reply arrives, so we can set the reply on the Exchange and continue routing using the callback.
ReplyManager
          The ReplyManager is responsible for handling request-reply over JMS.
ReplyManagerSupport
          Base class for ReplyManager implementations.
TemporaryQueueReplyHandler
          ReplyHandler to handle processing replies when using temporary queues.
 



Apache CAMEL