Class QueueReplyHandler

java.lang.Object
org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
org.apache.camel.component.jms.reply.QueueReplyHandler
All Implemented Interfaces:
ReplyHandler

public class QueueReplyHandler extends TemporaryQueueReplyHandler
ReplyHandler to handle processing replies when using regular queues.
  • Constructor Details

    • QueueReplyHandler

      public QueueReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long timeout)