summaryrefslogtreecommitdiff
path: root/qpid/java/08ExcludeList
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-02-25 23:21:13 +0000
committerRafael H. Schloming <rhs@apache.org>2009-02-25 23:21:13 +0000
commita7484073368b0334cd174074bc4576f031a5ebe1 (patch)
treea3cff58418be3bc7ea071fba8e181f450821ad01 /qpid/java/08ExcludeList
parent3ea99fb143cc0fcb830a9f4482c280ecbc3d1057 (diff)
downloadqpid-python-a7484073368b0334cd174074bc4576f031a5ebe1.tar.gz
Made the various receive variants check that the server queue is empty before returning null. Also modified AMQQueueBrowser to use receiveNoWait() when browsing queues using 0-10. These changes uncovered numerous second order bugs, mostly in failover. These are also fixed. This fixes QPID-1642 and QPID-1643.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/08ExcludeList')
-rw-r--r--qpid/java/08ExcludeList1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/08ExcludeList b/qpid/java/08ExcludeList
index 88eb754950..1d8950dddf 100644
--- a/qpid/java/08ExcludeList
+++ b/qpid/java/08ExcludeList
@@ -6,3 +6,4 @@ org.apache.qpid.test.testcases.FailoverTest#*
org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover
// Those tests are written against the 0.10 path
org.apache.qpid.test.unit.message.UTF8Test#*
+org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait