http://www.windowsazure.com/en-us/develop/net/how-to-guides/queue-service/
This guide will show you how to perform common scenarios using the Windows Azure Queue storage service. The samples are written in C# code and use the Windows Azure Storage Client for .NET (Version 2.0). The scenarios covered include inserting, peeking, getting, and deleting queue messages, as well ascreating and deleting queues. For more information on queues, refer to the Next steps section.
Table of contents
- What is Queue Storage
- Concepts
- Create a Windows Azure Storage Account
- Setup a Windows Azure Storage connection string
- How to: Programmatically access queues using .NET
- How to: Create a queue
- How to: Insert a message into a queue
- How to: Peek at the next message
- How to: Change the contents of a queued message
- How to: Dequeue the next message
- How to: Leverage additional options for dequeuing messages
- How to: Get the queue length
- How to: Delete a queue
- Next steps
Advertisements