santanusinha / dropwizard-rabbitmq-actors

RabbitMQ based actor system for dropwizard
10 stars 47 forks source link

Add priority queue support #59

Closed phaneesh closed 1 year ago

phaneesh commented 1 year ago

RMQ supports priority queues from 3.5.0. There are plenty of use cases where this support can come in handy. Support for declaring a queue with priority queue support is required to leverage this feature. More about RMQ priority queue: https://www.rabbitmq.com/priority.html