Pat Fox created ARTEMIS-1423:
--------------------------------
Summary: [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)