Author: norman
Date: Thu Oct  7 17:39:33 2010
New Revision: 1005542

URL: http://svn.apache.org/viewvc?rev=1005542&view=rev
Log:
move activemq data dir to var directory (Thx Eric for review)

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

Modified: 
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=1005542&r1=1005541&r2=1005542&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
Thu Oct  7 17:39:33 2010
@@ -129,7 +129,7 @@
     </camel:camelContext>
 
     <!--  lets create an embedded ActiveMQ Broker -->
-    <amq:broker useJmx="false" persistent="true" dataDirectory="../data/" 
schedulerSupport="true" id="broker">
+    <amq:broker useJmx="false" persistent="true" 
dataDirectory="../var/activemq-data/" schedulerSupport="true" id="broker">
         <amq:destinationPolicy>
             <amq:policyMap>
                 <amq:policyEntries>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to