From 2b29c35bbed96f0ca317a33cbbbd1d3fdf98bd0b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 5 Oct 2012 19:12:18 +0000 Subject: NO-JIRA: HA minor update to documentation. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1394739 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml index ac280564fc..2929993ad4 100644 --- a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -264,7 +264,7 @@ under the License. The URL - + The full format of the URL is given by this grammar: @@ -276,9 +276,9 @@ ssl_addr = "ssl:" host [":" port]' - used by cluster brokers to connect to each other. The URL can - contain a list of all the broker addresses or it can contain a single - virtual IP address. If a list is used it is comma separated, for example + used by cluster brokers to connect to each other. The URL should + contain a comma separated list of the broker addresses, rather than a + virtual IP address. For example: amqp:node1.exaple.com,node2.exaple.com,node3.exaple.com @@ -287,10 +287,10 @@ ssl_addr = "ssl:" host [":" port]' ha-public-url URL - The URL that is advertised to clients. This defaults to the - ha-brokers-url URL above, and has the same format. A - virtual IP address is recommended for the public URL as it simplifies - deployment and hides changes to the cluster membership from clients. + The URL used by clients to connect to the cluster. This can be a list or + a single virtual IP address. A virtual IP address is recommended as it + simplifies deployment. If not specified this defaults to the value of + ha-brokers-url. This option allows you to put client traffic on a different network from -- cgit v1.2.1