[
https://issues.apache.org/jira/browse/ARTEMIS-5782?focusedWorklogId=994606&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-994606
]
ASF GitHub Bot logged work on ARTEMIS-5782:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Dec/25 16:33
Start Date: 03/Dec/25 16:33
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #6097:
URL: https://github.com/apache/activemq-artemis/pull/6097#discussion_r2585832419
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/management/ManagementService.java:
##########
@@ -159,4 +162,7 @@ void registerBroadcastGroup(BroadcastGroup broadcastGroup,
Object invokeOperation(String resourceName, String operation, Object[]
params, SecurityAuth auth) throws Exception;
+ List<QueueControl> getQueueControls(Predicate<QueueControl> predicate);
+
+ List<AddressControl> getAddressControls(Predicate<AddressControl>
predicate);
}
Review Comment:
Same suggestion as above.
Issue Time Tracking
-------------------
Worklog Id: (was: 994606)
Time Spent: 50m (was: 40m)
> Allow searching on servercontrol to use multiple filters
> --------------------------------------------------------
>
> Key: ARTEMIS-5782
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5782
> Project: Artemis
> Issue Type: Improvement
> Components: management
> Reporter: Andy Taylor
> Assignee: Andy Taylor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Currently you can only list on a single attribute for instance queuename =
> foo. it would be great to search on multiple attributes for instance
> queuename = foo and queuesize?x.
>
> It would make sense to fix performance at the same time, lots of lists wtc
> seem to be made in a single search on an address or queue
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact