Open whosenbocus opened 1 day ago
Can you not use this? https://github.com/paolosalvatori/ServiceBusExplorer
Can you not use this? https://github.com/paolosalvatori/ServiceBusExplorer
Not according to the documentation (but I haven't tried). Service Bus emulator isn't compatible with the community owned open source Service Bus Explorer https://learn.microsoft.com/en-us/azure/service-bus-messaging/overview-emulator
Ahh right.
That's what I get for not reading the docs!
It’s honestly not a big deal. I’d love an interface to spin up like the CosmosDb emulator does, but it was a matter of 3 minutes work to create a console app in .Net 8 using the Azure ServiceBus SDK to peek my queues and as a developer tool I generally don’t need much.
Any folks here willing to develop a UI for this emulator ?
@krishankumar95 Do you plan to deliver this emulator together with a UI ?
@arkiaconsulting; Just some info around first question , currently there is no support for ServiceBusAdministrationClient. Ex : Say list queues then peek messages as a basic UI use case.
Tagging @Saglodha for product related queries and further comments on the second question.
@krishankumar95 Thanks for your comment about the admin client. Is it planned on your side ?
Azure's Service Bus allows users to explore messages and understand the number of active and dead letter messages. A similar experience would be beneficial for local development.