GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/1807
ARTEMIS-1627 - Support removing addresses that do not have direct bindings
If there are no direct bindings on an address and only linked bindings
then the address should be able to be removed from the broker
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1627
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1807.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 #1807
----
commit 95d1092ce448006dea5180aaf16b924ccca78aac
Author: Christopher L. Shannon (cshannon) <christopher.l.shannon@...>
Date: 2018-01-23T12:46:33Z
ARTEMIS-1627 - Support removing addresses that do not have direct
bindings
If there are no direct bindings on an address and only linked bindings
then the address should be able to be removed from the broker
----
---