Uses of Annotation Interface
org.springframework.jms.annotation.JmsListener
Package
Description
Annotations and support classes for declarative JMS listener endpoints.
-
Uses of JmsListener in org.springframework.jms.annotation
Modifier and TypeMethodDescriptionprotected void
JmsListenerAnnotationBeanPostProcessor.processJmsListener
(JmsListener jmsListener, Method mostSpecificMethod, Object bean) Process the givenJmsListener
annotation on the given method, registering a corresponding endpoint for the given bean instance.