Bug 450751 - TCP_NODELAY
Summary: TCP_NODELAY
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: Release_Notes
Version: beta
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Lana Brindley
QA Contact: Kim van der Riet
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-10 20:04 UTC by Rafael H. Schloming
Modified: 2014-12-01 23:14 UTC (History)
2 users (show)

Fixed In Version: 1.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-11 07:56:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Rafael H. Schloming 2008-06-10 20:04:54 UTC
In certain scenarios using TCP_NODELAY can significantly improve the performance
of the Java client. The use of TCP_NODELAY can be enabled by setting the
amqj.tcpNoDelay system property to true:

java -Damqj.tcpNoDelay=true ...

Scenarios where this may help include clients that do synchronous publish, as
well as clients that use many small transactions.


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