2014-12-11 07:17:29 -05:00
|
|
|
# Preface
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
What is Apache ActiveMQ Artemis?
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
- Apache ActiveMQ Artemis is an open source project to build a multi-protocol,
|
2014-12-04 10:25:29 -05:00
|
|
|
embeddable, very high performance, clustered, asynchronous messaging
|
|
|
|
system.
|
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
- Apache ActiveMQ Artemis is an example of Message Oriented Middleware (MoM). For a
|
2014-12-11 07:17:29 -05:00
|
|
|
description of MoMs and other messaging concepts please see the [Messaging Concepts](messaging-concepts.md).
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
- For answers to more questions about what Apache ActiveMQ Artemis is and what it
|
2014-12-04 10:25:29 -05:00
|
|
|
isn't please visit the [FAQs wiki
|
2014-12-11 07:17:29 -05:00
|
|
|
page](todo).
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
Why use Apache ActiveMQ Artemis? Here are just a few of the reasons:
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
- 100% open source software. Apache ActiveMQ Artemis is licensed using the Apache
|
2014-12-04 10:25:29 -05:00
|
|
|
Software License v 2.0 to minimise barriers to adoption.
|
|
|
|
|
2015-04-27 17:32:30 -04:00
|
|
|
- Apache ActiveMQ Artemis is designed with usability in mind.
|
2014-12-04 10:25:29 -05:00
|
|
|
|
2015-02-25 08:37:19 -05:00
|
|
|
- Written in Java. Runs on any platform with a Java 8+ runtime, that's
|
2014-12-04 10:25:29 -05:00
|
|
|
everything from Windows desktops to IBM mainframes.
|
|
|
|
|
|
|
|
- Amazing performance. Our ground-breaking high performance journal
|
|
|
|
provides persistent messaging performance at rates normally seen for
|
|
|
|
non-persistent messaging, our non-persistent messaging performance
|
|
|
|
rocks the boat too.
|
|
|
|
|
|
|
|
- Full feature set. All the features you'd expect in any serious
|
|
|
|
messaging system, and others you won't find anywhere else.
|
|
|
|
|
|
|
|
- Elegant, clean-cut design with minimal third party dependencies. Run
|
2015-05-13 06:12:07 -04:00
|
|
|
ActiveMQ Artemis stand-alone, run it in integrated in your favourite JEE
|
2014-12-04 10:25:29 -05:00
|
|
|
application server, or run it embedded inside your own product. It's
|
|
|
|
up to you.
|
|
|
|
|
|
|
|
- Seamless high availability. We provide a HA solution with automatic
|
|
|
|
client failover so you can guarantee zero message loss or
|
|
|
|
duplication in event of server failure.
|
|
|
|
|
|
|
|
- Hugely flexible clustering. Create clusters of servers that know how
|
|
|
|
to load balance messages. Link geographically distributed clusters
|
|
|
|
over unreliable connections to form a global network. Configure
|
|
|
|
routing of messages in a highly flexible way.
|
|
|
|
|
|
|
|
|