From e3e4918d250466efeed6fe5a52721acc0faadacc Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 14 Mar 2015 23:48:01 +0100 Subject: [PATCH] Aeron in Messaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 842f9ec..5b588db 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,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.* +* [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 Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system. * [JBoss HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded.