mirror of https://github.com/apache/activemq.git
couple of modifications to config files - jdbc and throughput
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@820288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20972bfdaf
commit
f3f27ff179
|
@ -32,7 +32,7 @@
|
|||
|
||||
<broker useJmx="false" brokerName="jdbcBroker" xmlns="http://activemq.apache.org/schema/core">
|
||||
<persistenceAdapter>
|
||||
<journaledJDBC dataDirectory="${activemq.base}/data" dataSource="#derby-ds"/>
|
||||
<jdbcPersistenceAdapter dataDirectory="${activemq.base}/data" dataSource="#derby-ds"/>
|
||||
</persistenceAdapter>
|
||||
|
||||
<transportConnectors>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
http://activemq.apache.org/kahadb.html
|
||||
-->
|
||||
<persistenceAdapter>
|
||||
<kahaDB directory="${activemq.base}/data/kahadb" enableJournalDiskSyncs="false" indexWriteBatchSize="10000" />
|
||||
<kahaDB directory="${activemq.base}/data/kahadb" enableJournalDiskSyncs="false" indexWriteBatchSize="10000" indexCacheSize="1000"/>
|
||||
</persistenceAdapter>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue