You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/04/23 18:15:35 UTC

svn commit: r937353 - /james/server/trunk/spring-deployment/src/main/config/james/activemq.xml

Author: norman
Date: Fri Apr 23 16:15:35 2010
New Revision: 937353

URL: http://svn.apache.org/viewvc?rev=937353&view=rev
Log:
Use shutdown hook for activemq (JAMES-991)

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/activemq.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/activemq.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/activemq.xml?rev=937353&r1=937352&r2=937353&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/activemq.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/activemq.xml Fri Apr 23 16:15:35 2010
@@ -33,7 +33,7 @@
     <!-- 
         The <broker> element is used to configure the ActiveMQ broker. 
     -->
-    <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="../data">
+    <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="../data" useShutdownHook="true">
         
         
         <!--



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org