From 500491f93c105e109f5933b5d33a12b45bc4b272 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Mon, 17 Feb 2014 20:48:05 +0000 Subject: QPID-5555 : [Java Broker] Modify implementation of Queues to provide better notions of exclusivity and lifetime git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569109 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qpid/java/test-profiles/Java010Excludes') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 67c2fcd5ad..cbdb0c1172 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -35,6 +35,9 @@ org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartsFlowStopped org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartConsumerFlowStarted org.apache.qpid.server.logging.ConsumerLoggingTest#testSubscriptionSuspend org.apache.qpid.server.logging.ChannelLoggingTest#testChannelClosedOnQueueArgumentsMismatch +// 0-10 exclusive queue is session exclusive and not container exclusive (so exclusive owner is not client-id) +org.apache.qpid.server.logging.DurableQueueLoggingTest#testQueueCreateDurableExclusive +org.apache.qpid.server.logging.TransientQueueLoggingTest#testQueueCreateDurableExclusive // 0-10 is not supported by the MethodRegistry org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* @@ -69,3 +72,6 @@ org.apache.qpid.client.AsynchMessageListenerTest#testImmediatePrefetchWithMessag // Java 0-10 client does not support re-binding the queue to the same exchange 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 -- cgit v1.2.1