You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by davsclaus <gi...@git.apache.org> on 2018/08/22 13:26:38 UTC

[GitHub] camel pull request #2491: CAMEL-12229: camel-rabbitmq consumer should be mor...

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 <cl...@...>
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.

----


---

[GitHub] camel pull request #2491: CAMEL-12229: camel-rabbitmq consumer should be mor...

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

    https://github.com/apache/camel/pull/2491


---