I played with several azure service bus traffic jams and wanted to try using netEventRelayBinding to publish / subscribe. I am wondering how this can be tested locally through the Azure test environment (compute emulator or IIS). Something must be missing me.
When creating a URL to bind to the service bus, it usually looks like sb: //MySolution.servicebus.windows.net/MyService. I cannot understand how this translates to a local address and port. Is there a way to test Azure App Fabric without having to sign up for an account and register a namespace on a Microsoft site? Every time I try to run an Azure project or console application, they cannot bind to the URL. Thanks for any help you can give.
source share