Uses of Annotation Interface
org.springframework.messaging.handler.annotation.MessageMapping
Package
Description
Annotations and support classes for declarative JMS listener endpoints.
-
Uses of MessageMapping in org.springframework.jms.annotation
Modifier and TypeClassDescription@interface
Annotation that marks a method to be the target of a JMS message listener on the specifiedJmsListener.destination()
.