org.apache.camel.component.jms.reply
Class PersistentQueueReplyHandler
java.lang.Object
org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
org.apache.camel.component.jms.reply.PersistentQueueReplyHandler
- All Implemented Interfaces:
- ReplyHandler
public class PersistentQueueReplyHandler
- extends TemporaryQueueReplyHandler
ReplyHandler
to handle processing replies when using persistent queues.
- Version:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentQueueReplyHandler
public PersistentQueueReplyHandler(ReplyManager replyManager,
org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
String originalCorrelationId,
String correlationId,
long timeout)
Apache CAMEL