From d43d1912b376322e27fdcda551a73f9ff5487972 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Fri, 3 Aug 2012 12:13:32 +0000 Subject: QPID-3858: Updated branch - merged from trunk r.1368650 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1368910 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml') diff --git a/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml b/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml index 3052e2acc1..1c6bfafc27 100644 --- a/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml +++ b/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml @@ -1269,7 +1269,7 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather unreliable will be used and for durable messages on durable queues there is the possibility that messages will be redelivered; if exactly-once is requested, - at-most-once will be used and the application needs to + at-least-once will be used and the application needs to be able to deal with duplicates. @@ -3783,6 +3783,16 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather For compatibility with older clients, the synonym amqj.receiveBufferSize is supported. + + qpid.failover_method_timeout + long + 60000 + + During failover, this is the timeout for each attempt to try to re-establish the connection. + If a reconnection attempt exceeds the timeout, the entire failover process is aborted. + It is only applicable for AMQP 0-8/0-9/0-9-1 clients. + + -- cgit v1.2.1