public class TemporaryQueueMessageListenerContainer extends SimpleMessageListenerContainer
MessageListenerContainer is used for reply queues which are using temporary queue.| Constructor and Description |
|---|
TemporaryQueueMessageListenerContainer(SjmsEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.jms.MessageConsumer |
createMessageConsumer(javax.jms.Session session) |
protected javax.jms.Session |
createSession(javax.jms.Connection connection,
SjmsEndpoint endpoint) |
afterPropertiesConfigured, configureConsumer, createConnection, doStart, doStop, getClientId, getConcurrentConsumers, getConnectionFactory, getDestinationCreationStrategy, getDestinationName, getEndpoint, initConsumers, onException, recoverConnection, refreshConnection, scheduleConnectionRecovery, setClientId, setConcurrentConsumers, setDestinationCreationStrategy, setDestinationName, setExceptionListener, setMessageListener, startConnection, stopConnection, stopConsumersbuild, 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 TemporaryQueueMessageListenerContainer(SjmsEndpoint endpoint)
protected javax.jms.Session createSession(javax.jms.Connection connection,
SjmsEndpoint endpoint)
throws Exception
createSession in class SimpleMessageListenerContainerExceptionprotected javax.jms.MessageConsumer createMessageConsumer(javax.jms.Session session)
throws Exception
createMessageConsumer in class SimpleMessageListenerContainerExceptionApache Camel