From 022d2972da1504e206ed69de961a283ccddbb2dc Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 6 Apr 2015 20:47:01 +0200 Subject: [PATCH] Added Apache Camel to Messaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66251e7..93a04fa 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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 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. * [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.