diff options
| author | Keith Wall <kwall@apache.org> | 2011-11-10 14:14:46 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2011-11-10 14:14:46 +0000 |
| commit | 83e1fa9554b99740ae97d6eba1d9dc6568c5fb0b (patch) | |
| tree | ccfe601b591dc7a36f23946ef259255d6fcb1a2c /qpid/java/test-profiles/JavaExcludes | |
| parent | 54afdfd9575729fff69e7b66178a8f9cbf3d7cdd (diff) | |
| download | qpid-python-83e1fa9554b99740ae97d6eba1d9dc6568c5fb0b.tar.gz | |
QPID-3539: NoLocal should occur at the connection level and not the session level (0-10). Also fixed typing issue that prevented Java Broker understanding the no-local queue argument when encoded as String (as sent by Python tests).
Applied patch from Oleksandr Rudyy<orudyy@gmail.com> and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1200335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaExcludes')
| -rw-r--r-- | qpid/java/test-profiles/JavaExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 8de36cbd9a..023534ed26 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -43,3 +43,6 @@ org.apache.qpid.jms.xa.XAResourceTest#* //The Java broker doesnt support client auth org.apache.qpid.client.ssl.SSLTest#testMultipleCertsInSingleStore + +//QPID-3605 Durable subscriber with no-local true receives messages on re-connection +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testNoLocalMessagesNotDeliveredAfterReconnection |
