Class StatQueue

  • All Implemented Interfaces:
    Action

    @Command(name="stat",
             description="prints out basic stats associated with queues. Output includes CONSUMER_COUNT (number of consumers), MESSAGE_COUNT (current message count on the queue, including scheduled, paged and in-delivery messages), MESSAGES_ADDED (messages added to the queue), DELIVERING_COUNT (messages broker is currently delivering to consumer(s)), MESSAGES_ACKED (messages acknowledged from the consumer(s)). Queues can be filtered using EITHER \'--queueName X\' where X is contained in the queue name OR using a full filter \'--field NAME --operation EQUALS --value X\'.")
    public class StatQueue
    extends AbstractAction