Uses of Interface
org.springframework.jms.config.JmsListenerContainerFactory
Packages that use JmsListenerContainerFactory
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
-
Uses of JmsListenerContainerFactory in org.springframework.jms.config
Classes in org.springframework.jms.config that implement JmsListenerContainerFactoryModifier and TypeClassDescriptionclassBaseJmsListenerContainerFactoryfor Spring's base container implementation.classAJmsListenerContainerFactoryimplementation to build a JCA-basedJmsMessageEndpointManager.classAJmsListenerContainerFactoryimplementation to build a regularDefaultMessageListenerContainer.classAJmsListenerContainerFactoryimplementation to build a standardSimpleMessageListenerContainer.Methods in org.springframework.jms.config with parameters of type JmsListenerContainerFactoryModifier and TypeMethodDescriptionprotected MessageListenerContainerJmsListenerEndpointRegistry.createListenerContainer(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Create and start a new container using the specified factory.voidJmsListenerEndpointRegistrar.registerEndpoint(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Register a newJmsListenerEndpointalongside theJmsListenerContainerFactoryto use to create the underlying container.voidJmsListenerEndpointRegistry.registerListenerContainer(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Create a message listener container for the givenJmsListenerEndpoint.voidJmsListenerEndpointRegistry.registerListenerContainer(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory, boolean startImmediately) Create a message listener container for the givenJmsListenerEndpoint.voidJmsListenerEndpointRegistrar.setContainerFactory(JmsListenerContainerFactory<?> containerFactory) Set theJmsListenerContainerFactoryto use in case aJmsListenerEndpointis registered with anullcontainer factory.