To supplement Michael's response, here is the spec [pdf]:&nbsp;<meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://www.amqp.org/confluence/download/attachments/2523279/amqp_1-0_PR3.pdf">http://www.amqp.org/confluence/download/attachments/2523279/amqp_1-0_PR3.pdf</a><div><br></div><div>Priority is detailed on pages 77-78.</div><div><br></div><div>RabbitMQ does not implement priorities. However, if you'd like some concept of priority, you can make a high priority queue and a low priority queue and make sure consumers check the high priority queue before doing anything from the low.&nbsp;</div>