Hey HN!<p>Out of frustration at the operational complexity of some brokers, I decided to strip back on features and focus on simplicity. A by-product of this simplicity is that it's damn fast*.<p>MiniQueue is not distributed by design, instead, it's backed by embedded LevelDB for persistence.<p>It can also be easily used as a simple companion job queue, supporting delaying messages for arbitrary periods.<p>Would be great to hear some feedback should you try it out. Cheers!<p>*Benchmarks can be found in the README