git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@804137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2009-08-14 09:25:00 +00:00
parent dbcb7e41a9
commit c2205356ff
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@
--> -->
<beans> <beans>
<broker brokerName="localhost" xmlns="http://activemq.apache.org/schema/core" persistent="true"> <broker brokerName="localhost" xmlns="http://activemq.apache.org/schema/core" persistent="true" deleteAllMessagesOnStartup="true">
<persistenceAdapter> <persistenceAdapter>
<kahaPersistenceAdapter directory="file:kahadir" maxDataFileLength="200000"/> <kahaPersistenceAdapter directory="file:target/amq1095" maxDataFileLength="200000"/>
</persistenceAdapter> </persistenceAdapter>
<destinations> <destinations>