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

SqsConsumer receive thread is tightly coupled to extendMessageVisiblity's scheduled task

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.10.0
    • 2.10.3, 2.11.0
    • camel-aws
    • None
    • Patch Available
    • Novice

    Description

      When I made the patch file for CAMEL-5306 I made a mistake and coupled the cancelling of the visibility extending scheduled task with the thread that receives the message inside SqsConsumer. This causes issues when try to write Processors that delegate the completion of an exchange to another thread.

      Actually the cancelling of the scheduled task should have been handled via exchange.addOnCompletion(), the same way the the overall SQS transaction is completed.

      The attached patch fixes this issue.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            alexhutter alex hutter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: