Github user andytaylor commented on the issue:
https://github.com/apache/activemq-artemis/pull/1647
As long as the JMX objects aren't created they won't appear on the console,
I would have a flag to disable them completely and one to hide them by not
creating JMX objects
On 9 November 2017 at 09:35, Howard Gao <[email protected]> wrote:
> 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?
>
> â
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
>
<https://github.com/apache/activemq-artemis/pull/1647#issuecomment-343098770>,
> or mute the thread
>
<https://github.com/notifications/unsubscribe-auth/AAt5svcGhiQjgyI_ryuUzJlDcVWlxz_Mks5s0sdIgaJpZM4QUPS5>
> .
>
---