1

By any means is there anyway we can try Azure Service Bus on Local Machine to send/receive messages without any Azure Subscription?

I meant like Postgres which can be installed on PC and try CRUD operations from C# code , in the similar way for Azure Service Bus.

Phaneendra
  • 103
  • 9

1 Answers1

1

In 6 April 2021 @jimmy-bogard said:

For teams new to Azure Service Bus, one of the first questions you have to answer is "how do I develop against this?" And it turns out the answer isn't that straightforward - because it's currently impossible to run Azure Service Bus outside of Azure. There's no install. There's no Docker image. There's no emulator.

I don't think something changed from that time. In my project we use RabbitMQ for local development. And than use Azure Service Bus in deployed services

kanils_
  • 385
  • 1
  • 17