GitHub user davsclaus opened a pull request:
https://github.com/apache/camel/pull/2491
CAMEL-12229: camel-rabbitmq consumer should be more resilient on starâ¦
â¦ting. There may be a situation where a connection is created but cannot
be started, and then the reconnect logic would reconnect but not start the
consumer. Now we have logic that calls the start method, and we leverage Camels
ServiceSupport for lifecycle of start/stop.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/camel camel-12229
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2491.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 #2491
----
commit f081f6328c9559a32f9d8ae88c06c7cb7d168e58
Author: Claus Ibsen <claus.ibsen@...>
Date: 2018-08-22T13:26:13Z
CAMEL-12229: camel-rabbitmq consumer should be more resilient on starting.
There may be a situation where a connection is created but cannot be started,
and then the reconnect logic would reconnect but not start the consumer. Now we
have logic that calls the start method, and we leverage Camels ServiceSupport
for lifecycle of start/stop.
----
---