Uses of Package
org.springframework.jms.annotation
Packages that use org.springframework.jms.annotation Package Description org.springframework.jms.annotation Annotations and support classes for declarative JMS listener endpoints.Classes in org.springframework.jms.annotation used by org.springframework.jms.annotation Class Description JmsListener Annotation that marks a method to be the target of a JMS message listener on the specifiedJmsListener.destination().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.