From 87139b266b3817be517db38092ffcc5b2f7c7277 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Thu, 10 Nov 2011 14:14:46 +0000 Subject: 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 and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200335 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/JavaExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'java/test-profiles/JavaExcludes') diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes index 8de36cbd9a..023534ed26 100644 --- a/java/test-profiles/JavaExcludes +++ b/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 -- cgit v1.2.1