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

[GitHub] activemq-artemis pull request #1838: ARTEMIS-1654 - fix bridge reconnect log...

GitHub user andytaylor opened a pull request:

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

    ARTEMIS-1654 - fix bridge reconnect logic

    Make sure that if a bridge disconnects and there is no record in the topology that it uses the original bridge connector to reconnect
    
    https://issues.apache.org/jira/browse/ARTEMIS-1654

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andytaylor/activemq-artemis ARTEMIS-1654

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1838.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 #1838
    
----
commit 22311333dc19a6a76f377530b03f75eef5c186cc
Author: Andy Taylor <an...@...>
Date:   2018-02-01T13:22:59Z

    ARTEMIS-1654 - fix brige reconnect logic
    
    Make sure that if a bridge disconnects and there is no record in the topology that it uses the original bridge connector to reconnect
    
    https://issues.apache.org/jira/browse/ARTEMIS-1654

----


---

[GitHub] activemq-artemis pull request #1838: ARTEMIS-1654 - fix bridge reconnect log...

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

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


---

[GitHub] activemq-artemis issue #1838: ARTEMIS-1654 - fix bridge reconnect logic

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

    https://github.com/apache/activemq-artemis/pull/1838
  
    @clebertsuconic  could you check this


---