GitHub user jisikoff opened a pull request:
https://github.com/apache/camel/pull/2164
CAMEL-12111: Fix reconnect if broker is down on startup. Also fix soâ¦
⦠channels share connections again. Also fix consumers getting started
twice on reconnect at startup. Also fix null pointers if
automaticRecoveryEnabled is not set on the endpoint.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cinch-financial/camel
feature/CAMEL-12111-reconnect-on-start
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2164.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 #2164
----
commit 17216a11c6996992a64e3f254c48a5e82b50c12d
Author: Jeremy Isikoff <jisikoff@...>
Date: 2018-01-04T14:42:37Z
CAMEL-12111: Fix reconnect if broker is down on startup. Also fix so
channels share connections again. Also fix consumers getting started twice on
reconnect at startup. Also fix null pointers if automaticRecoveryEnabled is
not set on the endpoint.
----
---