You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2017/11/28 16:12:17 UTC

qpid-dispatch git commit: DISPATCH-879 - Document how routers use alternate failover URLs. This closes #220

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 8500b072f -> 00d1ea220


DISPATCH-879 - Document how routers use alternate failover URLs. This closes #220


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/00d1ea22
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/00d1ea22
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/00d1ea22

Branch: refs/heads/master
Commit: 00d1ea2207711b409eb9ef1f0f582adb502b6456
Parents: 8500b07
Author: Ben Hardesty <bh...@redhat.com>
Authored: Thu Nov 16 17:47:54 2017 -0500
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Tue Nov 28 11:11:21 2017 -0500

----------------------------------------------------------------------
 doc/new-book/configuration-connections.adoc | 5 ++++-
 doc/new-book/managing-using-qdmanage.adoc   | 8 ++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/00d1ea22/doc/new-book/configuration-connections.adoc
----------------------------------------------------------------------
diff --git a/doc/new-book/configuration-connections.adoc b/doc/new-book/configuration-connections.adoc
index eaed602..30e737a 100644
--- a/doc/new-book/configuration-connections.adoc
+++ b/doc/new-book/configuration-connections.adoc
@@ -56,7 +56,10 @@ If you have set up SSL/TLS or SASL in your environment, you can configure the ro
 [[adding_outgoing_connections]]
 == Adding Outgoing Connections
 
-Configuring outgoing connections involves setting the host and port on which the router should connect to other routers and brokers.
+Configuring outgoing connections involves setting the host and port on which the router connects to other routers and brokers.
+
+// Adding this here for now; in the future it might be better to have separate procedures for creating inter-router and route-container connections.
+When a router connects to a broker, the broker might provide backup connection data that the router can use if the primary connection fails. If the primary connection fails, the router attempts to reconnect by using a combination of the primary and -- if provided -- backup connections in round-robin fashion until the connection is successful. For more information about viewing the backup connection data provided by the broker, see xref:managing_connectors[].
 
 .Procedure
 

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/00d1ea22/doc/new-book/managing-using-qdmanage.adoc
----------------------------------------------------------------------
diff --git a/doc/new-book/managing-using-qdmanage.adoc b/doc/new-book/managing-using-qdmanage.adoc
index 9877686..c08ab14 100644
--- a/doc/new-book/managing-using-qdmanage.adoc
+++ b/doc/new-book/managing-using-qdmanage.adoc
@@ -183,6 +183,7 @@ qdmanage delete --name=_LISTENER_NAME_
 
 |===
 
+[[managing_connectors]]
 === Managing Connectors
 
 Connectors define how the router can connect to other endpoints in your messaging network, such as brokers and other routers. The following table lists the `qdmanage` commands you can use to perform common operations on connectors.
@@ -210,6 +211,13 @@ a|
 qdmanage query role port --type=connector
 ----
 
+|If the router is connected to a broker, view the alternate URLs on which the router can connect to the broker if the primary connection fails
+a|
+[options="nowrap",subs="+quotes"]
+----
+qdmanage query failoverList --type=connector --name=CONNECTOR_NAME
+----
+
 |View the attributes configured for a connector
 a|
 [options="nowrap",subs="+quotes"]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org