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:
Bosanac Dejan 2012-10-02 11:40:05 +00:00
parent 8c85aeb231
commit 47f9ef9b11
1 changed files with 4 additions and 0 deletions

View File

@ -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>