mirror of https://github.com/apache/activemq.git
start with clean store each time
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@962500 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebef614047
commit
ee554acb09
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue