Author: Paolo Salvatori (@babosbird)
Collaborators: Sean Feldman (@sfeldman) and Erik Mogensen (@koltrast)
Contributors: Many
Service Bus Explorer
The Service Bus Explorer allows users to efficiently administer messaging entities. The tool provides advanced features like import/export functionality and the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.

Software requirements
The following software is required to run ServiceBusExplorer. It may run on other versions.
- Windows 10 or later
- .NET Framework 4.6.2
Installation
It is strongly recommended to set Configuration File for Settings and Connection Strings
to User Configuration File
as shown in the figure below to reduce problems when upgrading.

> Note: The ServiceBusExplorer.exe.config
in the application directory will get overwritten during the upgrade.
>
> If you have made changes to it, you should back it up before upgrading. If you follow the recommendation above then only advanced changes such as WCF configuration modifications cause this.
>
> Do not overwite the new configuration file with the old file since the runtime
section in the new must file not be modified.
Installing for the first time
choco install ServiceBusExplorer
Upgrading
choco upgrade ServiceBusExplorer
The default location of the executable is C:\ProgramData\chocolatey\lib\ServiceBusExplorer\tools\ServiceBusExplorer.exe
.
More information on our Chocolatey page.
> _Warning The scoop
package is not maintained by the ServiceBusExplorer project so carefully check the package and the URLs it uses before using it. Also, the current package keeps the old version of . That may cause assembly loading issues so do not use it for upgrading.