Uses of Class
org.springframework.jms.config.JmsListenerEndpointRegistrar
Packages that use JmsListenerEndpointRegistrar
Package
Description
Annotations and support classes for declarative JMS listener endpoints.
-
Uses of JmsListenerEndpointRegistrar in org.springframework.jms.annotation
Methods in org.springframework.jms.annotation with parameters of type JmsListenerEndpointRegistrarModifier and TypeMethodDescriptionvoid
JmsListenerConfigurer.configureJmsListeners
(JmsListenerEndpointRegistrar registrar) Callback allowing aJmsListenerEndpointRegistry
and specificJmsListenerEndpoint
instances to be registered against the givenJmsListenerEndpointRegistrar
.