Author: jstrachan
Date: Tue Oct 14 07:36:01 2008
New Revision: 704550

URL: http://svn.apache.org/viewvc?rev=704550&view=rev
Log:
Disabled the default use of last image recovery policy

Modified:
    activemq/trunk/assembly/src/release/conf/activemq.xml

Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=704550&r1=704549&r2=704550&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Tue Oct 14 07:36:01 
2008
@@ -38,12 +38,14 @@
                 <policyEntries>
                     <policyEntry queue=">" memoryLimit="5mb"/>
                     <policyEntry topic=">" memoryLimit="5mb">
+                      <!-- you can add other policies too such as these
                         <dispatchPolicy>
                             <strictOrderDispatchPolicy/>
                         </dispatchPolicy>
                         <subscriptionRecoveryPolicy>
                             <lastImageSubscriptionRecoveryPolicy/>
                         </subscriptionRecoveryPolicy>
+                      -->
                     </policyEntry>
                 </policyEntries>
             </policyMap>


Reply via email to