From 2bfd88e87d922afbad81972490ff7b8dbe967f53 Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Tue, 13 Dec 2011 10:42:05 +0000 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-3294 - disable this test as it causes hudson to hang. need to investigate reuse of send timeout for all sync operations and maxreconnect attempts on failover transport to fix up correctly.. one to revisit for case where exception other than security exception comes back or nothing in the case of max connections exceeded git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1213642 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-core/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index c3d62c341b..328d427aa0 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -499,6 +499,7 @@ **/BrokerNetworkWithStuckMessagesTest.* + **/DoSTest.*