You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2011/05/13 16:34:42 UTC

svn commit: r1102758 - /qpid/trunk/qpid/doc/book/src/producer-flow-control.xml

Author: kgiusti
Date: Fri May 13 14:34:42 2011
New Revision: 1102758

URL: http://svn.apache.org/viewvc?rev=1102758&view=rev
Log:
NO-JIRA: fix producer flow control example in the documentation.

Modified:
    qpid/trunk/qpid/doc/book/src/producer-flow-control.xml

Modified: qpid/trunk/qpid/doc/book/src/producer-flow-control.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/producer-flow-control.xml?rev=1102758&r1=1102757&r2=1102758&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/producer-flow-control.xml (original)
+++ qpid/trunk/qpid/doc/book/src/producer-flow-control.xml Fri May 13 14:34:42 2011
@@ -76,13 +76,17 @@
       </para>
 
       <para>
-        When the total number of enqueued messages is greater than or equal to
-        900, the queue's flow control state is OFF.
+        The queue's initial flow control state is "OFF".
+      </para>
+
+      <para>
+        While the total number of enqueued messages is less than or equal to
+        900, the queue's flow control state remains "OFF".
       </para>
 
       <para>
         When the total number of enqueued messages is greater than 900, the
-        queue's flow control state transitions to ON.
+        queue's flow control state transitions to "ON".
       </para>
 
       <para>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org