Software:Apache ActiveMQ

From HandWiki
Short description: Software message broker
Apache ActiveMQ
Apache ActiveMQ Project Logo
Developer(s)Apache Software Foundation
RepositoryActiveMQ Repository
Written inJava
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.[1] 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.[2]

There's another broker under the ActiveMQ umbrella code-named Artemis. It is based on the HornetQ code-base which was donated[3] from the JBoss community to the Apache ActiveMQ community in 2015. Artemis is the "next generation" broker from ActiveMQ and will ultimately become the next major version of ActiveMQ.[4]

History

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

Technical features

ActiveMQ 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[6] out of the box. ActiveMQ supports a number of transport protocols, including OpenWire, STOMP, MQTT, AMQP, REST, and WebSockets.[7]

Usage

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

Benchmark

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.[13][14]

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

See also

References

  1. "Cross Language Clients". Apache ActiveMQ. http://activemq.apache.org/cross-language-clients.html. 
  2. "Features". Apache ActiveMQ. http://activemq.apache.org/features.html. 
  3. "Donation to ActiveMQ". HornetQ. June 2015. http://hornetq.blogspot.com/2015/06/hornetq-apache-donation-and-apache.html. 
  4. "ActiveMQ Artemis Roadmap". Apache ActiveMQ. http://activemq.apache.org/activemq-artemis-roadmap. 
  5. "IONA acquires LogicBlaze, supporters of ActiveMQ and ServiceMix ESB". InfoQ. https://www.infoq.com/news/2007/04/iona-buys-logicblaze/. 
  6. "Network of Brokers". Apache ActiveMQ. http://activemq.apache.org/networks-of-brokers.html. 
  7. "Protocols". Apache ActiveMQ. http://activemq.apache.org/protocols.html. 
  8. "Apache ServiceMix". Apache ServiceMix. https://servicemix.apache.org/. 
  9. "ActiveMQ Integration". Mulesoft. https://docs.mulesoft.com/jms-connector/0.3.9/activemq-integration. 
  10. "ActiveMQ". Apache Camel. https://camel.apache.org/components/latest/activemq-component.html. 
  11. "Axis and CXF Support". Apache ActiveMQ. https://activemq.apache.org/axis-and-cxf-support. 
  12. "Projects using ActiveMQ". Apache ActiveMQ. http://activemq.apache.org/projects-using-activemq.html. 
  13. "Worlds first SPECjms2007 Results using ActiveMQ 5.3". TU Darmstadt. http://www.dvs.tu-darmstadt.de/research/performance/jmsmom/amqjms2007.html. 
  14. "SPECjms2007 Results". Standard Performance Evaluation Corporation. http://www.spec.org/jms2007/results/res2009q4/. 
  15. "Support". Apache ActiveMQ. https://activemq.apache.org/support. 

Bibliography

  • Snyder, Bruce; Bosanac, Dejan; Davies, Rob (March 28, 2010), ActiveMQ in Action (1st ed.), Manning Publications, pp. 375, ISBN 978-1-933988-94-8, OCLC 751988539 
  • Bish, Timothy (May 23, 2013), Instant Apache ActiveMQ Messaging Application Development How-to (1st ed.), Packt Publishing, pp. 80, ISBN 978-1-78216-941-3, OCLC 849917260 

External links