Bug 450840

Summary: The java client library does not throttle producer rate as default.
Product: Red Hat Enterprise MRG Reporter: Arnaud Simon <asimon>
Component: Release_NotesAssignee: Lana Brindley <lbrindle>
Status: CLOSED CURRENTRELEASE QA Contact: Kim van der Riet <kim.vdriet>
Severity: low Docs Contact:
Priority: low    
Version: 1.0CC: mhideo
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-12 03:47:00 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 Arnaud Simon 2008-06-11 09:55:54 UTC
Description of problem:
The java client library does not throttle producer rate as default.  

Proposed release note: 
For performance reasons the Java client library does not throttle producer rate
as default. When an application is using a slow network or sending very large
messages it could happen that messages are produced faster than they are written
on the wire. In such a situation the client application may eventually run out
of memory. This can be prevented (with a small performance penalty) by using the
property -Dprotectio=true.