You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jbertram <gi...@git.apache.org> on 2018/08/30 02:09:14 UTC

[GitHub] activemq-artemis pull request #2282: ARTEMIS-2064 make address & queue deplo...

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 <jb...@...>
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.

----


---

[GitHub] activemq-artemis pull request #2282: ARTEMIS-2064 make address & queue deplo...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2282


---

[GitHub] activemq-artemis issue #2282: ARTEMIS-2064 make address & queue deployment m...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2282
  
    @jbertram I could not bring this into 2.6.x... it did not cherry-pick.. can you do it?


---