You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/12/01 01:52:40 UTC

[activemq-website] branch main updated: Fix table rendering.

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new b3f09d9  Fix table rendering.
b3f09d9 is described below

commit b3f09d9970321dd2f76b7c47f79339692138bd4b
Author: Lucas Tétreault <te...@amazon.com>
AuthorDate: Tue Nov 30 14:34:15 2021 -0800

    Fix table rendering.
    
    https://activemq.apache.org/fanout-transport-reference and https://activemq.apache.org/discovery-transport-reference.html both have "Transport Options" tables that are not rendered properly because there needs to be an empty line between the header and the table.
---
 src/discovery-transport-reference.md | 1 +
 src/fanout-transport-reference.md    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/discovery-transport-reference.md b/src/discovery-transport-reference.md
index 48f83b3..3165158 100644
--- a/src/discovery-transport-reference.md
+++ b/src/discovery-transport-reference.md
@@ -36,6 +36,7 @@ To configure discovery in a Broker you should use the [Xml Configuration](xml-co
 ```
 
 ##### Transport Options
+
 Option Name|Default Value|Description
 ---|---|---
 reconnectDelay|10|How long to wait for discovery
diff --git a/src/fanout-transport-reference.md b/src/fanout-transport-reference.md
index 91c1e8c..cbf69db 100644
--- a/src/fanout-transport-reference.md
+++ b/src/fanout-transport-reference.md
@@ -22,11 +22,12 @@ fanout:discoveryURI
 ```
 
 ##### Transport Options
+
 Option Name|Default Value|Description
 ---|---|---
 initialReconnectDelay|10|How long to wait before the first reconnect attempt
 maxReconnectDelay|30000|The maximum amount of time we ever wait between reconnect attempts
-useExponentialBackOff|true|Should an exponential backoff be used btween reconnect attempts
+useExponentialBackOff|true|Should an exponential backoff be used between reconnect attempts
 backOffMultiplier|2|The exponent used in the exponential backoff attempts
 maxReconnectAttempts|0|If not 0, then this is the maximum number of reconnect attempts before an error is sent back to the client
 fanOutQueues|false|If set to 'true', commands are replicated to queues as well as topics