summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2011-05-11 12:44:20 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2011-05-11 12:44:20 +0000
commit0b6bc92b011c5cb809848da40a67b85c76b9594a (patch)
tree67833539a6679ccfe397dcdefc7a9fad118743a1
parent1a9e6dd078987667557e48a0a1b754484555447a (diff)
downloadqpid-python-0b6bc92b011c5cb809848da40a67b85c76b9594a.tar.gz
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. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101861 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
index 8ac73d730f..d1e7aae94a 100644
--- a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
+++ b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
@@ -2467,7 +2467,7 @@ public abstract class AMQSession<C extends BasicMessageConsumer, P extends Basic
}
else
{
- con.close(true);
+ con.close(false);
}
}
// at this point the _consumers map will be empty