summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-05-13 14:34:42 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-05-13 14:34:42 +0000
commit3ac50ef9feaec80180131a2a720b3176e0d00ac0 (patch)
tree2fe2e733eea1800975eed92f745f3c410c74aada
parentff7167be41036edf73fc4725591f8a0ad2a45f29 (diff)
downloadqpid-python-3ac50ef9feaec80180131a2a720b3176e0d00ac0.tar.gz
NO-JIRA: fix producer flow control example in the documentation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1102758 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/book/src/producer-flow-control.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/qpid/doc/book/src/producer-flow-control.xml b/qpid/doc/book/src/producer-flow-control.xml
index 01ca4f8ac9..fd44f51e81 100644
--- a/qpid/doc/book/src/producer-flow-control.xml
+++ b/qpid/doc/book/src/producer-flow-control.xml
@@ -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>