Support priorities
jpwilliams opened this issue · 1 comments
jpwilliams commented
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!
jpwilliams commented
Priority queues are now always set, so that's good.
Need to add in the usage to requesters now.