Test Azure Service Bus locally without any subscription or login
Test Azure Service Bus locally without any subscription or login
Test Azure Service Bus locally without any subscription or login
Re: Test Azure Service Bus locally without any subscription or login
Unfortunately there is not an emulated **Azure Service Bus** you can run locally. The Azure Service Bus requires an [active Azure Subscription](https://www.windowsazure.com/en-us/pricing/purchase-options/). You will need a trial, MSDN subscription, or pay for a pay-as-you go subscription. The relay itself is extremely cheap - [`$0.01 per 10,000 messages`](https://www.windowsazure.com/en-us/pricing/details/#header-6). Dive in and [start experimenting with your Azure 90 day trial](https://www.windowsazure.com/en-us/pricing/free-trial/). If you run out of trial, I'm sure MS would work with you if you could justify the extension.
One of the reasons I expect that it doesn't work without a subscription is that the service bus requires [**Azure ACS**](http://msdn.microsoft.com/en-us/library/windowsazure/gg429786.aspx) for authentication (*this is the source of the `Issuer Name` and `Key` you are looking for*) which [also lacks emulation](https://stackoverflow.com/questions/11602428/implementing-acs-on-emulator-web-application/11602802#11602802) to my knowledge.
One of the reasons I expect that it doesn't work without a subscription is that the service bus requires [**Azure ACS**](http://msdn.microsoft.com/en-us/library/windowsazure/gg429786.aspx) for authentication (*this is the source of the `Issuer Name` and `Key` you are looking for*) which [also lacks emulation](https://stackoverflow.com/questions/11602428/implementing-acs-on-emulator-web-application/11602802#11602802) to my knowledge.