diff options
Diffstat (limited to 'qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml')
| -rw-r--r-- | qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml | 10 |
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> |
