summaryrefslogtreecommitdiff
path: root/qpid/doc
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-05-29 11:38:35 +0000
committerRobert Gemmell <robbie@apache.org>2012-05-29 11:38:35 +0000
commit8fcda77476c6e20c77d7572d87da20ef3c38941d (patch)
tree89d35a7c30da2bab9b3b34d9edb0d2f63c2073b2 /qpid/doc
parent5a888989bd28402e3271b05bcc32a7410f8d17a2 (diff)
downloadqpid-python-8fcda77476c6e20c77d7572d87da20ef3c38941d.tar.gz
QPID-4009: Make failover method invocation timeout configurable for 0-8/0-9/0-9-1 amqp clients
Applied patch from Oleksandr Rudyy <orudyy@gmail.com>, Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1343677 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc')
-rw-r--r--qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml
index 3052e2acc1..c1162c96a8 100644
--- a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml
+++ b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml
@@ -3783,6 +3783,16 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather
<para>For compatibility with older clients, the synonym <varname>amqj.receiveBufferSize</varname> is supported.</para>
</entry>
</row>
+ <row>
+ <entry>qpid.failover_method_timeout</entry>
+ <entry>long</entry>
+ <entry>60000</entry>
+ <entry>
+ <para>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.</para>
+ <para>It is only applicable for AMQP 0-8/0-9/0-9-1 clients.</para>
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>