queue: All content tagged as queue in NoSQL databases and polyglot persistence
Monday, 4 July 2011
CouchDB Queue Service: Amazon SQS API-compatible
Neat idea that could prove pretty useful in development environments:
CQS is a message queue system, using Apache CouchDB. It is exactly like Amazon Simple Queue Service (SQS). The API is the same. Everything is exactly the same, it just runs on CouchDB.
Original title and link: CouchDB Queue Service: Amazon SQS API-compatible (©myNoSQL)