简体   繁体   中英

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.

我认为服务总线目前没有在本地结构中模拟。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM