-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9027/
-----------------------------------------------------------
(Updated Jan. 18, 2013, 10:54 p.m.)
Review request for qpid, Robbie Gemmell, Weston Price, and Keith Wall.
Description
-------
The XASessionImpl is using AUTO_ACK as the ack and when failover occurs
messages are replayed.
This patch adds the ability to Add the ability to turn message replay on/off
based on a boolean parameter when creating a session.
This addresses bug QPID-4541.
https://issues.apache.org/jira/browse/QPID-4541
Diffs (updated)
-----
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/XASessionImpl.java
1435401
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/client/AMQSession_0_10Test.java
1435401
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/Connection.java
1435401
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/Session.java
1435401
Diff: https://reviews.apache.org/r/9027/diff/
Testing
-------
Verified with our existing test suite to ensure that this changes does not
cause any unwanted side affects.
Weston Price has done testing in an XA envirnoment to verify that this fix has
succesfully resolved QPID-4541.
Thanks,
rajith attapattu