HornetQ
   HOME

TheInfoList



OR:

HornetQ is an
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
asynchronous messaging Message-oriented middleware (MOM) is software or hardware infrastructure supporting sending and receiving messages between distributed systems. MOM allows application modules to be distributed over heterogeneous platforms and reduces the complex ...
project from
JBoss WildFly, formerly known as JBoss AS, or simply JBoss, is an application server written by JBoss, now developed by Red Hat. WildFly is written in Java and implements the Java Platform, Enterprise Edition (Java EE) specification. It runs on multip ...
. It is an example of
Message-oriented middleware Message-oriented middleware (MOM) is software or hardware infrastructure supporting sending and receiving messages between distributed systems. MOM allows application modules to be distributed over heterogeneous platforms and reduces the complex ...
. HornetQ is an open source project to build a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system. During much of its development, the HornetQ code base was developed under the name
JBoss Messaging JBoss Messaging is the JBoss enterprise asynchronous messaging system. It supersedes JBoss MQ as the default Java Message Service (JMS) provider in JBoss Application Server (JBoss AS) 5. JBoss Messaging 1.0 was released on 29 March 2006 as a r ...
2.0. The HornetQ project is licensed using the Apache Software License v 2.0. As of 4-2-2010 HornetQ is the SPECjms2007 record breaker.


History

Tim Fox started work on HornetQ in 2007 as JBoss Messaging 2.0. After 2 years of effort, Fox realised the original JBoss Messaging codebase had been almost completely rewritten and it was decided to release it under a different name. Fox came up with the name "HornetQ". On 24 Aug 2009 HornetQ 1.0 was launched. In September 2010 Fox released the results of a set of benchmarks comparing HornetQ performance with other popular messaging systems. Fox led the project until October 2010, when he stepped down as project lead to pursue other projects. It is currently led by Clebert Suconic with core engineers Andy Taylor, Francisco Borges, Howard Gao and Jeff Mesnil.


On Monday, 1 June 2015


HornetQ Apache donation and Apache Artemis 1.0.0 release

The HornetQ code base was donated to the
Apache ActiveMQ 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. Su ...
community in late 2014 and now resides as a sub project under the ActiveMQ umbrella named
Apache ActiveMQ Artemis The Apache () are a group of culturally related Native Americans in the United States, Native American tribe (Native American), tribes in the Southwestern United States, which include the Chiricahua, Jicarilla Apache, Jicarilla, Lipan Apache ...
. Since the code donation, the developers have been working tirelessly to get an initial release of Artemis out the door; to allow folks to give it a whirl and to finalise the donation process. With the release of Apache Artemis 1.0.0, that process has come to a close and the code donation has now been completed. The active developer community has migrated across to Artemis; all of the developers that were active on HornetQ are now committers to the Artemis project; working on the code base as part of the ActiveMQ umbrella. The hope is that the union of the two great communities HornetQ and ActiveMQ will provide a path for a next generation of message broker with more advanced features, better performance and greater stability. The community hopes to achieve these goals using the Artemis core with its superior performance in combination with the vast feature offering of ActiveMQ. The Artemis project is targeted to house this next generation of message broker, as such any new feature requests or contributions from the HornetQ community should now be placed into the Artemis stream of development. HornetQ will be mostly in maintenance only mode, aside of fixing bugs of its active branches (2.3 and 2.4). The HornetQ could easily migrate to Artemis 1.0.0 as Artemis is already compatible with HornetQ clients; it supports a number of other protocols such as AMQP, Stomp, ActiveMQ's native messaging protocol 'OpenWire' (at Alpha with support for ActiveMQ JMS clients and basic transport) and also JMS 2. In addition the team started development on support for MQTT.


Features

It has the following relevant features: * Supports
STOMP Stomp may refer to: *Stomp (strike), a downwards kick using the heel Music and dance * ''Stomp'' (album), by Big D and the Kids Table, 2013 *Stomp (jazz), a type of rhythmic jazz tune popular in the 1920s *Stomp (theatrical show), a percussive ph ...
and now AMQP 1.0 protocols for cross-language clients * 100% JMS compliant * 8.2 Million Messages per second with SpecJMS * AIO (over Linux)/NIO (over any OS) based high performance journal. * Clustering for scalability and reliability * Supports Master/Slave architecture for fault tolerance * Supports discovery groups for dynamic node clusters * Core Bridges to connect to other HornetQ servers (over unreliable WAN links) * JMS Bridges to connect to other JMS compatible servers * Diverts to reroute traffic without modifying application code * Paging to support messages whose size exceeds the available RAM * Large message support to enable file messaging * XA and JTA transaction support * Application Server integration using the JCA standard (allows MDBs too) * High performance
Netty Netty may refer to: * Netty (software), a Java project * North East England ( Geordie) dialect for toilet or public convenience *Netty (name) See also * Westoe Netty *Nethy (disambiguation) * Natty (disambiguation) *Netta (disambiguation) *Nett ...
NIO are two wrathful and muscular guardians of the Gautama Buddha, Buddha standing today at the entrance of many Buddhist temples in East Asian Buddhism in the form of frightening wrestler-like statues. They are dharmapala manifestations of the bo ...
connector over TCP, SSL and Servlet modes (for messaging between firewalls) * JMX based management * Last Value Queues (for protocols that support these) * Filters and wildcard support * Security features integrated with JAAS * Simple XML configuration


References

{{reflist


External links


Simple client for HornetQ by Jruby

HornetQ web site



HornetQ Open Hub project page
Message-oriented middleware