Class MessageCounterInfo

    • Constructor Detail

      • MessageCounterInfo

        public MessageCounterInfo​(String name,
                                  String subscription,
                                  boolean durable,
                                  long count,
                                  long countDelta,
                                  int depth,
                                  int depthDelta,
                                  String lastAddTimestamp,
                                  String lastAckTimestamp,
                                  String updateTimestamp)
    • Method Detail

      • getName

        public String getName()
        Returns the name of the queue.
      • getSubscription

        public String getSubscription()
        Returns the name of the subscription.
      • isDurable

        public boolean isDurable()
        Returns whether the queue is durable.
      • getCount

        public long getCount()
        Returns the number of messages added to the queue since it was created.
      • getCountDelta

        public long getCountDelta()
        Returns the number of messages added to the queue since the last counter sample.
      • getDepth

        public int getDepth()
        Returns the number of messages currently in the queue.
      • getDepthDelta

        public int getDepthDelta()
        Returns the number of messages in the queue since last counter sample.
      • getLastAddTimestamp

        public String getLastAddTimestamp()
        Returns the timestamp of the last time a message was added to the queue.
      • getLastAckTimestamp

        public String getLastAckTimestamp()
        Returns the timestamp of the last time a message from the queue was acknolwedged.
      • getUpdateTimestamp

        public String getUpdateTimestamp()
        Returns the timestamp of the last time the queue was updated.
      • getUdpateTimestamp

        @Deprecated
        public String getUdpateTimestamp()
        Deprecated.
        Spelling error in public API. Remove in next major release.