GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2300
ARTEMIS-2081 listConfiguredQueues returns only queues created by config
Extend test case to reproduce problem of client created queues being
incorrectly removed on simple reload of config.
Add a flag/field to the queues created by configuration/broker.xml so we
can correctly filter only queues created/managed by config.
Update listConfiguredQueues to use the new queue flag
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-2081
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2300.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 #2300
----
commit 3d6171c108b3015277e4c81fb9912e88254dd156
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-09-07T23:23:55Z
ARTEMIS-2081 listConfiguredQueues returns only queues created by config
Extend test case to reproduce problem of client created queues being
incorrectly removed on simple reload of config.
Add a flag/field to the queues created by configuration/broker.xml so we
can correctly filter only queues created/managed by config.
Update listConfiguredQueues to use the new queue flag
----
---