Package io.micronaut.jms.annotations


package io.micronaut.jms.annotations
Annotations for creating JMS consumers and producers.
Since:
1.0.0
  • Annotation Interfaces
    Class
    Description
    Denotes 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 a Queue to a method for receiving or sending a Message.
    Annotation to bind a Topic to a method for receiving or sending a Message.