You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2011/05/11 14:44:20 UTC

svn commit: r1101861 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java

Author: rajith
Date: Wed May 11 12:44:20 2011
New Revision: 1101861

URL: http://svn.apache.org/viewvc?rev=1101861&view=rev
Log:
QPID-3207
Rolling back the change until we fix the deadlock issue identified in QPID-3216
Also investigate the other test failure to see if there are any other issues besides the deadlock problem.

Modified:
    qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java

Modified: qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java?rev=1101861&r1=1101860&r2=1101861&view=diff
==============================================================================
--- qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java (original)
+++ qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java Wed May 11 12:44:20 2011
@@ -2467,7 +2467,7 @@ public abstract class AMQSession<C exten
             }
             else
             {
-                con.close(true);
+                con.close(false);
             }
         }
         // at this point the _consumers map will be empty



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org