This sample demonstrates how to perform management operations on the Service Bus using REST, specifically:
- Create a queue
- Send a message to a queue
- Receive a message from a queue
- List queues
- Delete a queue
- Create a topic
- Create a subscription
- Send a message to a topic
- Receive a message from a subscription
- List topics
- List subscriptions
- Delete a subscription
- Delete a topic
Prerequisites
If you haven't already done so, please read the release notes document that explains how to sign up for a Windows Azure account and how to configure your environment.
API Documentation
For more information about the REST API, see the Service Bus REST API Reference page on MSDN.