I am working on a Windows Store app which is connected to Azure Service Bus Topic. I want to use the service bus topics in my application. Is this possible? I can't use NamespaceManager which is discussed here: http://www.windowsazure.com/en-us/develop/net/how-to-guides/service-bus-topics/ , because it's not supported by Windows Store. The idea is to make subscriptions.
My question is simply, is this possible to do? And what approach should I choose?