Wat? Another message queue?
Given the proliferation of message queue’s, one could be inclined to believe that inventing more is not the answer. Using an existing solution was attempted multiple times with most every existing message queue product.
The others failed (for our use-cases).
Queuey is meant to handle some unqiue conditions that most other message queue solutions either don’t handle, or handle very poorly. Many of them for example are written for queues or pub/sub situations that don’t require possibly longer term (multiple days) storage of not just many messages but huge quantities of queues.
Queuey Assumptions and Features:
Queuey can be configured with varying message guarantees, such as:
Reference material includes documentation for the queuey HTTP API.
All source code is available on github under queuey.
queuey is offered under the MPL 2.0 license.
queuey is made available by the Mozilla Foundation.