This commit is contained in:
Peter Waller 2014-06-27 08:49:33 +01:00
parent b91b4f5e5e
commit fa12f4d41d
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
## Queuing
* [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue.
* [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.