1
0
mirror of https://github.com/namibia/awesome-sysadmin.git synced 2025-01-27 09:08:25 +00:00

added RabbitMQ to queuing

This commit is contained in:
nir0s 2014-06-24 10:22:19 +03:00
parent a73ac5d635
commit e97480aa46

View File

@ -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.*