You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <ji...@apache.org> on 2011/04/12 23:36:05 UTC

[jira] [Updated] (QPID-3168) C++ Broker: fix the "--help" text description of flow control thresholds.

     [ https://issues.apache.org/jira/browse/QPID-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ken Giusti updated QPID-3168:
-----------------------------

    Fix Version/s:     (was: 0.10)
                   0.11

> C++ Broker: fix the "--help" text description of flow control thresholds.
> -------------------------------------------------------------------------
>
>                 Key: QPID-3168
>                 URL: https://issues.apache.org/jira/browse/QPID-3168
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.10
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Minor
>             Fix For: 0.11
>
>
> The following text is incorrect:
>   --default-flow-stop-threshold %MESSAGES (80) 
>                                         Queue capacity level at which flow 
>                                         control is activated.
>   --default-flow-resume-threshold %MESSAGES (70) 
>                                         Queue capacity level at which flow 
>                                         control is de-activated.
> Correction:
>   --default-flow-stop-threshold PERCENT (80) 
>                                         Percent of queue's maximum capacity at which flow 
>                                         control is activated.
>   --default-flow-resume-threshold PERCENT (70) 
>                                         Percent of queue's maximum capacity at which flow 
>                                         control is de-activated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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