GitHub user jisikoff opened a pull request:
https://github.com/apache/camel/pull/2169
CAMEL-12129: fix broken integration test from CAMEL-12111
Suspend calls closeConnectionAndChannel() which calls
this.consumers.clear(); thus leaving no consumers to reconnect on resume. This
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