Package org.controlhaus.jms

Interface Summary
JMSControl The control interface for the jms control.
 

Enum Summary
JMSControl.AcknowledgeMode The acknowledge mode.
JMSControl.DeliveryMode The delivery mode.
JMSControl.DestinationType The destination type.
JMSControl.HeaderType The header type.
JMSControl.MessageType The message type.
 

Annotation Types Summary
JMSControl.CorrelationId The method/parameter representing the message JMS CorrelationID.
JMSControl.Delivery The method parameter representing a message delivery mode.
JMSControl.Destination The JMS destination annotation for a extended class method.
JMSControl.Expiration The method parameter representing a message expiration in milliseconds.
JMSControl.Message The message type used by the method.
JMSControl.Priority The method/parameter annotation representing a message priority.
JMSControl.Properties The method parameter representing one or more properties.
JMSControl.Property The method parameter representing a message property with the given name.
JMSControl.PropertyValue The method parameter representing a message property with the given name and value.
JMSControl.Type The method/parameter representing the message JMS type.