Github user gaohoward commented on the issue:
https://github.com/apache/activemq-artemis/pull/1647
Guys, so I added a parameter to OpenwireProtocolManager, named
supportAdvisory. If set to false, no advisory addresses/queues will be created.
Default is true.
However I'm not sure about the Console. When supportAdvisory is true, I
would still want to hide the JMX objects (not register them but stored them in
a list) so that the Console user won't be bothered by them. I think there
should be a way to let the user to view those objects, may be adding one
operation to the management api? I'm not sure, what you guys think of it?
---