You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/07/09 14:18:51 UTC

svn commit: r962500 - /activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml

Author: gtully
Date: Fri Jul  9 12:18:50 2010
New Revision: 962500

URL: http://svn.apache.org/viewvc?rev=962500&view=rev
Log:
start with clean store each time

Modified:
    activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml

Modified: activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml?rev=962500&r1=962499&r2=962500&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/activemq-specjms.xml Fri Jul  9 12:18:50 2010
@@ -35,8 +35,7 @@
 
     -->
     <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" 
-        dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true" 
-        
+        dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true" deleteAllMessagesOnStartup="true"        
         advisorySupport="false"
         enableStatistics="false"
         schedulerSupport="false"