You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2012/10/02 13:40:06 UTC

svn commit: r1392855 - /activemq/trunk/assembly/src/sample-conf/activemq-jdbc.xml

Author: dejanb
Date: Tue Oct  2 11:40:05 2012
New Revision: 1392855

URL: http://svn.apache.org/viewvc?rev=1392855&view=rev
Log:
add link to plugabble lockers to activemq-jdbc configuration

Modified:
    activemq/trunk/assembly/src/sample-conf/activemq-jdbc.xml

Modified: activemq/trunk/assembly/src/sample-conf/activemq-jdbc.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/activemq-jdbc.xml?rev=1392855&r1=1392854&r2=1392855&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/activemq-jdbc.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/activemq-jdbc.xml Tue Oct  2 11:40:05 2012
@@ -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>