Uses of Class
org.springframework.jms.config.JmsListenerEndpointRegistry
Packages that use JmsListenerEndpointRegistry
Package
Description
Annotations and support classes for declarative JMS listener endpoints.
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
-
Uses of JmsListenerEndpointRegistry in org.springframework.jms.annotation
Methods in org.springframework.jms.annotation that return JmsListenerEndpointRegistryMethods in org.springframework.jms.annotation with parameters of type JmsListenerEndpointRegistryModifier and TypeMethodDescriptionvoidJmsListenerAnnotationBeanPostProcessor.setEndpointRegistry(JmsListenerEndpointRegistry endpointRegistry) Set theJmsListenerEndpointRegistrythat will hold the created endpoint and manage the lifecycle of the related listener container. -
Uses of JmsListenerEndpointRegistry in org.springframework.jms.config
Methods in org.springframework.jms.config that return JmsListenerEndpointRegistryModifier and TypeMethodDescriptionJmsListenerEndpointRegistrar.getEndpointRegistry()Return theJmsListenerEndpointRegistryinstance for this registrar, may benull.Methods in org.springframework.jms.config with parameters of type JmsListenerEndpointRegistryModifier and TypeMethodDescriptionvoidJmsListenerEndpointRegistrar.setEndpointRegistry(JmsListenerEndpointRegistry endpointRegistry) Set theJmsListenerEndpointRegistryinstance to use.