[ 
https://issues.apache.org/jira/browse/CAMEL-10239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15471524#comment-15471524
 ] 

ASF GitHub Bot commented on CAMEL-10239:
----------------------------------------

GitHub user gessnerfl opened a pull request:

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

    CAMEL-10239: waitForConfirmsOrDie does not return if no timeout is se…

    …t for publisher acks and guaranteed delivery

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gessnerfl/camel 
CAMEL-10239_waitForConfirmsOrDieHangs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1160.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 #1160
    
----
commit 1d577fe0552c641ffe61479be7f314b0da3ed622
Author: Florian Gessner <[email protected]>
Date:   2016-09-07T19:04:10Z

    CAMEL-10239: waitForConfirmsOrDie does not return if no timeout is set for 
publisher acks and guaranteed delivery

----


> Extend Camel RabbitMQ with guaranteed delivery (basic.return)
> -------------------------------------------------------------
>
>                 Key: CAMEL-10239
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10239
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-rabbitmq
>    Affects Versions: 2.17.2
>            Reporter: Florian Gessner
>            Assignee: Claus Ibsen
>              Labels: camel, github-pullrequest, newbie, patch, rabbitmq
>             Fix For: 2.18.0
>
>
> So far camel-rabbitmq supports publisher acknowledgements to ensure that a 
> massage was delivered to the brokers. However this does not guarantee that 
> the message is delivered to queue (https://www.rabbitmq.com/confirms.html - 
> 'When will messages be confirmed?').
> To implement guaranteed delivery publisher acknowledgements have to be 
> activated together with a *return listener* and publishing messages as 
> mandatory.
> In this case the basic.return will be returned to the publisher before the 
> basic.nack or basic.ack. Only in this case we can be sure that the message is 
> really delivered to the configured queue (or fails if no queue is available).
> As a solution I provided a pull request on github together with integration 
> tests.
> https://github.com/apache/camel/pull/1116
> Please let me know if I can provide further support/input.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to