Kestrel is based on Blaine Cook's "starling" simple, distributed message queue, with added features and bulletproofing, as well as the scalability offered by actors and the JVM.
What is
RSMQ?
tl;dr: If you run a Redis server and currently use Amazon SQS or a similar message queue you might as well use this fast little replacement. Using a shared Redis server multiple Node.js processes can send / receive messages.
What is
Sparrow?
Sparrow keeps messages in memory, but persists them to disk, using Sqlite, when the queue is shutdown.
Want advice about which of these to choose?Ask the StackShare community!