diff options
author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-05-13 14:34:42 +0000 |
---|---|---|
committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-05-13 14:34:42 +0000 |
commit | 1d64f643b3b33afa1e01a431f37495a491e562e2 (patch) | |
tree | 87272d42619d69392c1ff2898b3813e6b25f652b /doc/book/src | |
parent | ebc40e25db5f46c2a7ed381fa797a1682925e1d3 (diff) | |
download | qpid-python-1d64f643b3b33afa1e01a431f37495a491e562e2.tar.gz |
NO-JIRA: fix producer flow control example in the documentation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1102758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/book/src')
-rw-r--r-- | doc/book/src/producer-flow-control.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/book/src/producer-flow-control.xml b/doc/book/src/producer-flow-control.xml index 01ca4f8ac9..fd44f51e81 100644 --- a/doc/book/src/producer-flow-control.xml +++ b/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> |