From 4a5116fef893c9c72b69c084edb66fdc062baa9d Mon Sep 17 00:00:00 2001 From: Martin Seeler Date: Tue, 28 Oct 2014 12:46:26 +0100 Subject: [PATCH] Add JeroMQ to Messaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc8946..4162a6b 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. +* [JeroMQ](https://github.com/zeromq/jeromq) - Pure Java implementation of ZeroMQ. ## Miscellaneous