public class TemporaryQueueReplyManager extends ReplyManagerSupport
ReplyManager when using temporary queues.camelContext, correlation, endpoint, executorService, listenerContainer, log, replyTo, replyToLatch, replyToTimeout, scheduledExecutorService| Constructor and Description |
|---|
TemporaryQueueReplyManager(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageListenerContainer |
createListenerContainer() |
javax.jms.Destination |
getReplyTo()
Gets the reply to queue being used
|
protected void |
handleReplyMessage(String correlationID,
javax.jms.Message message,
javax.jms.Session session) |
void |
updateCorrelationId(String correlationId,
String newCorrelationId,
long requestTimeout)
Updates the correlation id to the new correlation id.
|
doStart, doStop, onMessage, processReply, registerReply, setEndpoint, setOnTimeoutExecutorService, setReplyTo, setScheduledExecutorServicebuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic TemporaryQueueReplyManager(org.apache.camel.CamelContext camelContext)
public javax.jms.Destination getReplyTo()
ReplyManagergetReplyTo in interface ReplyManagergetReplyTo in class ReplyManagerSupportpublic void updateCorrelationId(String correlationId, String newCorrelationId, long requestTimeout)
ReplyManagercorrelationId - the provisional correlation idnewCorrelationId - the real correlation idrequestTimeout - the timeoutprotected void handleReplyMessage(String correlationID, javax.jms.Message message, javax.jms.Session session)
handleReplyMessage in class ReplyManagerSupportprotected MessageListenerContainer createListenerContainer() throws Exception
createListenerContainer in class ReplyManagerSupportExceptionApache Camel