Package org.apache.qpid.jms
Class JmsClientProperties
- java.lang.Object
-
- org.apache.qpid.jms.JmsClientProperties
-
public class JmsClientProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJMSXGROUPIDJMS-defined message property representing the group a message belongs to.static java.lang.StringJMSXGROUPSEQJMS-defined message property representing the sequence number of a message within a group.static java.lang.StringJMSXUSERIDJMS-defined message property representing the user who sent a message.
-
Constructor Summary
Constructors Constructor Description JmsClientProperties()
-
-
-
Field Detail
-
JMSXUSERID
public static final java.lang.String JMSXUSERID
JMS-defined message property representing the user who sent a message.- See Also:
- Constant Field Values
-
JMSXGROUPID
public static final java.lang.String JMSXGROUPID
JMS-defined message property representing the group a message belongs to.- See Also:
- Constant Field Values
-
JMSXGROUPSEQ
public static final java.lang.String JMSXGROUPSEQ
JMS-defined message property representing the sequence number of a message within a group.- See Also:
- Constant Field Values
-
-