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 Type
    Method
    Description
    jakarta.jms.ConnectionFactory
     
    void
    setExceptionListener(jakarta.jms.ExceptionListener exceptionListener)
     
    void
     

    Methods inherited from interface org.apache.camel.AfterPropertiesConfigured

    afterPropertiesConfigured

    Methods inherited from interface org.apache.camel.Service

    build, close, init, start, stop
  • Method Details

    • getConnectionFactory

      jakarta.jms.ConnectionFactory getConnectionFactory()
    • setMessageListener

      void setMessageListener(SessionMessageListener messageListener)
    • setExceptionListener

      void setExceptionListener(jakarta.jms.ExceptionListener exceptionListener)