Skip to content

A cross platform tool to view (and in the future manage) your Azure Service Bus instances

License

Notifications You must be signed in to change notification settings

mligtenberg/ServicebusBrowser

Repository files navigation



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

How to run

Installer

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.

Manual build (release build)

Requirements

  • Node V16 to V18
  • NPM V8

Steps

  • Clone the project
  • Install the dependencies with npm install in the main directory
  • Build by running npm release in the main directory

Manual build (dev enviorment)

  • 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