You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2013/10/09 14:25:40 UTC

svn commit: r1530580 - in /qpid/site: docs/components/dispatch-router/amqp-mapping.html input/components/dispatch-router/amqp-mapping.md

Author: tross
Date: Wed Oct  9 12:25:40 2013
New Revision: 1530580

URL: http://svn.apache.org/r1530580
Log:
Updated address information in the Dispatch AMQP mapping page.

Modified:
    qpid/site/docs/components/dispatch-router/amqp-mapping.html
    qpid/site/input/components/dispatch-router/amqp-mapping.md

Modified: qpid/site/docs/components/dispatch-router/amqp-mapping.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/dispatch-router/amqp-mapping.html?rev=1530580&r1=1530579&r2=1530580&view=diff
==============================================================================
--- qpid/site/docs/components/dispatch-router/amqp-mapping.html (original)
+++ qpid/site/docs/components/dispatch-router/amqp-mapping.html Wed Oct  9 12:25:40 2013
@@ -99,8 +99,9 @@ the details of Dispatch Router's use of 
 <tr><td><em>Address</em></td><td><em>Description</em></td></tr>
 <tr><td>/_local/agent</td><td>The management agent on the attached router/container.  This address would be used by an endpoint that is a management client/console/tool wishing to access management data from the attached container.</td></tr>
 <tr><td><span style="white-space: nowrap;">/_topo/A2/Router.E/agent</span></td><td>The management agent at Router.E in area A2.  This address would be used by a management client wishing to access management data from a specific container that is reachable within the network.</td></tr>
-<tr><td>/_local/qdx.router</td><td>The router entity in each of the connected routers.  This address is used by a router to communicate with all of its neighboring routers.</td></tr>
-<tr><td><span style="white-space: nowrap;">/_topo/A2/Router.E/qdx.router</span></td><td>The router entity at the specifically indicated router.  This address form is used by a router to communicate with a specific router that may or may not be a neighbor.</td></tr>
+<tr><td>/_local/qdxhello</td><td>The router entity in each of the connected routers.  This address is used to communicate with neighbor routers and is exclusively for the HELLO discovery protocol.</td></tr>
+<tr><td>/_local/qdxrouter</td><td>The router entity in each of the connected routers.  This address is used by a router to communicate with other routers in the network.</td></tr>
+<tr><td><span style="white-space: nowrap;">/_topo/A2/Router.E/qdxrouter</span></td><td>The router entity at the specifically indicated router.  This address form is used by a router to communicate with a specific router that may or may not be a neighbor.</td></tr>
 </tbody>
 </table>
 

Modified: qpid/site/input/components/dispatch-router/amqp-mapping.md
URL: http://svn.apache.org/viewvc/qpid/site/input/components/dispatch-router/amqp-mapping.md?rev=1530580&r1=1530579&r2=1530580&view=diff
==============================================================================
--- qpid/site/input/components/dispatch-router/amqp-mapping.md (original)
+++ qpid/site/input/components/dispatch-router/amqp-mapping.md Wed Oct  9 12:25:40 2013
@@ -58,5 +58,6 @@ The following AMQP addresses and address
   || *Address* || *Description* ||
   || /_local/agent || The management agent on the attached router/container.  This address would be used by an endpoint that is a management client/console/tool wishing to access management data from the attached container. ||
   || <span style="white-space: nowrap;">/_topo/A2/Router.E/agent</span> || The management agent at Router.E in area A2.  This address would be used by a management client wishing to access management data from a specific container that is reachable within the network. ||
-  || /_local/qdx.router || The router entity in each of the connected routers.  This address is used by a router to communicate with all of its neighboring routers. ||
-  || <span style="white-space: nowrap;">/_topo/A2/Router.E/qdx.router</span> || The router entity at the specifically indicated router.  This address form is used by a router to communicate with a specific router that may or may not be a neighbor. ||
+  || /_local/qdxhello || The router entity in each of the connected routers.  This address is used to communicate with neighbor routers and is exclusively for the HELLO discovery protocol. ||
+  || /_local/qdxrouter || The router entity in each of the connected routers.  This address is used by a router to communicate with other routers in the network. ||
+  || <span style="white-space: nowrap;">/_topo/A2/Router.E/qdxrouter</span> || The router entity at the specifically indicated router.  This address form is used by a router to communicate with a specific router that may or may not be a neighbor. ||



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