Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3804

Rollback or release of an acquired group message may result in message reorder.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.14
    • 0.15
    • C++ Broker
    • None

    Description

      Given a message group queue with the following message distribution:

      oldest->A, B, A, ...

      If a consumer acquires A0, then rollsback the acquisition, the next fetch returns B0, followed by A0 (redelivered)

      The correct order should be: A0 (redelivered), B0, A1, ...

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: