Package org.apache.camel.component.jms
Interface MessageListenerContainerFactory
-
public interface MessageListenerContainerFactory
Factory used to create a customAbstractMessageListenerContainer
to be used in JMS endpoints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.jms.listener.AbstractMessageListenerContainer
createMessageListenerContainer(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
-
-