简体   繁体   中英

How do I Work with Azure ServiceBus Locally

I have a server that communicate with clients via ServiceBus, Now I got a new requirement that server should work also with local clients(without Ethernet connection).
There is any way to run AzureServiceBus locally?

If you want some feature like service bus emulator, you could vote for the advice on the azure feedback page: Service Bus emulator on a local computer and the github issue Local development .

And If you want to use the Brokered Messaging capabilities (Queues, Topics and Subscriptions) then you could use Service Bus for Windows Server , which will allow you to test locally. However this has reached the Mainstream Support End Date .

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