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 a9d8a7733 Automatic Site Publish by Buildbot
a9d8a7733 is described below
commit a9d8a77334c090736bde7be3350439159f716e24
Author: buildbot <[email protected]>
AuthorDate: Sat Mar 25 05:49:42 2023 +0000
Automatic Site Publish by Buildbot
---
output/networks-of-brokers.html | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/output/networks-of-brokers.html b/output/networks-of-brokers.html
index 7a5dc0d7f..3f0648804 100644
--- a/output/networks-of-brokers.html
+++ b/output/networks-of-brokers.html
@@ -215,14 +215,27 @@
<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 (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 [...]
+<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 [...]
<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: 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 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">masterslave:</code></p>