[ 
https://issues.apache.org/jira/browse/ARTEMIS-5782?focusedWorklogId=994605&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-994605
 ]

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_r2585831426


##########
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);

Review Comment:
   Consider adding:
   ```java
   List<QueueControl> getQueueControls();
   ```
   That way folks wouldn't have to pass `null` to get all the controls. Passing 
`null` isn't intuitive.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 994605)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  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


Reply via email to