I have a queue in Azure storage called, for example, "messages". And every 1 hour, some services click on this queue for a certain number of messages that should update the data. But in some cases, I also click on this queue message from another place, and I want this message to be sent immediately, and I cannot set a priority for this message.
What is the best solution for this problem? Can I use two different queues (“messages” and “message priorities”), or is this a bad approach?
azure azure-storage-queues
bogdan
source share