Merge pull request #206 from wendigo/patch-1

Add Hermes to messaging section
This commit is contained in:
Andreas Kull
2015-08-29 15:30:02 +02:00

View File

@ -336,6 +336,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [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 Camel](http://camel.apache.org/) - Glues together different transport APIs via Enterprise Integration Patterns. * [Apache Camel](http://camel.apache.org/) - Glues together different transport APIs via Enterprise Integration Patterns.
* [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system. * [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system.
* [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka.
* [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.
* [JeroMQ](https://github.com/zeromq/jeromq) - Pure Java implementation of ZeroMQ. * [JeroMQ](https://github.com/zeromq/jeromq) - Pure Java implementation of ZeroMQ.
* [Smack](https://github.com/igniterealtime/Smack/) - A cross-platform XMPP client library for Java and Android. * [Smack](https://github.com/igniterealtime/Smack/) - A cross-platform XMPP client library for Java and Android.