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/JavaPre010Excludes | |
| 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/JavaPre010Excludes')
| -rw-r--r-- | qpid/java/test-profiles/JavaPre010Excludes | 5 |
1 files changed, 5 insertions, 0 deletions
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 + |
