I'm at a point where I built a low volume queue in MySQL and need to rip it out and replace it with something that does 100+ QPS, exactly once dispatch / single worker processing, job priority level, job topics, sampling from the queue without dequeuing, and limited on failure retry.
I can probably bolt some of these properties onto a queue that doesn't support all the features I need.
I can probably bolt some of these properties onto a queue that doesn't support all the features I need.