Bug 452119

Summary: flow to disk to avoid memory exhaustion
Product: Red Hat Enterprise MRG Reporter: Sergei Vorobiev <sergei.vorobiev>
Component: qpid-cppAssignee: Gordon Sim <gsim>
Status: CLOSED NOTABUG QA Contact: Kim van der Riet <kim.vdriet>
Severity: medium Docs Contact:
Priority: low    
Version: 1.0CC: gsim
Target Milestone: 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: 2008-10-14 16:07:53 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 14:49:13 UTC
When a transient queue with transient messages reaches pre-configured maximum
size , a messaging broker process should start committing the queue to disk with
expected performance impact to new incoming messages. This is required to
prevent memory exhaustion if messages are not retrieved from the queue by a
client, while new messages continue to arrive.

Comment 1 Gordon Sim 2008-06-20 08:26:58 UTC
*** Bug 446213 has been marked as a duplicate of this bug. ***

Comment 2 Gordon Sim 2008-07-01 08:37:33 UTC
We already do this for transient messages on durable queues which may be sufficient.

Comment 3 Gordon Sim 2008-10-14 16:07:53 UTC
Confirmed that flow to disk of transient (and durable) messages on durable queues is suffient here for now.