mirror of https://github.com/apache/activemq.git
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:
parent
e413887ee0
commit
4a5454c39b
|
@ -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>
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue