You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2007/10/17 07:07:05 UTC

svn commit: r585377 - /activemq/trunk/assembly/src/release/conf/activemq.xml

Author: rajdavies
Date: Tue Oct 16 22:07:03 2007
New Revision: 585377

URL: http://svn.apache.org/viewvc?rev=585377&view=rev
Log:
update to show producerFlowControl and memoryLimit is configurable
on a Destination basis via destination policies

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=585377&r1=585376&r2=585377&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Tue Oct 16 22:07:03 2007
@@ -33,7 +33,7 @@
       <policyMap>
         <policyEntries>
 
-          <policyEntry topic="FOO.>">
+          <policyEntry topic="FOO.>" producerFlowControl="false" memoryLimit="1mb">
             <dispatchPolicy>
               <strictOrderDispatchPolicy/>
             </dispatchPolicy>