Author: Jeremy Holley At a recent client, I was tasked with creating an Azure Queue Service bus. Setting up the queue itself is very easy using the Azure dashboard. Getting messages out of the queue is a bit more complicated. I decided to use the Worker Role for Azure Service Bus to accomplish the handling [...]The post Azure Service Bus Worker Role appeared first on Software Technology Group.