diff options
| author | Gordon Sim <gsim@apache.org> | 2010-04-01 18:41:37 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-04-01 18:41:37 +0000 |
| commit | 4d3714d33c6e779f26d27b18eaaae53c69f7de87 (patch) | |
| tree | e6ba54d01b62b9328f2ba8075b4afe22a4feea56 /qpid/cpp/include | |
| parent | 01fac737f94afef33eee5eaa35df7833920c6ef2 (diff) | |
| download | qpid-python-4d3714d33c6e779f26d27b18eaaae53c69f7de87.tar.gz | |
QPID-664: minor adjustment to connection option names
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Connection.h b/qpid/cpp/include/qpid/messaging/Connection.h index 8b0f9e98e3..34a37ab776 100644 --- a/qpid/cpp/include/qpid/messaging/Connection.h +++ b/qpid/cpp/include/qpid/messaging/Connection.h @@ -54,7 +54,6 @@ class Connection : public qpid::messaging::Handle<ConnectionImpl> * sasl-min-ssf * sasl-max-ssf * protocol - * urls * * (note also bounds, locale, max-channels and max-framesize, but * not sure whether those should be documented here) @@ -67,6 +66,7 @@ class Connection : public qpid::messaging::Handle<ConnectionImpl> * reconnect-interval-min: number of seconds (initial delay between failed reconnection attempts) * reconnect-interval-max: number of seconds (maximum delay between failed reconnection attempts) * reconnect-interval: shorthand for setting the same reconnect_interval_min/max + * reconnect-urls: list of alternate urls to try when connecting * * The reconnect-interval is the time that the client waits * for after a failed attempt to reconnect before retrying. It |
