This is an automated email from the ASF dual-hosted git repository.
jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new 092f862 NO-JIRA Clarify symbolic service name in router docs (#1362)
092f862 is described below
commit 092f862201772d71b3593ab02c216c68f56a2513
Author: Paul Wright <[email protected]>
AuthorDate: Fri Sep 3 15:11:27 2021 +0100
NO-JIRA Clarify symbolic service name in router docs (#1362)
---
.../user-guide/connecting-routers-external-amqp-containers.adoc | 2 +-
docs/books/modules/user-guide/connecting-routers.adoc | 4 ++--
docs/books/modules/user-guide/listening-client-connections.adoc | 2 +-
docs/books/modules/user-guide/setting-up-access-web-console.adoc | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/docs/books/modules/user-guide/connecting-routers-external-amqp-containers.adoc
b/docs/books/modules/user-guide/connecting-routers-external-amqp-containers.adoc
index 4ef8b49..7b354d7 100644
---
a/docs/books/modules/user-guide/connecting-routers-external-amqp-containers.adoc
+++
b/docs/books/modules/user-guide/connecting-routers-external-amqp-containers.adoc
@@ -52,7 +52,7 @@ connector {
----
`name`:: The name of the `connector`. Specify a name that describes the entity
to which the router will connect.
`host`:: The IP address (IPv4 or IPv6) or hostname to which the router will
connect.
-`port`:: The port number or symbolic service name to which the router will
connect.
+`port`:: The port number or symbolic service name, defined in `/etc/services`,
to which the router will connect.
`role`:: The role of the connection. Specify `route-container` to indicate
that this connection is for an AMQP container that holds known addresses.
--
diff --git a/docs/books/modules/user-guide/connecting-routers.adoc
b/docs/books/modules/user-guide/connecting-routers.adoc
index 79e55c9..e362698 100644
--- a/docs/books/modules/user-guide/connecting-routers.adoc
+++ b/docs/books/modules/user-guide/connecting-routers.adoc
@@ -60,7 +60,7 @@ connector {
----
`host`:: The IP address (IPv4 or IPv6) or hostname on which the router will
connect.
-`port`:: The port number or symbolic service name on which the router will
connect.
+`port`:: The port number or symbolic service name, defined in `/etc/services`,
on which the router will connect.
`role`:: The role of the connection. If the connection is between two interior
routers, specify `inter-router`. If the connection is between an interior
router and an edge router, specify `edge`.
--
@@ -80,7 +80,7 @@ listener {
----
`host`:: The IP address (IPv4 or IPv6) or hostname on which the router will
listen.
-`port`:: The port number or symbolic service name on which the router will
listen.
+`port`:: The port number or symbolic service name, defined in `/etc/services`,
on which the router will listen.
`role`:: The role of the connection. If the connection is between two interior
routers, specify `inter-router`. If the connection is between an interior
router and an edge router, specify `edge`.
--
diff --git a/docs/books/modules/user-guide/listening-client-connections.adoc
b/docs/books/modules/user-guide/listening-client-connections.adoc
index 85facdb..8083741 100644
--- a/docs/books/modules/user-guide/listening-client-connections.adoc
+++ b/docs/books/modules/user-guide/listening-client-connections.adoc
@@ -51,7 +51,7 @@ listener {
}
----
`host`:: The IP address (IPv4 or IPv6) or hostname on which the router will
listen.
-`port`:: The port number or symbolic service name on which the router will
listen.
+`port`:: The port number or symbolic service name, defined in `/etc/services`,
on which the router will listen.
`role`:: The role of the connection. Specify `normal` to indicate that this
connection is used for message delivery for AMQP clients.
`failoverUrls` (optional):: A comma-separated list of backup URLs the client
can use to reconnect if the established connection is lost. Each URL must use
the following form:
+
diff --git a/docs/books/modules/user-guide/setting-up-access-web-console.adoc
b/docs/books/modules/user-guide/setting-up-access-web-console.adoc
index 2083cf7..80d582a 100644
--- a/docs/books/modules/user-guide/setting-up-access-web-console.adoc
+++ b/docs/books/modules/user-guide/setting-up-access-web-console.adoc
@@ -47,7 +47,7 @@ listener {
----
`host`:: The IP address (IPv4 or IPv6) or hostname on which the router will
listen.
-`port`:: The port number or symbolic service name on which the router will
listen.
+`port`:: The port number or symbolic service name, defined in `/etc/services`,
on which the router will listen.
`role`:: The role of the connection. Specify `normal` to indicate that this
connection is used for client traffic.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]