Remove merge conflict msgs
diff --git a/doc/new-book/logging.adoc b/doc/new-book/logging.adoc index c548e99..2f929c9 100644 --- a/doc/new-book/logging.adoc +++ b/doc/new-book/logging.adoc
@@ -291,11 +291,7 @@ //end::logging-levels[] `timestamp`:: Set this to `yes` to include the timestamp in all logs. -<<<<<<< HEAD -For information about additional log attributes, see xref:router-configuration-file-log[Log] in the _Configuration Reference_. -======= For information about additional log attributes, see link:{qdrouterdConfManPageUrl}#_log[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- . Add an additional `log` section for each logging module that should not follow the default logging configuration: @@ -316,11 +312,7 @@ + include::logging.adoc[tags=logging-levels] -<<<<<<< HEAD -For information about additional log attributes, see xref:router-configuration-file-log[Log] in the _Configuration Reference_. -======= For information about additional log attributes, see link:{qdrouterdConfManPageUrl}#_log[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- == Viewing Log Entries
diff --git a/doc/new-book/routing.adoc b/doc/new-book/routing.adoc index aaa2373..e1e039a 100644 --- a/doc/new-book/routing.adoc +++ b/doc/new-book/routing.adoc
@@ -248,11 +248,7 @@ + For more information about message distribution patterns, see xref:routing-patterns-overview[Routing Patterns]. -<<<<<<< HEAD -For information about additional attributes, see xref:router-configuration-file-address[Address] in the _Configuration Reference_. -======= For information about additional attributes, see link:{qdrouterdConfManPageUrl}#_address[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- . Add the same `address` section to any other routers that need to use the address. @@ -350,11 +346,7 @@ `port`:: The port number or symbolic service name on which the router should connect to the broker. `role`:: Specify `route-container` to indicate that this connection is for an external container (broker). -<<<<<<< HEAD -For information about additional attributes, see xref:router-configuration-file-connector[Connector] in the _Configuration Reference_. -======= For information about additional attributes, see link:{qdrouterdConfManPageUrl}#_connector[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- . If you want to send messages to the broker queue, create an outgoing autolink to the broker queue: @@ -375,11 +367,7 @@ `connection` | `containerID`:: How the router should connect to the broker. You can specify either an outgoing connection (`connection`) or the container ID of the broker (`containerID`). `direction`:: Set this attribute to `out` to specify that this autolink can send messages from the router to the broker. -<<<<<<< HEAD -For information about additional attributes, see xref:router-configuration-file-autolink[autoLink] in the _Configuration Reference_. -======= For information about additional attributes, see link:{qdrouterdConfManPageUrl}#_autolink[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- . If you want to receive messages from the broker queue, create an incoming autolink from the broker queue: @@ -400,11 +388,7 @@ `connection` | `containerID`:: How the router should connect to the broker. You can specify either an outgoing connection (`connection`) or the container ID of the broker (`containerID`). `direction`:: Set this attribute to `in` to specify that this autolink can receive messages from the broker to the router. -<<<<<<< HEAD -For information about additional attributes, see xref:router-configuration-file-autolink[autoLink] in the _Configuration Reference_. -======= For information about additional attributes, see link:{qdrouterdConfManPageUrl}#_autolink[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- === Example: Routing Messages Through Broker Queues @@ -588,11 +572,7 @@ `port`:: The port number or symbolic service name on which the router should connect to the broker. `role`:: Specify `route-container` to indicate that this connection is for an external container (broker). -<<<<<<< HEAD -For information about additional attributes, see xref:router-configuration-file-connector[Connector] in the _Configuration Reference_. -======= For information about additional attributes, see link:{qdrouterdConfManPageUrl}#_connector[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- . If you want clients to send messages on this link route, create an incoming link route: @@ -620,11 +600,7 @@ `direction`:: Set this attribute to `in` to specify that clients can send messages into the router network on this link route. -<<<<<<< HEAD -For information about additional attributes, see xref:router-configuration-file-linkroute[linkRoute] in the _Configuration Reference_. -======= For information about additional attributes, see link:{qdrouterdConfManPageUrl}#_linkroute[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- . If you want clients to receive messages on this link route, create an outgoing link route: @@ -651,11 +627,7 @@ If multiple brokers are connected to the router through this connection, requests for addresses matching the link route's prefix or pattern are balanced across the brokers. Alternatively, if you want to specify a particular broker, use `containerID` and add the broker's container ID. `direction`:: Set this attribute to `out` to specify that this link route is for receivers. -<<<<<<< HEAD -For information about additional attributes, see xref:router-configuration-file-linkroute[linkRoute] in the _Configuration Reference_. -======= For information about additional attributes, see link:{qdrouterdConfManPageUrl}#_linkroute[the `qdrouterd.conf` man page]. ->>>>>>> Remove outdated config ref and add links to qdrouterd.conf -- === Example: Using a Link Route to Provide Client Isolation