From 18325e6a7cdf43c8838254954cf245803798c016 Mon Sep 17 00:00:00 2001 From: wingsfree Date: Sun, 29 Jun 2014 14:54:42 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6381550..b32ad2d 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,9 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [NSQ](http://nsq.io/) - A realtime distributed messaging platform. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. * [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. +* [Kafka](http://kafka.apache.org/) - A high-throughput distributed messaging system. +* [ActiveMQ](http://activemq.apache.org/) - An open source message broker written in Java together with a full JMS client + ## RDBMS *Relational DBMS.*