azure-queues
Azure Loosely Coupled / Scalable
I have been struggling with this concept for a while. I am attempting to come up with a loosely coupled Azure component design that is completely scalable using Queues and worker roles, which dequeue[详细]
2023-04-01 23:46 分类:问答Maximum CloudQueueMessage payload size issue
According to MSDN, the Message payload may extend up to 8KB (8192 bytes): The AddMessage method adds a message to the back of the queue.[详细]
2023-03-17 21:48 分类:问答How to Prevent an Invalid Workflow Action from Executing
I have an existing Workflow engine that picks up xml messages from an Azure queue. The XML piece has the information on the WorkflowAction executed, which in turn is passed to and processed in the act[详细]
2023-03-15 23:16 分类:问答Azure Blob and Queue Thread Safety
I need some help in understanding the thread safety in azure CloudBlobClient, CloudQueueClient and CloudBlob classes.[详细]
2023-03-06 20:14 分类:问答Azure Queue throwing Exception on DeleteMessage
I\'m working on an Azure based project for some research and have been running into some issues when deleting messages from a CloudQueue instance. The code is fairly straightforward, so I\'m a bit baf[详细]
2023-02-22 03:23 分类:问答CloudQueueClient.ResponseReceived Event broken?
I\'m trying to build an event driven Azure Queue where a event is to fired every time a message is put in the Azure Queue. With AzureXplorer I see that the messages are put in the Azure Queue properly[详细]
2023-02-19 21:03 分类:问答deploying Azure webrole to the cloud, but dont understand dataconnection string (for queues)
I have written and successfully deployed a test app to the azure cloud, but I am lost now that I have added a queue to the application.[详细]
2023-02-09 22:26 分类:问答Is it possible to create a public queue in Windows Azure?
In Windows Azure it\'s possible to create public Blob Container. Such a container can be accessed by anonymous clients via the REST API.[详细]
2023-02-07 04:29 分类:问答Exception when deleting message from Azure queue?
I\'m dipping my toes into Windows Azure, and I\'m running into something that has to be simple, but I just can\'t see it.[详细]
2023-01-15 16:12 分类:问答Windows Azure - Web Role cannot access Local Development Queue Storage
I have a class library that is shared between multiple Role projects in my solution.Two of these projects are a Web Role and a Worker Role.[详细]
2023-01-14 04:22 分类:问答