Make the default config a little more consistent.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-04-18 14:06:01 +00:00
parent e413887ee0
commit 4a5454c39b
1 changed files with 2 additions and 2 deletions

View File

@ -60,13 +60,13 @@
</networkConnectors>
<persistenceAdapter>
<amqPersistenceAdapter syncOnWrite="false" directory="${activemq.base}/activemq-data" maxFileLength="20 mb"/>
<amqPersistenceAdapter syncOnWrite="false" directory="${activemq.base}/data" maxFileLength="20 mb"/>
</persistenceAdapter>
<!-- Use the following if you wish to configure the journal with JDBC -->
<!--
<persistenceAdapter>
<journaledJDBC dataDirectory="${activemq.base}/activemq-data" dataSource="#postgres-ds"/>
<journaledJDBC dataDirectory="${activemq.base}/data" dataSource="#postgres-ds"/>
</persistenceAdapter>
-->