Package org.apache.camel.component.sjms
Interface MessageListenerContainer
-
- All Superinterfaces:
org.apache.camel.AfterPropertiesConfigured,AutoCloseable,org.apache.camel.Service
- All Known Implementing Classes:
ExclusiveQueueMessageListenerContainer,SimpleMessageListenerContainer,TemporaryQueueMessageListenerContainer
public interface MessageListenerContainer extends org.apache.camel.Service, org.apache.camel.AfterPropertiesConfigured
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jms.ConnectionFactorygetConnectionFactory()voidsetExceptionListener(javax.jms.ExceptionListener exceptionListener)voidsetMessageListener(SessionMessageListener messageListener)
-
-
-
Method Detail
-
getConnectionFactory
javax.jms.ConnectionFactory getConnectionFactory()
-
setMessageListener
void setMessageListener(SessionMessageListener messageListener)
-
setExceptionListener
void setExceptionListener(javax.jms.ExceptionListener exceptionListener)
-
-