summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/producer-flow-control.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/doc/book/src/producer-flow-control.xml')
-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>