Package me.ehp246.aufjms.api.annotation


package me.ehp246.aufjms.api.annotation
  • Annotation Interfaces
    Class
    Description
    Indicates that the annotated interface should be implemented by Auf JMS as a message producer and made available for injection.
    Defines a destination.
    Enables client-side capabilities of Auf JMS.
    Enables the server-side capabilities of Auf JMS.
     
     
     
    Indicates that the class defines methods that should be invoked on a message by matching on message's JMS type, i.e., Message.getJMSType().
    Specifies which method should be invoked on a ForJmsType class.
    Specifies the binding point for correlation id.
    Specifies the argument value should be passed to MessageProducer.setDeliveryDelay(long).
    Specifies the binding point of the value of JMS header JMSXDeliveryCount on a ForJmsType object.
    Specifies the binding point of the value for JMSXGroupID.
    Specifies the binding point of the value for JMSXGroupSeq.
    Specifies the binding point for a JMS property.
    Specifies the binding point of the value of Message.getJMSRedelivered().
    Specifies the binding point of the value for JMSProducer.setTimeToLive(long).
    Specifies the binding point of the value for Message.setJMSType(String).