From 9f781551ec72e94469bd95ec024d135d3d24e02a Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 19 Feb 2012 22:53:21 +0000 Subject: QPID-3293: document additional I/O system properties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1291088 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/Programming-In-Apache-Qpid.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 275fce1796..98d7bbd34f 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -3764,6 +3764,24 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n This can also be set per connection using the Connection URL options. For compatibility with older clients, the synonym amqj.tcp_nodelay is supported. + + + qpid.send_buffer_size + integer + 65535 + + Sets the SO_SNDBUF property of the underlying socket. Added in Qpid 0.16. + For compatibility with older clients, the synonym amqj.sendBufferSize is supported. + + + + qpid.receive_buffer_size + integer + 65535 + + Sets the SO_RCVBUF property of the underlying socket. Added in Qpid 0.16. + For compatibility with older clients, the synonym amqj.receiveBufferSize is supported. + -- cgit v1.2.1