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: [email protected]
For additional commands, e-mail: [email protected]