Package me.ehp246.aufjms.api.annotation
package me.ehp246.aufjms.api.annotation
-
Annotation InterfacesClassDescriptionEnables
ByJms-annotated proxy interfaces scanning.Specifies an annotated class should be invoked on a JMS message according to the JMS type, i.e., Message.getJMSType().Specifies which method should be invoked on a ForJmsType class.When applied to a parameter of a ByJms interface, it specifies the argument value should be used for Message.setJMSCorrelationID(String).Specifies the argument to be passed to MessageProducer.setDeliveryDelay(long).Specifies the injection point for the value of JMS header 'JMSXDeliveryCount' on a ForJmsType object.Specifies the value forJMSXGroupID.Specifies the value forJMSXGroupSeq.Specifies the binding point for a JMS property.Specifies the injection point for the value of Message.getJMSRedelivered() on a ForJmsType object.Specifies the value for JMSProducer.setTimeToLive(long).Specifies the value for Message.setJMSType(String).