[GitHub] activemq-artemis pull request #1541: ARTEMIS-1423 numeric filtering for Acti...

2017-09-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/1541


---


[GitHub] activemq-artemis pull request #1541: ARTEMIS-1423 numeric filtering for Acti...

2017-09-16 Thread pgfox
GitHub user pgfox opened a pull request:

https://github.com/apache/activemq-artemis/pull/1541

ARTEMIS-1423 numeric filtering for ActiveMQServerControl.listQueues()

This also applies to listAddresses()/listSessions()

Also to add GREATER_THAN and LESS_THAN operations, this  allows the 
listQueues() to support queries such as "Message_Count GREATER_THAN 1000" or 
"Consumer_Count LESS_THAN 2"

- When LESS_THAN or GREATER_THAN is used with a String column, nothing is 
matched. 
- When CONTAINS is applied to a numeric column nothing is matched.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pgfox/activemq-artemis numeric_filter_alternat

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/1541.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 #1541


commit 12f37427e409dbe50db5b7cd9fa2f0fa69633039
Author: Pat Fox 
Date:   2017-09-15T17:49:01Z

ARTEMIS-1423 adding numeric filtering for 
ActiveMQServerControl.listQueues()/listAddresses()/listSessions()




---