GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1587
ARTEMIS-1366 Hide Advisory Address from Management Console
Openwire consumer is listed twice below "consumers" tab.
First it shows correctly the requested queue consume.
Second it shows consumer from multicast queue ActiveMQ.Advisory.
The second one is internal and should be hidden.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis
kmaster_hide_advisory
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1587.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1587
----
commit e853db53f6bf22e0c912d3dc75416eb3e2ad61c4
Author: Howard Gao <[email protected]>
Date: 2017-10-16T09:26:51Z
ARTEMIS-1366 Hide Advisory Address from Management Console
Openwire consumer is listed twice below "consumers" tab.
First it shows correctly the requested queue consume.
Second it shows consumer from multicast queue ActiveMQ.Advisory.
The second one is internal and should be hidden.
----
---