gtully commented on PR #4820:
URL:
https://github.com/apache/activemq-artemis/pull/4820#issuecomment-1964633266
a question. the object name for an queue, Q1::Q1:
org.apache.activemq.artemis:broker="localhost",component=addresses,address="Q1",subcomponent=queues,routing-type="anycast",queue="Q1",
maps nicely to:
jmx.queues.Q1::Q1
But should it be `jmx.queue.` the management messages use the resource name
queue rather than queues. The MbeanObject name use attribute
subcomponent=queues, queue=x. I guess it should be queue. No point polluting
the settings with plurals when not necessary.
--
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]