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/JavaPre010Excludes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/java/test-profiles/JavaPre010Excludes') diff --git a/qpid/java/test-profiles/JavaPre010Excludes b/qpid/java/test-profiles/JavaPre010Excludes index 7f9a20e245..ff8bcfca68 100644 --- a/qpid/java/test-profiles/JavaPre010Excludes +++ b/qpid/java/test-profiles/JavaPre010Excludes @@ -78,3 +78,8 @@ org.apache.qpid.systest.management.jmx.QueueManagementTest#testAlternateExchange // QPID-3396 org.apache.qpid.test.unit.client.connection.ConnectionTest#testExceptionWhenUserPassIsRequired + +// Non durable exclusive queues are exclusive to a connection (and thus auto-delete - or at least +// not permanent), also their owner is not the container (client-id) but the connection +org.apache.qpid.server.logging.TransientQueueLoggingTest#testQueueCreateDurableExclusive + -- cgit v1.2.1