| --- |
| layout: default |
| --- |
| <div class="row"> |
| <div class="col-12 slider slider-main slider-sm parent d-none d-lg-block"> |
| <div class="row child" style="width: 100%"> |
| <div class="col-4 align-middle"></div> |
| <div class="col-4 slider-text align-middle"> |
| <div class="child"> |
| Flexible & Powerful Open Source<br/> Multi-Protocol Messaging |
| </div> |
| </div> |
| <div class="col-4 align-middle" > |
| <img src="{{site.baseurl}}/assets/img/activemq_logo_white_vertical.png" style="height: 250px"/> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="container"> |
| |
| <!-- General info --> |
| <div class="row d-none d-lg-block"> |
| <div class="col-sm-12 narative"> |
| <div class="card"> |
| <div class="card-body narative"> |
| <span> |
| <p>Apache ActiveMQ® is the most popular open source, multi-protocol, Java-based message broker. It supports industry standard protocols so users get the benefits of client choices across a broad range of languages and platforms. Connect from clients written in JavaScript, C, C++, Python, .Net, and more. Integrate your multi-platform applications using the ubiquitous <strong>AMQP</strong> protocol. Exchange messages between your web applications using <strong>STOMP</strong> over websockets. Manage your IoT devices using <strong>MQTT</strong>. Support your existing <strong>JMS</strong> infrastructure and beyond. ActiveMQ offers the power and flexibility to support any messaging use-case.</p> |
| </span> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| {% include news.md %} |
| |
| <!-- Components --> |
| <div class="row align-middle"> |
| <div class="col-lg-12 col-md-auto"> |
| <div class="card card-pink" style="margin-bottom:20px"> |
| <div class="card-body"> |
| <h4 class="card-title text-pink">ActiveMQ</h4> |
| <p>Long established, endlessly pluggable architecture serving many generations of applications.</p> |
| <ul> |
| <li><a href="{{site.baseurl}}/components/classic/documentation/jms2">Partial Jakarta Messaging 3.1 & JMS 2.0 support</a> and full JMS 1.1 support + full client implementation including JNDI</li> |
| <li>High availability using shared storage</li> |
| <li>Familiar JMS-based addressing model</li> |
| <li>Network of brokers for distributing load</li> |
| <li>KahaDB & JDBC options for persistence</li> |
| </ul> |
| <a style="margin-top: 10px" href="{{site.baseurl}}/components/classic" class="btn btn-secondary">Find out more<i class="fa-info-circle fa btn-icon"></i></a> |
| <a style="margin-top: 10px" href="{{site.baseurl}}/components/classic/download" class="btn btn-secondary">Download Latest<i class="fa-download fa btn-icon"></i></a> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="row align-middle"> |
| <div class="col-lg-6 col-md-auto"> |
| <div class="card card-purple" style="margin-bottom:10px"> |
| <div class="card-body" style="padding-bottom:10px; padding-top:10px"> |
| <span>Looking for Artemis? See the <a href="{{site.baseurl}}/news/artemis-tlp" style="color: purple">news</a>.</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="row narative-alt"> |
| <div class="col-12"> |
| <div class="container"> |
| <!-- Narative 2 --> |
| <div class="row"> |
| <div class="col-sm-12 narative-alt"> |
| <div class="card"> |
| <div class="card-body narative-alt"> |
| <div class="card-body narative-alt"> |
| <span>Enjoy the benefits of open source by <a href="contributing">contributing to a code-base</a>, asking a question on one of our <a href="contact#mailing">mailing lists</a>, or <a href="issues">reporting a bug or requesting a feature</a>. When you participate, we all win. That's the power of community. That's the power of open source.</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| {% include features.html %} |
| {% include users.html %} |