[ 
https://issues.apache.org/jira/browse/CAMEL-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-9399.
--------------------------------
       Resolution: Fixed
         Assignee: Claus Ibsen
    Fix Version/s: 2.17.0

Thanks for the PR

> Provide support for Publisher Acknowledges
> ------------------------------------------
>
>                 Key: CAMEL-9399
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9399
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-rabbitmq
>            Reporter: Miloš Milivojević
>            Assignee: Claus Ibsen
>             Fix For: 2.17.0
>
>
> Currently, when publishing a message through Camel there is no way make sure 
> that the message was actually delivered to appropriate queues which does not 
> meet the reliability requirements of certain mission-critical applications. 
> While there are two ways of doing this - AMQP transactions and RabbitMQ's 
> Confirms - the former is considered overly heavyweight and latter is 
> preferred [as per RabbitMQ's 
> documentation|https://www.rabbitmq.com/confirms.html].
> New configuration properties should be added to RabbitMQ endpoint - a boolean 
> property for enabling publisher acknowledges and a long property for 
> configuring a timeout (in most cases the publisher will not want to wait 
> forever for a confirmation).
> I am almost done with the implementation - the only thing left to do is to 
> perform a bit of code cleanup and add a few integration tests to verify that 
> the acknowledges are working correctly.



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

Reply via email to