This project aims to build a cross platform tool to manage Azure Servicebus instances. Currently you are able to:
- View your queues, topics and subscriptions
- View the details of your queues, topics and subscriptions
- Peek (View without deleting) messages in your queues and subscriptions. From the main, deadletter and trasfered dead letter channels
- Send messages to your queues and topics
Download the Windows, Linux versions of the app here:
For mac users a manual release is advised for now since the build is required to be signed.
- Node V16 to V18
- NPM V8
- Clone the project
- Install the dependencies with
npm install
in the main directory - Build by running
npm release
in the main directory
- Clone the project
- Install the dependencies with
npm install
in the main directory - Build and start the project by running
npm start
in the main directory