Uses of Interface
org.apache.camel.component.jms.reply.CorrelationListener

Packages that use CorrelationListener
org.apache.camel.component.jms.reply Logic implementing support for request/reply over JMS 
 

Uses of CorrelationListener in org.apache.camel.component.jms.reply
 

Classes in org.apache.camel.component.jms.reply that implement CorrelationListener
 class 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.
 

Methods in org.apache.camel.component.jms.reply with parameters of type CorrelationListener
 void CorrelationTimeoutMap.setListener(CorrelationListener listener)
           
 



Apache CAMEL