Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 1d9403dc9 -> 00e4bbe6f


DISPATCH-971 - Fixed incorrect heading level in new-book


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

Branch: refs/heads/master
Commit: 00e4bbe6f6ca8bd8ae1f9ff8fe23cdabed13e329
Parents: 1d9403d
Author: Ted Ross <[email protected]>
Authored: Thu Apr 19 16:42:11 2018 -0400
Committer: Ted Ross <[email protected]>
Committed: Thu Apr 19 16:42:11 2018 -0400

----------------------------------------------------------------------
 doc/new-book/theory_of_operation.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/00e4bbe6/doc/new-book/theory_of_operation.adoc
----------------------------------------------------------------------
diff --git a/doc/new-book/theory_of_operation.adoc 
b/doc/new-book/theory_of_operation.adoc
index 86da6dc..dc50154 100644
--- a/doc/new-book/theory_of_operation.adoc
+++ b/doc/new-book/theory_of_operation.adoc
@@ -281,7 +281,7 @@ delivery, the ingress router shall settle the delivery with 
ACCEPTED
 disposition regardless of whether the message was delivered to any
 consumers.
 
-===== Balanced
+==== Balanced
 
 An anycast method which allows multiple receivers to use the same
 address. In this case, messages (or links) are routed to exactly one
@@ -290,7 +290,7 @@ across the set of receivers using the same address. This 
routing
 delivers messages to receivers based on how quickly they settle the
 deliveries. Faster receivers get more messages.
 
-===== Closest
+==== Closest
 
 An anycast method in which even if there are more receivers for the
 same address, every message is sent along the shortest path to reach
@@ -299,7 +299,7 @@ message. Each message is delivered to the closest receivers 
in terms
 of topology cost. If there are multiple receivers with the same lowest
 cost, deliveries will be spread evenly among those receivers.
 
-===== Multicast
+==== Multicast
 
 Having multiple consumers on the same address at the same time,
 messages are routed such that each consumer receives one copy of the


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

Reply via email to