GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/2005
ARTEMIS-1797 Auto-create-address flag shouldn't block temp destination
creation
When creating a temp destination and auto-create-address set to false, the
broker throws an error and refuse to create it. This doesn't conform to
normal use-case (like amqp dynamic flag) where the temp destination should
be allowed even if the auto-create-address is false.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis g_1158
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2005.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 #2005
----
commit 39a4e04aa11f22e672f4fe6f8ce87c436f9ddc8f
Author: Howard Gao <howard.gao@...>
Date: 2018-04-10T07:26:27Z
ARTEMIS-1797 Auto-create-address flag shouldn't block temp destination
creation
When creating a temp destination and auto-create-address set to false, the
broker throws an error and refuse to create it. This doesn't conform to
normal use-case (like amqp dynamic flag) where the temp destination should
be allowed even if the auto-create-address is false.
----
---