From d46313c9f609a80af88fd9d08af2e87822f05ae6 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 19 Feb 2012 22:52:31 +0000 Subject: NO-JIRA: update docs to mention new qpid.tcp_nodelay option instead of older sytem property and add note of default change git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1291087 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/Programming-In-Apache-Qpid.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 19baf74a90..275fce1796 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -3340,7 +3340,7 @@ amqp://guest:guest@/test?failover='roundrobin?cyclecount='2'' If tcp_nodelay='true', TCP packet - batching is disabled. + batching is disabled. Defaults to true since Qpid 0.14. @@ -3756,11 +3756,15 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n The length of time (in milliseconds) to wait for a synchronous operation to complete.For compatibility with older clients, the synonym amqj.default_syncwrite_timeout is supported. - amqj.tcp_nodelay - boolean - false - Sets the TCP_NODELAY property of the underlying socket.This could also be set per connection as well (see connection paramters). - + qpid.tcp_nodelay + boolean + true + + Sets the TCP_NODELAY property of the underlying socket. The default was changed to true as of Qpid 0.14. + This can also be set per connection using the Connection URL options. + For compatibility with older clients, the synonym amqj.tcp_nodelay is supported. + + -- cgit v1.2.1