This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/master by this push:
new 25b52c3 spelling fix
25b52c3 is described below
commit 25b52c37b37ee74091e1e45c8bcdefc8149e0326
Author: Justin Bertram <jbertram@apache.org>
AuthorDate: Mon Apr 8 08:31:24 2019 -0500
spelling fix
---
src/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/index.html b/src/index.html
index 581e22e..1e58a21 100644
--- a/src/index.html
+++ b/src/index.html
@@ -23,7 +23,7 @@ layout: default
<div class="card">
<div class="card-body narative">
<span>
- <p>Apache ActiveMQ™ is the most popular open source, multi-protocol,
Java-based messaging server. It supports industry standard protocols so users get the benefits
of client choices across a broad range of langues and platforms. Connectivity from C, C++,
Python, .Net, and more is available. Integrate your multi-platform applications using the
ubiquitous <strong>AMQP</strong> protocol. Exchange messages between your web
applications using <strong>STOMP</strong> over webs [...]
+ <p>Apache ActiveMQ™ is the most popular open source, multi-protocol,
Java-based messaging server. It supports industry standard protocols so users get the benefits
of client choices across a broad range of languages and platforms. Connectivity from C, C++,
Python, .Net, and more is available. Integrate your multi-platform applications using the
ubiquitous <strong>AMQP</strong> protocol. Exchange messages between your web
applications using <strong>STOMP</strong> over we [...]
<p>There are currently two "flavors" of ActiveMQ available - the "classic"
5.x broker and the "next generation" Artemis broker. Once Artemis reaches a sufficient level
of feature parity with the 5.x code-base it will become ActiveMQ 6. Initial <a href="{{site.baseurl}}/components/artemis/migration">migration
documentation</a> is available.</p>
</span>
</div>
|