summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-09-03 08:14:55 +0000
committerKeith Wall <kwall@apache.org>2014-09-03 08:14:55 +0000
commitc314d42848570748b339a71303a8de8288cc2923 (patch)
treecfc29a4e84d7c1371735136b10d9b39d44db51ab /qpid/java/test-profiles
parentd67b476dcb97b16e784d0008f5c641132969ed51 (diff)
downloadqpid-python-c314d42848570748b339a71303a8de8288cc2923.tar.gz
QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow call to exchange.bound during AMQSession#getQueueDepth to be omitted
This prevents interoperabiliy problem with older Java Brokers, and gives users a change to restore old behaviour (AMQChannelException in the event that the queue does not exist) if desired. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
-rwxr-xr-xqpid/java/test-profiles/Java010Excludes2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes
index 46f789c229..8406f6e940 100755
--- a/qpid/java/test-profiles/Java010Excludes
+++ b/qpid/java/test-profiles/Java010Excludes
@@ -72,3 +72,5 @@ org.apache.qpid.server.queue.QueueBindTest#testQueueCanBeReboundOnTopicExchange
// Java 0-10 exclusive queues are owned by sessions not by the client-id, so the owner is not meaningful from JMX
org.apache.qpid.systest.management.jmx.QueueManagementTest#testExclusiveQueueHasJmsClientIdAsOwner
+
+org.apache.qpid.test.unit.client.AMQSessionTest#testQueueDepthForQueueThatDoesNotExistLegacyBehaviour_08_091