[rabbitmq-discuss] priority

Emile Joubert emile at rabbitmq.com
Wed Dec 4 16:24:36 GMT 2013


Hi,

On 04/12/13 15:49, PATAR, SAGAR wrote:
> Does rabbitmq provide feature to set the priority of the message we send
> to exchanges…. And do we need to do anything different at consumer side
> to get high priority messages first..??
> 
> Can we use x-priority property to achieve it ?

The broker does not implement message priorities, but they can be
emulated by using separate queues for each priority. Consumers should
then consume from the highest priority queues first.




-Emile




More information about the rabbitmq-discuss mailing list