Service Bus Exporer
The Service Bus Explorer allows users to connect to a Service Bus namespace and efficiently administer messaging entities. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs
安装Service Bus Explorer
1. 安装Chocolatey
在powershell中执行以下命令(使用管理员权限):
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
使用choco
或 choco -?
命令验证是否安装成功;
2. 通过Chocolatey安装Service Bus Explorer
运行以下命令:
choco install ServiceBusExplorer
在Chocolatey安装目录下可以找到刚刚安装的ServiceBusExplorer: