I'm currently working on a manager for the 
Service Bus for Windows Server.
The purpose of the manager is that you can simply view which queues are currently available on the server and which users have access rights on them. Because I don't want to do this in the workers who are actually using the service bus. It is build in VS2012 with the help of 
caliburn micro and 
mahapps for the nice metro look.
Things that need to be done include the update of currently running queues and peek into messages from the queue. The source code is fully available on 
GitHub and here is what it currently looks like:
There are currently no good managers for the service bus so I have the inspiration to make this one the starting point for managing and understanding the service bus.
When there are any updates on this I'll let you know.
Cheers,
Luuk