This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0ac0c3c05 Automatic Site Publish by Buildbot
0ac0c3c05 is described below
commit 0ac0c3c0586e276bc1645275b8f01b3d5cfffdb0
Author: buildbot <[email protected]>
AuthorDate: Tue Dec 12 16:01:14 2023 +0000
Automatic Site Publish by Buildbot
---
output/networks-of-brokers.html | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/output/networks-of-brokers.html b/output/networks-of-brokers.html
index c39ed3fd0..e855e2ea3 100644
--- a/output/networks-of-brokers.html
+++ b/output/networks-of-brokers.html
@@ -215,27 +215,14 @@
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>uri="static:(tcp://host1:61616,tcp://host2:61616)?maxReconnectDelay=5000&useExponentialBackOff=false"
</code></pre></div></div>
-<h2 id="staticfailover-discovery">StaticFailover Discovery</h2>
-<p>A common configuration option for a network of brokers is to establish a
network bridge between a broker and an n+1 broker pair. Typical configurations
involve using the <code class="language-plaintext
highlighter-rouge">failover:</code> transport, but there are a some other
non-intuitive options that must be configured for it to work as desired. For
this reason, ActiveMQ v5.17.2+ has a convenience discovery agent that can be
specified with the <code class="language-plaintext highligh [...]
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><networkConnectors>
- <networkConnector
uri="staticfailover:(tcp://host1:61616,tcp://host2:61616,tcp://..)"/>
-</networkConnectors>
-</code></pre></div></div>
-<p>The URIs are listed in order for: BROKER1,BROKER2,BROKER3…BROKER4</p>
-
-<p>The same configuration options for <code class="language-plaintext
highlighter-rouge">static:</code> are available for <code
class="language-plaintext highlighter-rouge">staticfailover:</code></p>
-
<h2 id="masterslave-discovery">MasterSlave Discovery</h2>
-<div class="alert alert-warning">
- This discovery agent is deprecated as of 5.17.2 and will be removed in a
future release. Please use the staticfailover discovery agent.
-</div>
-<p>A common configuration option for a network of brokers is to establish a
network bridge between a broker and an n+1 broker pair. Typical configurations
involve using the <code class="language-plaintext
highlighter-rouge">failover:</code> transport, but there are a some other
non-intuitive options that must be configured for it to work as desired. For
this reason, ActiveMQ v5.6+ has a convenience discovery agent that can be
specified with the <code class="language-plaintext highlighter [...]
+<p>A common configuration option for a network of brokers is to establish a
network bridge between a broker and an n+1 broker pair (master/slave). Typical
configurations involve using the <code class="language-plaintext
highlighter-rouge">failover:</code> transport, but there are a some other
non-intuitive options that must be configured for it to work as desired. For
this reason, ActiveMQ v5.6+ has a convenience discovery agent that can be
specified with the <code class="language-plaint [...]
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><networkConnectors>
<networkConnector
uri="masterslave:(tcp://host1:61616,tcp://host2:61616,tcp://..)"/>
</networkConnectors>
</code></pre></div></div>
-<p>The URIs are listed in order for: BROKER1,BROKER2,BROKER3…BROKER4</p>
+<p>The URIs are listed in order for: MASTER,SLAVE1,SLAVE2…SLAVE<img
src="https://cwiki.apache.org/confluence/s/en_GB/5997/6f42626d00e36f53fe51440403446ca61552e2a2.1/_/images/icons/emoticons/thumbs_down.png"
alt="(thumbs down)" /></p>
<p>The same configuration options for <code class="language-plaintext
highlighter-rouge">static:</code> are available for <code
class="language-plaintext highlighter-rouge">masterslave:</code></p>