jbertram commented on code in PR #6097:
URL: https://github.com/apache/activemq-artemis/pull/6097#discussion_r2585839421
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/management/impl/ManagementServiceImpl.java:
##########
@@ -134,6 +136,12 @@ public class ManagementServiceImpl implements
ManagementService {
private final Map<String, Object> registry;
+ // we keep a second map just for queues for quick searching when many exist
+ private final Map<String, QueueControl> queueControls;
+
+ // we keep a second map just for queues for quick searching when many exist
Review Comment:
Copy & paste error here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact