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

ASF GitHub Bot logged work on ARTEMIS-5782:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Dec/25 16:30
            Start Date: 03/Dec/25 16:30
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on code in PR #6097:
URL: https://github.com/apache/activemq-artemis/pull/6097#discussion_r2585823760


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/management/impl/ManagementServiceImpl.java:
##########
@@ -277,6 +287,7 @@ public void registerAddress(AddressInfo addressInfo) throws 
Exception {
       AddressControlImpl addressControl = new AddressControlImpl(addressInfo, 
messagingServer, pagingManager, storageManager, securityRepository, 
securityStore, this);
       
registerInJMX(objectNameBuilder.getAddressObjectName(addressInfo.getName()), 
addressControl);
       registerInRegistry(ResourceNames.ADDRESS + addressInfo.getName(), 
addressControl);
+      registerAddressControls(ResourceNames.ADDRESS + addressInfo.getName(), 
addressControl);

Review Comment:
   This should replace the call to `registerInRegistry`, no?





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

    Worklog Id:     (was: 994603)
    Time Spent: 20m  (was: 10m)

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