Apache ActiveMQ is an open sourcemessage broker written in Java together with a full Java Message Service (JMS) client. It provides "Enterprise Features" which in this case means fostering the communication from more than one client or server. Supported clients include Java via JMS 1.1 as well as several other "cross language" clients.[2] The communication is managed with features such as computer clustering and ability to use any database as a JMS persistence provider besides virtual memory, cache, and journal persistency.[3]
There's another broker under the ActiveMQ umbrella code-named Artemis.
History
The ActiveMQ project was originally created by its founders from LogicBlaze[4] in 2004, as an open source message broker, hosted by CodeHaus. The code and ActiveMQ trademark were donated to the Apache Software Foundation in 2007, where the founders continued to develop the codebase with the extended Apache community.
Artemis
Artemis is another broker under the ActiveMQ umbrella based on the HornetQ code-base which was donated[5] from the JBoss community to the Apache ActiveMQ community in 2015. Artemis is the "next generation" broker from ActiveMQ.[6][7] Artemis is a multi-protocol, embeddable, high performance, clustered, asynchronous messaging system.[8][9]
Technical features
ActiveMQ Classic[10] uses several modes for high availability, including both file-system and database row-level locking mechanisms, sharing of the persistence store via a shared filesystem, or true replication using Apache ZooKeeper. ActiveMQ supports a horizontal scaling mechanism called a Network of Brokers[11] out of the box. ActiveMQ supports a number of transport protocols, including OpenWire, STOMP, MQTT, AMQP, REST, and WebSockets.[12]
Coinciding with the release of Apache ActiveMQ 5.3, the world's first results for the SPECjms2007 industry standard benchmark were announced. Four results were submitted to the SPEC and accepted for publication. The results cover different topologies to analyze the scalability of Apache ActiveMQ in two dimensions.[18][19]
Commercial support
Apache is used in enterprise software and offers limited ActiveMQ support on a voluntary basis. Users that need more extensive support may need to consult commercial companies specializing in ActiveMQ.[20]