org.apache.camel.component.jms
Interface MessageListenerContainerFactory


public interface MessageListenerContainerFactory

Factory used to create a custom AbstractMessageListenerContainer to be used in JMS endpoints.


Method Summary
 org.springframework.jms.listener.AbstractMessageListenerContainer createMessageListenerContainer(JmsEndpoint endpoint)
          Create a custom AbstractMessageListenerContainer.
 

Method Detail

createMessageListenerContainer

org.springframework.jms.listener.AbstractMessageListenerContainer createMessageListenerContainer(JmsEndpoint endpoint)
Create a custom AbstractMessageListenerContainer.

Parameters:
endpoint - the endpoint to create the listener container for
Returns:
the custom message listener container


Apache CAMEL