Hi Folks,<div><br></div><div>I am planning to use RabbitMQ for our an upcoming project, in email queue purposes. So, we have three main types (priorities) of emails that we want to send out -&nbsp;</div><div><ul><li><span style="line-height: normal;">High Priority - Must be send ASAP</span></li><li><span style="line-height: normal;">Medium Priority - Must be send within 12/24 hr window</span></li><li><span style="line-height: normal;">Low Priority - Time of delivery does not matters</span></li></ul><div>There are couple of producer processes, which generate message body (to, subject, email message, priority) and then a couple of consumer processes using an API call to send emails.</div></div><div><br></div><div>What would be a good approach to fit the priority into this otherwise ideal world&nbsp;scenario?</div>