I’ve added a second AppFabric Walkthrough based on the Azure AppFabric Service Bus September 2011 release. The second one looks at using the NamespaceManager class to create, list, get and delete queues in an AppFabric service bus namespace using a simple C# console application. Feel free to expand on this scenario to create more sophisticated management consoles.
As with the first walkthrough there have been a lot of changes in the classes used to interact with the service bus, so don’t expect this code to work against the May or June CTP releases.
The two walkthroughs are here.
AppFabric Walkthrough: Simple Brokered Messaging
AppFabric Walkthrough: Creating a Simple Queue Management Tool