jpwilliams/remit

Support priorities

jpwilliams opened this issue · 1 comments

With 3.5.0+, RabbitMQ supports priorities!

Our primary use case for this would be separating API requests from automated ones.
API requests always have priority.

This shouldn't even be too complicated! Woo!

Priority queues are now always set, so that's good.
Need to add in the usage to requesters now.