From e4d0cd740117f0a65b90f3a7d89264e0c82c3e76 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 13 Jan 2009 19:08:29 +0000 Subject: Send heartbeat from broker to client - Server sends possible heartbeat range and client replies with desired heartbeat as part of the tune-tuneOk exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734220 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ConnectionOptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/src/tests') diff --git a/qpid/cpp/src/tests/ConnectionOptions.h b/qpid/cpp/src/tests/ConnectionOptions.h index 30fe5ad9b1..cf86894235 100644 --- a/qpid/cpp/src/tests/ConnectionOptions.h +++ b/qpid/cpp/src/tests/ConnectionOptions.h @@ -44,6 +44,7 @@ struct ConnectionOptions : public qpid::Options, ("mechanism", optValue(mechanism, "MECH"), "SASL mechanism to use when authenticating.") ("locale", optValue(locale, "LOCALE"), "locale to use.") ("max-channels", optValue(maxChannels, "N"), "the maximum number of channels the client requires.") + ("heartbeat", optValue(heartbeat, "N"), "Desired heartbeat interval in seconds.") ("max-frame-size", optValue(maxFrameSize, "N"), "the maximum frame size to request.") ("bounds-multiplier", optValue(bounds, "N"), "bound size of write queue (as a multiple of the max frame size).") -- cgit v1.2.1