This is a management tool for reading and writing to Azure ServiceBuses.
It's like the AzureStorageExplorer but instead of Queues and Tables this application supports ServiceBuses (and its Queues and Topics).
If you're looking for more control you can also try: paolosalvatori/ServiceBusExplorer.
It can do a lot more, but the UI is also a lot less simple.
Currently there's no installer present.
To use this application you'll need to checkout the repository and run:
cd {repo location}
dotnet run --project ./src/MarvinBrouwer.ServiceBusManager --configuration Release
We have a story to create a windows installer: #5.
However, we have no experience in doing this. So help is very much appreciated.
There is a readme for application specific usage available here: Application readme.
This readme is also available in the application when pressing F1
or the help button/menu.
We are currently figuring out what the best branching model is, and we're still fleshing out release, contribution and development guidelines.
Suggestions on how to do this are very welcome.
If you want to help out the project, you are very welcome to.
Please read our Contribution guidelines and contributor covenant's code of conduct before starting.
For maintainers we have a separate Maintenance guide.
Maintainers are responsible for the release cycles. However, if you register a bug blocking your development you can request an alpha package version for your branch to be deployed while the code is in review.
For more information, review the Maintenance guides Release management chapter.
Made with contrib.rocks.
All icons are from flatIcons.com. Attributions are made because we didn't pay for these and flaticon requires us to do so.
The application iconThe help icon
The refresh icon
The open download folder icon
The servicebus icons
The topic icon
The topic subscription icon
The queue icon
The dead letter icon
The prompt warning icon