Package org.apache.camel.component.jms
Interface MessageListenerContainerFactory
-
public interface MessageListenerContainerFactoryFactory used to create a customAbstractMessageListenerContainerto be used in JMS endpoints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.jms.listener.AbstractMessageListenerContainercreateMessageListenerContainer(JmsEndpoint endpoint)Create a customAbstractMessageListenerContainer.
-
-
-
Method Detail
-
createMessageListenerContainer
org.springframework.jms.listener.AbstractMessageListenerContainer createMessageListenerContainer(JmsEndpoint endpoint)
Create a customAbstractMessageListenerContainer.- Parameters:
endpoint- the endpoint to create the listener container for- Returns:
- the custom message listener container
-
-