I know this question is ambiguous, but I can find something important.
Is there any software, nuggget, a role in SQL, a role in Windows Server, or something that works like Azure Queues?
I have a cloud-based website running on azure that stores some message in the Azure queue. The background service (Azure Web Job) controls the queue, and when a new message appears, it is processed in the background. I would like to do something similar on my own.
What should I do to create a queue and monitor it from a Windows service, for example, in Azure?
source
share