diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2014-02-17 20:48:05 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2014-02-17 20:48:05 +0000 |
| commit | 500491f93c105e109f5933b5d33a12b45bc4b272 (patch) | |
| tree | 821657484821ee7aa97102d1ed643f8380d98ec1 /qpid/java/test-profiles/Java010Excludes | |
| parent | b13c1f50dc34854d0b348aed1fcd24c63e58c938 (diff) | |
| download | qpid-python-500491f93c105e109f5933b5d33a12b45bc4b272.tar.gz | |
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
Diffstat (limited to 'qpid/java/test-profiles/Java010Excludes')
| -rwxr-xr-x | qpid/java/test-profiles/Java010Excludes | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
