Rollback or release of an acquired group message may result in message reorder.
-------------------------------------------------------------------------------
Key: QPID-3804
URL: https://issues.apache.org/jira/browse/QPID-3804
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: 0.14
Reporter: Ken Giusti
Assignee: Ken Giusti
Priority: Minor
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, ...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]