PreviousNext

Priority Queues with Azure Service Bus

by bill-s, 2017-05-26T08:26:04.000Z

When you use queues, messages are read off in the order they are placed into the queue. This means that if there are 1000 messages in your queue, and now you want to send another message that is top priority, there’s no easy way to force it to the front of the queue.

Read More