From 9b1bf6023a9869af744e2fbc03664d41ced37df6 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 30 Oct 2013 21:38:03 +0000 Subject: QPID-4534: unify client heartbeat system properties/connection url options. * Connection url 'heartbeat' broker-option (and deprecated 'idle_timeout') now understood for all protocols * System property 'qpid.heartbeat' (and deprecated 'amqj.heartbeat.delay' and 'idle_timeout') now understood for all protocols * Enhanced heartbeat system tests * Docbook updates Original patch from Keith Wall, plus updates from Robbie Gemmell git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1537313 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml') diff --git a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml index e2f6d8756c..d5527850c8 100644 --- a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml +++ b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml @@ -3176,7 +3176,8 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather integer - frequency of heartbeat messages (in seconds) + Frequency of heartbeat messages (in seconds). A value of 0 disables heartbeating. For compatibility + with old client configuration, option idle_timeout (in milliseconds) is also supported. @@ -3599,10 +3600,9 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather qpid.heartbeat int - 120 (secs) - The heartbeat interval in seconds. Two consective misssed heartbeats will result in the connection timing out.This can also be set per connection using the Connection URL options. + When using the 0-10 protocol, the default is 120 (secs)When using protocols 0-8...0-91, the default is the broker-supplied value. + Frequency of heartbeat messages (in seconds). A value of 0 disables heartbeating. Two consective misssed heartbeats will result in the connection timing out.This can also be set per connection using the Connection URL options.For compatibility with old client configuration, the synonym amqj.heartbeat.delay is supported. - ignore_setclientID boolean -- cgit v1.2.1