Package org.springframework.jms.annotation
@NonNullApi
@NonNullFields
package org.springframework.jms.annotation
Annotations and support classes for declarative JMS listener endpoints.
-
ClassDescriptionEnable JMS listener annotated endpoints that are created under the cover by a
JmsListenerContainerFactory
.@Configuration
class that registers aJmsListenerAnnotationBeanPostProcessor
bean capable of processing Spring's@JmsListener
annotation.Annotation that marks a method to be the target of a JMS message listener on the specifiedJmsListener.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.Optional interface to be implemented by a Spring managed bean willing to customize how JMS listener endpoints are configured.Container annotation that aggregates severalJmsListener
annotations.