Bug 701572 - [RFE] Producer Flow Control - default values to be exposed via management
Summary: [RFE] Producer Flow Control - default values to be exposed via management
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 2.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-03 09:05 UTC by ppecka
Modified: 2020-11-04 18:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:


Attachments (Terms of Use)

Description ppecka 2011-05-03 09:05:14 UTC
Description of problem:
When queue is created, the default values for producer flow control (PFC) are not exposed via management, this can lead to situation where user might not be worry of PFC feature default values. And thus client will not work as "expected" because it's blocked by PFC. 
When queue is created with any of PFC values explicitly set, such values are exposed by management afterwards. All PFC values can be read from brokers logs in debug+ mode.

Version-Release number of selected component (if applicable):
2.0
  
Actual results:
Only explicitly set queue values for PFC are exposed over management, defaults are not propagated (as they are set on broker with --default-flow-stop-threshold --default-flow-resume-threshold) 

Expected results:
Management exposes all queue PFC values. 
flowStopCount
flowResumeCount
flowStopSize
flowResumeSize
maxCount
maxSize

Additional info:
See also https://bugzilla.redhat.com/show_bug.cgi?id=683503#c2


Note You need to log in before you can comment on or make changes to this bug.