See: Description
| Interface | Description | 
|---|---|
| JmsListenerConfigurer | 
 Optional interface to be implemented by a Spring managed bean willing
 to customize how JMS listener endpoints are configured. 
 | 
| Class | Description | 
|---|---|
| JmsBootstrapConfiguration | 
@Configuration class that registers a JmsListenerAnnotationBeanPostProcessor
 bean capable of processing Spring's @JmsListener annotation. | 
| JmsListenerAnnotationBeanPostProcessor | 
 Bean post-processor that registers methods annotated with  
JmsListener
 to be invoked by a JMS message listener container created under the cover
 by a JmsListenerContainerFactory
 according to the attributes of the annotation. | 
| Annotation Type | Description | 
|---|---|
| EnableJms | 
 Enable JMS listener annotated endpoints that are created under the cover
 by a  
JmsListenerContainerFactory. | 
| JmsListener | 
 Annotation that marks a method to be the target of a JMS message listener on the
 specified  
JmsListener.destination(). | 
| JmsListeners | 
 Container annotation that aggregates several  
JmsListener annotations. |