Package io.micronaut.jms.annotations
package io.micronaut.jms.annotations
Annotations for creating JMS consumers and producers.
- Since:
- 1.0.0
-
ClassDescriptionDenotes a JMS Connection Factory bean.Declares a class for post-processing.Declares a class for post-processing.An annotation that can be applied to method argument to indicate that the argument is bound from the JMS
Message
.Binds aQueue
to a method for receiving or sending aMessage
.Annotation to bind aTopic
to a method for receiving or sending aMessage
.