mirror of https://github.com/apache/activemq.git
add link to plugabble lockers to activemq-jdbc configuration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c85aeb231
commit
47f9ef9b11
|
@ -42,6 +42,10 @@
|
|||
</bean>
|
||||
|
||||
<broker useJmx="false" brokerName="jdbcBroker" xmlns="http://activemq.apache.org/schema/core">
|
||||
|
||||
<!--
|
||||
See more database locker options at http://activemq.apache.org/pluggable-storage-lockers.html
|
||||
-->
|
||||
<persistenceAdapter>
|
||||
<jdbcPersistenceAdapter dataDirectory="${activemq.data}" dataSource="#derby-ds"/>
|
||||
</persistenceAdapter>
|
||||
|
|
Loading…
Reference in New Issue