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 d560909  DISPATCH-1969 Fix pdf rendering issue in docs (#1107)
d560909 is described below

commit d560909f536c7144da1362d55e722a4a3864c879
Author: Paul Wright <[email protected]>
AuthorDate: Sat Apr 10 10:02:50 2021 +0100

    DISPATCH-1969 Fix pdf rendering issue in docs (#1107)
---
 docs/books/modules/user-guide/what-routers-are.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/books/modules/user-guide/what-routers-are.adoc 
b/docs/books/modules/user-guide/what-routers-are.adoc
index 66e6549..263c8be 100644
--- a/docs/books/modules/user-guide/what-routers-are.adoc
+++ b/docs/books/modules/user-guide/what-routers-are.adoc
@@ -27,7 +27,7 @@ under the License
 {RouterName} is an application layer program running as a normal user program 
or as a daemon. A running instance of {RouterName} is called a _router_.
 
 Routers do not take responsibility for messages::
-Routers transfer messages between producers and consumers, but unlike message 
brokers, they do not take responsibility for messages. Instead, routers 
propagate message settlement and disposition across a network such that 
delivery guarantees are met. That is, the router network will deliver the 
message &ndash; possibly through several intermediate routers &ndash; and then 
route the consumer's acknowledgement of that message back across the same path. 
The responsibility for the message is [...]
+Routers transfer messages between producers and consumers, but unlike message 
brokers, they do not take responsibility for messages. Instead, routers 
propagate message settlement and disposition across a network such that 
delivery guarantees are met. That is, the router network will deliver the 
message, possibly through several intermediate routers, and then route the 
consumer's acknowledgement of that message back across the same path. The 
responsibility for the message is transferred f [...]
 
 Routers are combined to form router networks::
 Routers are often deployed in topologies of multiple routers called a router 
network. Routers use link-state routing protocols and algorithms similar to the 
Open Shortest Path First (OSPF) and Intermediate System to Intermediate System 
(IS-IS) protocols to calculate the best path from every message source to every 
message destination, and to recover quickly from failures. A router network 
relies on redundant network paths to provide continued connectivity in case of 
system or network failure.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to