[
https://issues.apache.org/jira/browse/ARTEMIS-5782?focusedWorklogId=994604&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-994604
]
ASF GitHub Bot logged work on ARTEMIS-5782:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Dec/25 16:31
Start Date: 03/Dec/25 16:31
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #6097:
URL: https://github.com/apache/activemq-artemis/pull/6097#discussion_r2585825920
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/management/impl/ManagementServiceImpl.java:
##########
@@ -300,6 +311,7 @@ public void registerAddressMeters(AddressInfo addressInfo,
AddressControl addres
public void unregisterAddress(final SimpleString address) throws Exception {
unregisterFromJMX(objectNameBuilder.getAddressObjectName(address));
unregisterFromRegistry(ResourceNames.ADDRESS + address);
+ unregisterAddressControls(ResourceNames.ADDRESS + address);
Review Comment:
This should replace the call to `unregisterFromRegistry`, no?
Issue Time Tracking
-------------------
Worklog Id: (was: 994604)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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