Jump to content

Apache ActiveMQ

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ghettoblaster (talk | contribs) at 17:34, 10 August 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Apache ActiveMQ
Developer(s)Apache Software Foundation
Stable release
5.15.11 / November 20, 2019; 4 years ago (2019-11-20)[1]
RepositoryActiveMQ Repository
Written inJava, C, C++, Ruby, Perl, Python, PHP, C#
Operating systemCross-platform
TypeJava Message Service, Message-oriented middleware, Enterprise Messaging System, SOA
LicenseApache License 2.0
Websiteactivemq.apache.org

Apache ActiveMQ is an open source message 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]

The ActiveMQ project was originally created by its founders from LogicBlaze 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.

ActiveMQ employs 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. A robust horizontal scaling mechanism called a Network of Brokers,[4] is also supported out of the box. In the enterprise, ActiveMQ is celebrated for its flexibility in configuration, and its support for a relatively large number of transport protocols, including OpenWire, STOMP, MQTT, AMQP, REST, and WebSockets.[5]

ActiveMQ is used in enterprise service bus implementations such as Apache ServiceMix and Mule. Other projects using ActiveMQ include Apache Camel and Apache CXF in SOA infrastructure projects.[6]

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.[7][8]

ActiveMQ is currently in major version 5, minor version 15.[9] There's also a separate product called Apache ActiveMQ Artemis which is a new JMS Broker based on the HornetQ code base which was previously owned by Red Hat, and bringing the broker's JMS implementation up to the 2.0 specification.[10]

Amazon Web Services offers a managed message broker service for Apache ActiveMQ called Amazon MQ[11]

See also

References

  1. ^ "Releases · apache/activemq · GitHub". Retrieved 1 February 2020.
  2. ^ Apache ActiveMQ - Cross Language Clients
  3. ^ Apache ActiveMQ - Features
  4. ^ ActiveMQ Network of Brokers
  5. ^ ActiveMQ Protocols
  6. ^ Apache ActiveMQ - Projects using ActiveMQ
  7. ^ "Worlds first SPECjms2007 Results using ActiveMQ 5.3". Archived from the original on 2013-03-18. Retrieved 2013-01-16.
  8. ^ SPECjms2007 Results
  9. ^ "ActiveMQ 5 Download". Retrieved 11 May 2019.
  10. ^ HornetQ Donation to ActiveMQ
  11. ^ AWS Amazon MQ

Bibliography

External links