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
Modifier and TypeMethodDescriptionjakarta.jms.ConnectionFactoryvoidsetExceptionListener(jakarta.jms.ExceptionListener exceptionListener) voidsetMessageListener(SessionMessageListener messageListener) Methods inherited from interface org.apache.camel.AfterPropertiesConfigured
afterPropertiesConfiguredMethods inherited from interface org.apache.camel.Service
build, close, init, start, stop
-
Method Details
-
getConnectionFactory
jakarta.jms.ConnectionFactory getConnectionFactory() -
setMessageListener
-
setExceptionListener
void setExceptionListener(jakarta.jms.ExceptionListener exceptionListener)
-