Uses of Class
org.springframework.jms.config.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
Modifier and TypeMethodDescriptionvoid
JmsListenerAnnotationBeanPostProcessor.setEndpointRegistry
(JmsListenerEndpointRegistry endpointRegistry) Set theJmsListenerEndpointRegistry
that will hold the created endpoint and manage the lifecycle of the related listener container. -
Uses of JmsListenerEndpointRegistry in org.springframework.jms.config
Modifier and TypeMethodDescriptionJmsListenerEndpointRegistrar.getEndpointRegistry()
Return theJmsListenerEndpointRegistry
instance for this registrar, may benull
.Modifier and TypeMethodDescriptionvoid
JmsListenerEndpointRegistrar.setEndpointRegistry
(JmsListenerEndpointRegistry endpointRegistry) Set theJmsListenerEndpointRegistry
instance to use.