-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9027/
-----------------------------------------------------------

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
-----

  
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/ListReceiver.java
 1435368 
  
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/ListSender.java
 1435368 
  
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/XASessionImpl.java
 1435368 
  
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/client/AMQSession_0_10Test.java
 1435368 
  
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/client/message/AMQPEncodedListMessageUnitTest.java
 1435368 
  
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/Connection.java
 1435368 
  
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/Session.java
 1435368 

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

Reply via email to