cardinals33
cardinals33

Reputation: 41

Hosting azure appfabric service bus samples on a development machine

I have been playing with some azure service bus samples and wanted to try out using the netEventRelayBinding for a publish/subscribe service. What I am curious about is how it can be tested locally through the test Azure environment (compute emulator or IIS). There must be something I am missing.

When building a url to bind to the service bus, it usually looks like sb://MySolution.servicebus.windows.net/MyService. I can't figure out how this translates to a local address and port. Is there any way to test Azure App Fabric services without having to sign up for an account and register a namespace on Microsoft's site? Anytime I try to run an Azure project or console app they are unable to bind to the url. Thanks for any help you can give.

Upvotes: 4

Views: 785

Answers (2)

Development 4.0
Development 4.0

Reputation: 2733

I believe the service bus is currently not emulated in the local fabric.

Upvotes: 6

Related Questions