Windows Azure supports two types of queue mechanisms: Windows Azure Queues and Service Bus Queues.
I'm trying to find a way to pass objects to the Azure Queue. I couldn't find a way to do …
c# azure azure-storage-queuesJust a quick question regarding an Azure application. If I have a number of Web and Worker roles that need …
azure azure-servicebus-queues azure-storage-queuesI've been using Azure Storage Queues to post messages too, then write the messages to a db table. However I've …
c# azure azure-storage-queues poison-queuepublic static void ProcessMessage([QueueTrigger("queue")] string message, TextWriter log) { //processing message } How exactly this method will be triggered. Is …
.net azure azure-storage-queuesHow can I add a message to Azure queue storage that will show up in the queue exactly tomorrow (after 24 …
azure-storage azure-storage-queuesI am using an Azure queue and have several different processes reading from the queue. My system is built in …
azure azure-storage azure-storage-queues