You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/06/18 10:08:41 UTC

[GitHub] [activemq-artemis] shailendra14k opened a new pull request #2711: [ARTEMIS-2387]Add schedule count and routing type to the queue stat command

shailendra14k opened a new pull request #2711: [ARTEMIS-2387]Add schedule count and routing type to the queue stat command
URL: https://github.com/apache/activemq-artemis/pull/2711
 
 
   Issue:- https://issues.apache.org/jira/browse/ARTEMIS-2387
   
   Sample output
   ```
   $ ./artemis queue stat --queueName TestQueue
   |NAME                     |ADDRESS                  |CONSUMER_COUNT |MESSAGE_COUNT |MESSAGES_ADDED |DELIVERING_COUNT |MESSAGES_ACKED |SCHEDULED_COUNT |ROUTING_TYPE |
   |TestQueue                |TestQueue                |1              |21            |42             |0                |21             |21              |ANYCAST      |
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services