diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-01-13 19:08:29 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-01-13 19:08:29 +0000 |
| commit | e4d0cd740117f0a65b90f3a7d89264e0c82c3e76 (patch) | |
| tree | 80547638f7d8eea1d214752c274edb24f797cab6 /qpid/cpp/src/tests/ConnectionOptions.h | |
| parent | edd6337731e417cc13f9d698bcda1d5911fcb782 (diff) | |
| download | qpid-python-e4d0cd740117f0a65b90f3a7d89264e0c82c3e76.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/src/tests/ConnectionOptions.h')
| -rw-r--r-- | qpid/cpp/src/tests/ConnectionOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
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).") |
