From e97480aa4605c3d2a31ec08bd8686506eefc49e0 Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:22:19 +0300 Subject: [PATCH] added RabbitMQ to queuing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe4d08..b0bfb51 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,8 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Queuing -* [ZeroMQ](http://zeromq.org/) - For logs, events and metrics queueing (or anything else for that matter..) +* [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. +* [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. ## RDBMS *Relational DBMS.*