Class JmsClientProperties


  • public class JmsClientProperties
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JMSXGROUPID
      JMS-defined message property representing the group a message belongs to.
      static java.lang.String JMSXGROUPSEQ
      JMS-defined message property representing the sequence number of a message within a group.
      static java.lang.String JMSXUSERID
      JMS-defined message property representing the user who sent a message.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • JmsClientProperties

        public JmsClientProperties()