GitHub user gaohoward opened a pull request: https://github.com/apache/activemq-artemis/pull/1647
ARTEMIS-1365 Advisory consumers listed in Console Openwire clients create consumers to advisory topics to receive notifications. As a result there are internal queues created on advisory topics. Those consumer shouldn't be exposed via management APIs which are used by the Console To fix that the broker doesn't register any queues from advisory addresses. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gaohoward/activemq-artemis amaster_1365 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1647.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 #1647 ---- commit 02585ea84d5a8719c56e5cf36b6d59aa33f2a3de Author: Howard Gao <howard....@gmail.com> Date: 2017-11-07T04:09:08Z ARTEMIS-1365 Advisory consumers listed in Console Openwire clients create consumers to advisory topics to receive notifications. As a result there are internal queues created on advisory topics. Those consumer shouldn't be exposed via management APIs which are used by the Console To fix that the broker doesn't register any queues from advisory addresses. ---- ---