Search code examples
c#azure.net-coreazureservicebus

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?


Solution

  • 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.