I'm new to Azure world. We are building a system which at a high level performs below 1. Subscribes to a service bus topic (using Microsoft.azure.servicebus) 2. Listens to events (using Microsoft.azure.servicebus) 3. performs some action when event came into subscription
Curious to know if there is a way to locally emulates the Azure service bus topic without connecting to actual service bus. Our Idea is to use this emulator for development and testing in locally without connecting to azure service bus (for various reasons).
Found "Azure storage emulator", with which we can create queues and blob containers in local. I couldn't find option to create topics with "Azure storage emulator".
Guidance on how to emulate service bus topics in local and experiences on how test systems build around azure event bus topic would be of great help.
Found a similar question(asked in 2016) there were no emulators or approaches (except using actual azure service bus) are suggested. Hence asking again.
Thanks in Advance.