[
https://issues.apache.org/jira/browse/ARTEMIS-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170611#comment-16170611
]
ASF subversion and git services commented on ARTEMIS-1423:
----------------------------------------------------------
Commit 89a64ff11c04a84bce65bf3c5d43a4724cf91b51 in activemq-artemis's branch
refs/heads/master from [~pgfox]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=89a64ff ]
ARTEMIS-1423 adding numeric filtering for
ActiveMQServerControl.listQueues()/listAddresses()/listSessions()
> [ActiveMQServerControl.listQueues(), filtering ] add numeric filtering for
> ActiveMQServerControl.listQueues()
> --------------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-1423
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1423
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 2.3.0
> Reporter: Pat Fox
> Priority: Minor
>
> At the moment ActiveMQServerControl.listQueues() filters results using
> operation EQUALS and CONTAINS that carry out a string comparison on the
> specified column.
> It would by nice to allow the filter to work with a numeric comparison on the
> columns that contain numeric value. Also to add GREATER_THAN and LESS_THAN
> operations, this would allow queues such as "list queues with MessageCount
> GREATER_THAN 1000" or "list queues with ConsumerCount LESS_THAN 2"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)