From 2343c60ff852730751448f55e33b8bd83d994024 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 26 Apr 2010 08:21:14 +0000 Subject: Disable ActiveMQ shutdown hook in the jms tests to see if that makes the hudson build faster git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937960 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/itest/jms/definitions/src/main/resources/jndi.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/itest/jms/definitions/src/main') diff --git a/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties b/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties index f7555e0beb..d7f64fda62 100644 --- a/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties +++ b/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties @@ -20,7 +20,7 @@ java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory # use the following property to configure the default connector -java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false +java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false&broker.useShutdownHook=false # use the following property to specify the JNDI name the connection factory # should appear as. -- cgit v1.2.3