You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2018/11/06 11:55:01 UTC

[activemq-website] 12/45: updated project cards

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

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

commit a9c1d1fa13168a05d0a06b435fcae917ef11d786
Author: andytaylor <an...@gmail.com>
AuthorDate: Mon Jul 30 09:49:53 2018 +0100

    updated project cards
---
 index.html | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/index.html b/index.html
index ba970cb..332243c 100644
--- a/index.html
+++ b/index.html
@@ -43,9 +43,10 @@ layout: default
           <h6>BROKER + JMS CLIENT</h6>
           <p>Artemis is ActiveMQ's next generation message broker</p>
           <ul>
-            <li>Event driven core engine</li>
+            <li>Event driven engine</li>
             <li>Multi protocol support</li>
             <li>Built in data replication</li>
+            <li>JMS 2.0</li>
           </ul>
           <a style="margin-top: 10px" href="/projects/artemis/index.html" class="btn btn-primary">Find out more<i class="fa-info-circle fa btn-icon"></i></a>
           <button style="margin-top: 10px" href="#" class="btn btn-warning">Download Latest<i class="fa-download fa btn-icon"></i></button>
@@ -57,11 +58,12 @@ layout: default
         <div class="card-body">
           <h5 class="card-title text-pink">ActiveMQ 5</h5>
           <h6>BROKER + JMS CLIENT</h6>
-          <p>Artemis is ActiveMQ's next generation message broker</p>
+          <p>The original highly functional message broker</p>
           <ul>
-            <li>Event driven core engine</li>
             <li>Multi protocol support</li>
-            <li>Built in data replication</li>
+            <li>Camel Support</li>
+            <li>Spring Support</li>
+            <li>JMS 1.1</li>
           </ul>
           <a style="margin-top: 10px" href="/projects/activemq/index.html" class="btn btn-primary">Find out more<i class="fa-info-circle fa btn-icon"></i></a>
           <button style="margin-top: 10px" href="#" class="btn btn-secondary">Download Latest<i class="fa-download fa btn-icon"></i></button>
@@ -73,11 +75,11 @@ layout: default
         <div class="card-body">
           <h5 class="card-title text-orange">NMS</h5>
           <h6>.NET CLIENTS</h6>
-          <p>Artemis is ActiveMQ's next generation message broker</p>
+          <p>A JMS type API in written in .NET</p>
           <ul>
-            <li>Event driven core engine</li>
             <li>Multi protocol support</li>
-            <li>Built in data replication</li>
+            <li>Support for ActiveMQ advanced features</li>
+            <li>Simple API</li>
           </ul>
           <a style="margin-top: 10px" href="/projects/nms/index.html" class="btn btn-primary">Find out more<i class="fa-info-circle fa btn-icon"></i></a>
           <button style="margin-top: 10px" href="#" class="btn btn-success">Download Latest<i class="fa-download fa btn-icon"></i></button>
@@ -89,11 +91,11 @@ layout: default
         <div class="card-body">
           <h5 class="card-title text-blue">CMS</h5>
           <h6>C++ CLIENT</h6>
-          <p>Artemis is ActiveMQ's next generation message broker</p>
+          <p>A JMS type API in written in C++</p>
           <ul>
-            <li>Event driven core engine</li>
-            <li>Multi protocol support</li>
-            <li>Built in data replication</li>
+            <li>Supports Openwire and Stomp protocols</li>
+            <li>Failover supportl</li>
+            <li>Simple API</li>
           </ul>
           <a style="margin-top: 10px" href="/projects/cms/index.html" class="btn btn-primary">Find out more<i class="fa-info-circle fa btn-icon"></i></a>
           <button style="margin-top: 10px" href="#" class="btn btn-info">Download Latest<i class="fa-download fa btn-icon"></i></button>