Merge pull request #85 from deephacks/aeron

Aeron in Messaging
This commit is contained in:
Andreas Kull
2015-03-16 12:22:58 +01:00

View File

@ -249,6 +249,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*Tools that help sending messages between clients to ensure protocol independency.* *Tools that help sending messages between clients to ensure protocol independency.*
* [Aeron](https://github.com/real-logic/Aeron) - Efficient reliable unicast and multicast message transport.
* [Apache ActiveMQ](http://activemq.apache.org/) - Open-source message broker that implements JMS and converts synchronous to asynchronous communication. * [Apache ActiveMQ](http://activemq.apache.org/) - Open-source message broker that implements JMS and converts synchronous to asynchronous communication.
* [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system. * [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system.
* [JBoss HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded. * [JBoss HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded.