Package org.springframework.jms.annotation
Annotations and support classes for declarative JMS listener endpoints.
Interface Summary Interface Description JmsListenerConfigurer Optional interface to be implemented by a Spring managed bean willing to customize how JMS listener endpoints are configured.Class Summary Class Description JmsBootstrapConfiguration @Configurationclass that registers aJmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's @JmsListenerannotation.JmsListenerAnnotationBeanPostProcessor Bean post-processor that registers methods annotated withJmsListenerto be invoked by a JMS message listener container created under the cover by aJmsListenerContainerFactoryaccording to the attributes of the annotation.Annotation Types Summary Annotation Type Description EnableJms Enable JMS listener annotated endpoints that are created under the cover by aJmsListenerContainerFactory.JmsListener Annotation that marks a method to be the target of a JMS message listener on the specifiedJmsListener.destination().JmsListeners Container annotation that aggregates severalJmsListenerannotations.