Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-9399

Provide support for Publisher Acknowledges

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.17.0
    • camel-rabbitmq
    • None
    • Novice

    Description

      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.

      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.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            FingolfinTEK Miloš Milivojević
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: