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.10


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:[email protected]

Reply via email to