What is the Difference Between Queue Priority and Order?

Note to self: You should not use message priority as a proxy for message order; this will only work in a single consumer situation. E.g. – Assume high priority messages have to be processed before low – You have 10 consumers – 11 messages arrive, 10 high, 1 low priority – All consumers start processing […]