GitHub user ArthurFritz opened a pull request:
https://github.com/apache/activemq-artemis/pull/2398
[ARTEMIS-2150] Counts the number of delivering messages in this queue
Create function this counts the number of delivering messages in this queue
matching the specified filter.
Create a other function this counts the number of delivering messages in
this queue matching the specified filter, grouped by the given property field.
[JIRA](https://issues.apache.org/jira/browse/ARTEMIS-2150)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ArthurFritz/activemq-artemis
feature/ARTEMIS-2150
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2398.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2398
----
commit 1396ec6d825708994fa8d680f5c42480aacd410a
Author: Arthur Fritz Santiago <arthur.santiago@...>
Date: 2018-10-26T17:39:09Z
[ARTEMIS-2150] Counts the number of delivering messages in this queue
----
---