Class QueueInformation


  • public class QueueInformation
    extends Object
    Information about a queue, resulting from a passive declaration.
    Since:
    2.2
    Author:
    Gary Russell
    • Constructor Detail

      • QueueInformation

        public QueueInformation​(String name,
                                int messageCount,
                                int consumerCount)
    • Method Detail

      • getName

        public String getName()
      • getMessageCount

        public int getMessageCount()
      • getConsumerCount

        public int getConsumerCount()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object