From 3ac50ef9feaec80180131a2a720b3176e0d00ac0 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Fri, 13 May 2011 14:34:42 +0000 Subject: 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 --- qpid/doc/book/src/producer-flow-control.xml | 10 +++++++--- 1 file 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 @@ - 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". + + + + While the total number of enqueued messages is less than or equal to + 900, the queue's flow control state remains "OFF". 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". -- cgit v1.2.1