Uses of Package
org.springframework.jms.annotation
Packages that use org.springframework.jms.annotation
Package
Description
Annotations and support classes for declarative JMS listener endpoints.
-
Classes in org.springframework.jms.annotation used by org.springframework.jms.annotationClassDescriptionAnnotation that marks a method to be the target of a JMS message listener on the specified
JmsListener.destination()
.Bean post-processor that registers methods annotated withJmsListener
to be invoked by a JMS message listener container created under the cover by aJmsListenerContainerFactory
according to the attributes of the annotation.