[
https://issues.apache.org/jira/browse/ARTEMIS-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shailendra Kumar singh updated ARTEMIS-2387:
--------------------------------------------
Description:
Good to have schedule count and routing type to the queue stat command.
Queue stats confuse(Y Message count >0); when there are schedule messages with
the active consumer
{code:java}
$ ./artemis queue stat --queueName TestQueue
|NAME |ADDRESS |CONSUMER_COUNT
|MESSAGE_COUNT |MESSAGES_ADDED |DELIVERING_COUNT |MESSAGES_ACKED |
|TestQueue |TestQueue |1 |42
|245 |0 |203 |
{code}
It will be good to include schedule count and routingType to the stat
was:
Good to have schedule count and routing type to the queue stat command.
Queue stats confuse(Y Message count >0) when there are schedule messages with
the active consumer
{code:java}
$ ./artemis queue stat --queueName TestQueue
|NAME |ADDRESS |CONSUMER_COUNT
|MESSAGE_COUNT |MESSAGES_ADDED |DELIVERING_COUNT |MESSAGES_ACKED |
|TestQueue |TestQueue |1 |42
|245 |0 |203 |
{code}
It will be good to include schedule count and routingType to the stat
> Add schedule count and routing type to the queue stat command
> -------------------------------------------------------------
>
> Key: ARTEMIS-2387
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2387
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 2.9.0
> Reporter: Shailendra Kumar singh
> Priority: Minor
>
> Good to have schedule count and routing type to the queue stat command.
> Queue stats confuse(Y Message count >0); when there are schedule messages
> with the active consumer
> {code:java}
> $ ./artemis queue stat --queueName TestQueue
> |NAME |ADDRESS |CONSUMER_COUNT
> |MESSAGE_COUNT |MESSAGES_ADDED |DELIVERING_COUNT |MESSAGES_ACKED |
> |TestQueue |TestQueue |1 |42
> |245 |0 |203 |
> {code}
> It will be good to include schedule count and routingType to the stat
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)