Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3168

C++ Broker: fix the "--help" text description of flow control thresholds.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.10
    • 0.11
    • C++ Broker
    • None

    Description

      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.

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: