Transactional state is not correctly reported after failover.
-------------------------------------------------------------
Key: QPID-662
URL: https://issues.apache.org/jira/browse/QPID-662
Project: Qpid
Issue Type: Bug
Affects Versions: M2, M2.1
Reporter: Martin Ritchie
Assignee: Martin Ritchie
Fix For: M2.1
If a connection fails during a transaction the next commit() call may suceed
but only commit the activity since failover.
So given the sequence:
send(a)
-------------------connection fails
send(b)
commit()
receive() == a
receive() == b
Message b will be committed and no error will be reported, but the first
message received will be b and a will have been lost.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.