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/08/16 19:34:04 UTC

[activemq-website] branch main updated: Add section on DR on find out more artemis

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 3f188c8  Add section on DR on find out more artemis
3f188c8 is described below

commit 3f188c821ddd1c0f3097f03830cd471cf9c54c9e
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Mon Aug 16 15:32:38 2021 -0400

    Add section on DR on find out more artemis
---
 src/components/artemis/index.html | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/src/components/artemis/index.html b/src/components/artemis/index.html
index 517648a..2d40b12 100644
--- a/src/components/artemis/index.html
+++ b/src/components/artemis/index.html
@@ -5,7 +5,32 @@ project_info: The Next Generation Message Broker by ActiveMQ
 project_top_narative: <span>Artemis is a scalable messaging broker with outstanding performance, see the independent article <a href="https://softwaremill.com/mqperf/" target="_blank" >here</a>
 project_class: artemis
 ---
-
+<div class="row project-narative-alt">
+  <div class="col-12">
+    <div class="container">
+      <div class="row">
+        <div class="col-12">
+          <div class="card card-purple project-narative-alt">
+            <div class="card-body">
+              <div class="row">
+                <div class="col-sm-12 col-md-8">
+                  <div class="card">
+                    <div class="card-body project-narative-alt">
+                      <h5 class="card-title text-purple">Disaster Recovery</h5>
+                      <h6>AMQP Broker Connections Mirroring</h6>
+                      <p>Server connected to each other acting like twin brothers to support easy datacenter migration.</p>
+                      <a style="margin-top: 10px" href="documentation/latest/amqp-broker-connections.html#mirroring" class="btn btn-warning">Find out more<i class="fa-info-circle fa btn-icon"></i></a>
+                    </div>
+                  </div>
+                </div>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
 <div class="row project-narative">
   <div class="col-12">
     <div class="container">