[GitHub] camel pull request #2169: CAMEL-12129: fix broken integration test from CAME...

2018-01-06 Thread jisikoff
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] camel pull request #2164: CAMEL-12111: Fix reconnect if broker is down on st...

2018-01-04 Thread jisikoff
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