Bug 452130

Summary: message throttling (queue)
Product: Red Hat Enterprise MRG Reporter: Sergei Vorobiev <sergei.vorobiev>
Component: qpid-cppAssignee: Andrew Stitcher <astitcher>
Status: CLOSED NOTABUG QA Contact: Kim van der Riet <kim.vdriet>
Severity: medium Docs Contact:
Priority: urgent    
Version: 1.0CC: cctrieloff, gsim
Target Milestone: 1.1.1   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-15 21:25:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sergei Vorobiev 2008-06-19 15:16:55 UTC
message broker should allow for throttling the maximum rate of messages
submitted to a specific queue

Comment 1 Andrew Stitcher 2009-01-15 19:52:16 UTC
I dont' think this is possible using the current protocol as there is no way to "push back" from messages going into a queue to the producer connection/session sending the messages, due to the exchange routing abstraction in the middle.

This feature is mooted for AMQP 1.0

Comment 2 Carl Trieloff 2009-01-15 21:25:21 UTC
Only need session/connection level flow control for now

closing