GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/2282
ARTEMIS-2064 make address & queue deployment more robust
Any failure to deploy an address or queue will short-circuit the broker
initialization process preventing any other addresses or queues from
being deployed as well as other critical resources like acceptors, etc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-2064
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2282.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 #2282
----
commit 3aed946d8057eb81c481b8e8b6fcac5d972700af
Author: Justin Bertram <jbertram@...>
Date: 2018-08-30T02:03:00Z
ARTEMIS-2064 make address & queue deployment more robust
Any failure to deploy an address or queue will short-circuit the broker
initialization process preventing any other addresses or queues from
being deployed as well as other critical resources like acceptors, etc.
----
---