Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Service Bus Explorer

  • 1
  • 2
  • 3

6.1.0 | Updated: 20 Apr 2025

Downloads:

154,448

Downloads of v 6.1.0:

24

Software Author(s):

  • Paolo Salvatori

Service Bus Explorer 6.1.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Paolo Salvatori. The inclusion of Paolo Salvatori trademark(s), if any, upon this webpage is solely to identify Paolo Salvatori goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Service Bus Explorer, run the following command from the command line or from PowerShell:

>

To upgrade Service Bus Explorer, run the following command from the command line or from PowerShell:

>

To uninstall Service Bus Explorer, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade servicebusexplorer -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade servicebusexplorer -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install servicebusexplorer
  win_chocolatey:
    name: servicebusexplorer
    version: '6.1.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'servicebusexplorer' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '6.1.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller servicebusexplorer
{
    Name     = "servicebusexplorer"
    Version  = "6.1.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'servicebusexplorer':
  ensure   => '6.1.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 20 Apr 2025.

Description

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.


tools\Azure.Core.Amqp.dll
md5: 55E67631ADDA4F84C24D956BF81B1AF4 | sha1: 365E915C220D30E6579C2B4E1CB8211B6BD8E639 | sha256: D4C4F77682D90241B3A52169A0FF290AAEF2BAC94A53C4CDA495CE0C46DA198C | sha512: 9137187D4CF0FC23EF27A6378AD96E50188C616255B181E5065647D05C68CA84845A56B8BAFD9174FAC7175295700B025226FFDAFF50DA29555C830ECFCFCA4A
tools\Azure.Core.dll
md5: 517ABA48C4BAB1AA43CDD94CF1B933B2 | sha1: 481D115C9D7E2150AA3F068A8743482FB5F3D38C | sha256: D7C14C5CCB6CF10D7A5A4D214541B6BE1C422DDEC117B20D362EA232FF38B96F | sha512: 0692B9A71FAEB3F17881728A9160AF93987840AF4835D1D84325953F94084C0DC92D1D92E07DE9D5E075D2A6FBD68FCB18400736E2048CD8CCC60C3198B39994
tools\Azure.Identity.dll
md5: 00E0765EB7ACEEA4CB85CFEEAFE702D0 | sha1: 6D6CA8DDF0C2316CAED7359E58C905A8363F0C5C | sha256: BDE6F7DC6230F5795A08692EA0D4C07B8B278F82765A4D83E976E212C0EAAB52 | sha512: A7BF07AAF125967DCC9F62F03C9EF77CC54637AB560E1EDCE5375BE660C399877B3FF78013F1785000CA66A3D889FA06C1E3F10F59022CCD4B7A462B86467B15
tools\Azure.Messaging.EventGrid.dll
md5: 027B3A8A056AC0520D47AF3383CB478B | sha1: 6EBDDBF278B4D729A10A342C4CCA9BC364694697 | sha256: C88B4DA2BAF724CF333A90312C9CF702E56511BE459E47ED054D8880280043E9 | sha512: 0894B3E533D1BFA93D5B73F3A92AA576DD678F0E11DE20A95B42265BE5C2B0D2E623051351E4B90040149AD1AF6A13CCD94BC05A603B452C59CF3AD6B651540B
tools\Azure.Messaging.EventHubs.dll
md5: 0A3619978A8B1AC88A0C0728C04D7F48 | sha1: 0C628167E32244E0CDC298B8D54637132270992F | sha256: 133EFE5BEEFBD7DD24AB3AF81AC6F628E7B5BF43CA896A2D86B2A3832565BB1B | sha512: 0E053522788CD9F9D66DCE5D41FEBA46E286F5BED235D6E1E7FEAE78F2135E7BAAF7C3E639FE1290551B6CC374C122CBAD857552DB8920EA39D6C88D46374253
tools\Azure.Messaging.ServiceBus.dll
md5: 9F357E63C3227DD42C69B576D1C2D480 | sha1: D34399AC1E3369ADF4D2FBE31638647A1E0F1E87 | sha256: 165CA4172F6C14B91B19467B2EB0688112A044CD2223ECB4F3C805D113B252C9 | sha512: D85AC0C717384A0AE2D531429A7C40F9BBBE441F6241D5DCFD2925433F96477F7A8552F7C2178A745E57B6EF6DF9EAB6AAB8BA781C1E8DA17315A879FCF9CE8E
tools\Azure.ResourceManager.dll
md5: F09B509C34C5F229285473CFF74107A8 | sha1: F9DC3B4BF7AD488E1A36F507708E660FB54365EF | sha256: 1307BA9076BCC38AE95EF7B6774C0B299D87F8A6A2F733B5D6B65B360648E7BE | sha512: F94197F27FE67950FB845226067A7B4CFCE67A7F4994EDBD8524E1398D3350E87F870A2C9A2563E200D2F8CEBCA48AC8E63101707565E2C27E8672FFB23D951E
tools\Azure.ResourceManager.EventGrid.dll
md5: 8B1E25E1EC4916FEE196CBD0FDF45350 | sha1: B3855476E4FC8E13ECF3C775EA96B6BEB88B9C44 | sha256: 2CC0A1C1BCD592E31CD39A0994A3EEBF9B343EDDDCE00E8BA35F21AE442907DD | sha512: 1BDA3B116C244C9332AD7C0242B1EAFC95ABF393BD24324B9612B598D87EB594C98C886AF8EF4D38C4AEF3CDED284253DE2CB2D8CCFA8D47A52EBD3FAB18966E
tools\CommandLine.dll
md5: 2F345B6D207489E52DB3F85C2E4E617D | sha1: D0CD77AA88B8ED0AE5F07A8132EACA857DEA7795 | sha256: 2135B40FA819E58CF1942453E4409BFDEA2BE631077A354B878DE8402BE7E026 | sha512: 24AD3B3620E5E093EA57C1BEC486379853D625DBF962210B2DEB823115A45F9EC4083B6D4BB69610A9DAE4B6076284C11E3663430DB4EA739224E6DE93D88E8D
tools\FastColoredTextBox.dll
md5: 390A4781AA9913C1AC99CC117693E08F | sha1: 58FC4B2B5E938B0B68B5A7D271E1777211199C39 | sha256: 4A8EF87E29D8DF3D7624674E0FD31BF5E35194858EE75D9DF1C1D1654C82C8E6 | sha512: E134BD993A12213087053A5FB7D56FE10C0524BBDB6D4C8DD0DB3DFF7E9B3342E763FDE64A731996D048BF884A51AB344B8ED37177801DB5742FA8ECBD3E211B
tools\LICENSE.txt
The MIT License (MIT)

Copyright (c) 2015 Microsoft Azure

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
tools\Microsoft.Azure.Amqp.dll
md5: 16D93660437A625A8EF6EC398FBDD403 | sha1: C7E4959DC7DDF611C87BA21464F29CD806BF0D71 | sha256: DC90F50CA9618BFD80AE5CC758831388044691EF4255049771A8AEB11D373DEF | sha512: 460FBEF3E6F616BAE37120355D9ED4F1993F6F709C6389AD0FE3DA1093124BF6702DD685F0DBF71CE74125C8BB57D8FE39F23AD673D55E4BDEB4EAE1CD6A6147
tools\Microsoft.Azure.NotificationHubs.dll
md5: C621424788313EE79E98671B276F9976 | sha1: F62622544874AE96218CE1304203F9286EB4E0DB | sha256: 053C655945285CB02D1709F8934E666D9F5140163057534E01881A721C002DA6 | sha512: 8AD3BAABEB2CE64459B14567F0D55BB611796E074C7CE7A178181372E9C344145E9EE91289F1BC09361D75A31E1312FA9171164346EE9D7ACEF5BA7DEAD7F0AF
tools\Microsoft.Azure.Relay.dll
md5: 20CE76A7781AD61CF4585DD6BD1E1AC4 | sha1: 257DE8FD8AB5FD1FEFF594EB7A9BFFF36C0FC058 | sha256: B0638BD879801186F38918BAE6C6EFA839C658535D0731B2C6EAB5EAB9819ED0 | sha512: 538ECE07C59CBFA7892843963A421BBC78F100D25DE75F5C28C5E9364900DF985B527583A9BC7C3CF608552AAB18B2EE8D2177652751A3EE76F0043496E9224C
tools\Microsoft.Azure.Services.AppAuthentication.dll
md5: 0ECCCB70C4D75D23E95DC3911FB4C5C8 | sha1: FA3A504A0F3F5FA7D30E0D5CF5E9161B0EDE542C | sha256: E999D795012F9C42C8714FDDADE702706FD0B6B4E4F7E87D88D673E39800CC12 | sha512: 2C8464FCCDC2553929E51D760E899EDE2425E270E82231F8F2390A65488C3D8E0586C6E94F97EBB9D2CF48A1525F9C05EE3F42C39784BD31355BCC9B671EAC23
tools\Microsoft.Bcl.AsyncInterfaces.dll
md5: 3DB37C6837C8044CF56D062E9EA28639 | sha1: 3BB0525BE6130AAFA2A14A682809A83728C2BE0B | sha256: 931163E57A151CE3252C726BB5FEBFD741999EED4D041381F14667212BEB8116 | sha512: 67127873311F2379254A6F2ADBF2ADAE727587DED5FDF51B44F1F66295F298D54A5AD453796CBD21C5D897E270814A100F1B0F2316E0214B205C0549012AF309
tools\Microsoft.Identity.Client.dll
md5: 5B4952B8D74C11BBD787E480595012D4 | sha1: 7FD1411F4BA65E0FFDC706FFCBFA7A99CA689422 | sha256: BCAA10EDE80BD7FC552F6C685DD5528A99BEAC2E2A60C5906D979FA6200127C5 | sha512: 221956E8C9137DFF1001A5756DAD32F4CA672B6C9AC3140088D1F67D54B39184863717C53B512FE675A70D0919A36F1E38BE434C336E589B771F3F5051E3E08C
tools\Microsoft.Identity.Client.Extensions.Msal.dll
md5: 247F0342AF3A1C54895AE73900C54E5E | sha1: AE7F8AC1F6FB96BE5FF3D56296BCBA8A428C9CAC | sha256: 52B8071E17B8944D6C51B5388AA0BCBAB3D1330F99EC341818D709DA36F8A468 | sha512: 8FB031226DD03E7A0F7E7519E348D6395798AC7FCBFC99F9B7FC9BF8B934D37032675E0CB9F6B599E51D2296856CCA14F37D1666047CA40552C2545E9A803C5A
tools\Microsoft.IdentityModel.Abstractions.dll
md5: A11BD4DA1799D6983A662073CE40281F | sha1: 6E85ACA84BB83FD356A5F3018351A3152C696CC1 | sha256: D3265F1CAB1188EBAC29C78E0F114FF3A0B2701C8A2F5442BD4080AFE92519B0 | sha512: 424BDB2DB612DA935C570FED005DE6CC2B0BB718C0E9C9C6942B0658169A41AC0EA1EA24A4542F7181C4AB102D3CA9190DE695026304C834987E32417EF82825
tools\Microsoft.IdentityModel.Clients.ActiveDirectory.dll
md5: 82B4153A5D552E4731876A145FC3CEEE | sha1: 2FBA5D92D890EA54B2F32FA7BE7E9876672B8B41 | sha256: 9C530971BF1AC091C4200FB1D662FB5B8C388A4D92A418A31C738223A2247E73 | sha512: F14E21425792E4EA398B680971070EFC2A9791D9B3DCBBD5CBCCBB74E9C12236685EDAE125F0382ED5078FB1CB309754A2746175FE5480ADC08256F77781F210
tools\Microsoft.IdentityModel.JsonWebTokens.dll
md5: BCEA3A6F9113DA7C477BD57190793B48 | sha1: AAEF61367418330EF73DF23B5CD7A5A2FB396424 | sha256: F9D1376F30EFBC66AF818F4515AD298A865EDABFB0CB0FF6AEDD8A131B7595DC | sha512: 03F8E3D1465DF73C781B2079B31BE4BB6711E71FD50D5056B8C5CABFF76EB0F008851A81CF4643F26D713A1C2D82A4D5A88B9ACE8AF16BB2ACB7DA1EB30F19B3
tools\Microsoft.IdentityModel.Logging.dll
md5: 274F43F079DB665D1BBBABBF1A1BE712 | sha1: 208E2E7B3C3B915770B095C4AC0FBA6F80281FE9 | sha256: C25BBD7BA62A28424A83CB71470D0A9CBC98538D5601162013B0867E10C52769 | sha512: F7A4294B292FA35574467ED07CB2F797BF74BB30829355078748DBACE668C63F6EFC9092ABAC56A3AE9B97942634A81001F6324BFD1CF003A3BCE61CF9402D95
tools\Microsoft.IdentityModel.Tokens.dll
md5: 9A3A4D037A1624669A2ACF4EA0385492 | sha1: 7F6B09EB08AA9E59F93D216C522E2064D8707BBF | sha256: 43F9FE1CF13A13AA797B69166A073FCD0F675C43EE7F5104DDD7766C38D99E1D | sha512: 2177E289911A9C5D9950E3743987BA31197F892C320B050B20C0C418332F2B0D1DEB0957D982988C5110697843BE52C65BFD468C8E3FF6FE6290BCBA67AFC619
tools\Microsoft.Rest.ClientRuntime.Azure.dll
md5: A363F9824C1808052EA2B18E84A18CE2 | sha1: CD44211AEB0F768D1DD64B466D2C6FE45437A218 | sha256: 08C4FAFACC2498AAD72FC65DD75808CA36D6D19A48D47EB275446EC5C92BCC91 | sha512: F3A36F972AF49BD171911EE17DB9ED24A5217D993358A4AE71043A2CB205B1BEC806BD51F244C0A1A6BD97D56B2EC89EDD96D0667A1A3E01D658F997AA5F3917
tools\Microsoft.Rest.ClientRuntime.dll
md5: 09688DA885C75D87C11D0C9638ED40D6 | sha1: 5614F3CD37F391369BD134A706AA81144655983B | sha256: 08E1D859E575AD7D66BCB9D8B6DEC07CC5A7B909145B07FC4A6703AEBCA33F23 | sha512: 1D68D657381BF6EF433883457E962D7391D2892BD4A39601E7150F2EF02C4FF665E4F6781A7EE5A538AB3111A45A32ADFC738C5525375273EF90640E55E7FD3A
tools\Microsoft.ServiceBus.dll
md5: 5272479304CBFB4DE74D632FAA4F4E55 | sha1: C0537999DF8C8B73E99611639BC691080662D7A1 | sha256: 628E9342A4D4464D9B15FD91AE114F316B782BD6EBB07612EF52080578BB8F9E | sha512: 02B44FE04841115ACAD267AE26CF9AC53D77C2533D83726B58B7F3A1E8B16600EBCBEC21DF8126FA8128FC738150688D3E0883D2CE2819E1E92298EE12A177E7
tools\Newtonsoft.Json.dll
md5: 195FFB7167DB3219B217C4FD439EEDD6 | sha1: 1E76E6099570EDE620B76ED47CF8D03A936D49F8 | sha256: E1E27AF7B07EEEDF5CE71A9255F0422816A6FC5849A483C6714E1B472044FA9D | sha512: 56EB7F070929B239642DAB729537DDE2C2287BDB852AD9E80B5358C74B14BC2B2DDED910D0E3B6304EA27EB587E5F19DB0A92E1CBAE6A70FB20B4EF05057E4AC
tools\ServiceBusExplorer.Common.dll
md5: C7931E5DAF00F3635A4EDAC6DFBDC5A0 | sha1: 2DB73D23B936FE46B9D3003BFD4326E5279E06F0 | sha256: DAE48AF488E424C821F467C567F623E0109AE5030E2A4F175FABF6851C7D6C24 | sha512: 3B0253BDF7E0FB6CB264392BB4BB8BD62F3DD262A12B7BD6357979BC36C732F1DECA9A13D4CB1DE8E29C0C03B04E1D0FCFE09CC1B030B9D4763FDDC1F853C870
tools\ServiceBusExplorer.Common.dll.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Azure.Core" publicKeyToken="92742159e12e44c8" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.6.0.0" newVersion="1.6.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
tools\ServiceBusExplorer.Common.pdb
 
tools\ServiceBusExplorer.EventGridExplorerLibrary.dll
md5: E17B1E67F0819F53E38E61E5CF9C9872 | sha1: B79E81DEB08BC57AF44C756E6D36C0CFABC3948A | sha256: EADB0B82801250C8BC6125753D559D7C135C0AD8C18FA7EE792C9DDEF8B7BE5F | sha512: 7173611EEBCEC0A94C7DB9A18D68686D27EEDA97AAE5F8A821EAAA08672C98A3072166F3EDF6FB1BA03458CB703B70D941DACD05B05F22F480B2E23C8DCE5FEF
tools\ServiceBusExplorer.EventGridExplorerLibrary.dll.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
tools\ServiceBusExplorer.EventGridExplorerLibrary.pdb
 
tools\ServiceBusExplorer.EventHubs.dll
md5: 620C72A97594B113EFF0D93A5C7033A7 | sha1: 87ED1D77F5DA2219135692576BD8A6C146725BE0 | sha256: 2A08A22D9B62AACF474C1C885CFD39A4092424BDD8AB3C52FD9A8ACC058E94B1 | sha512: A7B9846901CE8CBDE4E2AE3AB50A20182395AE8AE953AB250FF099240BFC3AC9C19851FFAB1C79E42C2E9B00522A5B225E62DF0B2736B3ED13C2286246C9880B
tools\ServiceBusExplorer.EventHubs.pdb
 
tools\ServiceBusExplorer.exe
md5: BC10C9EE5920294C7B847ED102379707 | sha1: 3E4CCB2DDCC5718D3DC370B5A24C377145311D28 | sha256: 6CFE152058452DA5F01BD1580D672468A59316539E73E221B6B6B172F03141DB | sha512: 80AF94C14EF5D101A4E5E3A3A96059C02B0D6B5857FB9B4E8699E8C111AC3204C5E2AFD55F8B7F708BB571BC73EE19B62212EB014E24BC4C926483516C1A55BF
tools\ServiceBusExplorer.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="serviceBusNamespaces" type="System.Configuration.DictionarySectionHandler, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <section name="brokeredMessageInspectors" type="System.Configuration.DictionarySectionHandler, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <section name="eventDataInspectors" type="System.Configuration.DictionarySectionHandler, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <section name="brokeredMessageGenerators" type="System.Configuration.DictionarySectionHandler, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <section name="eventDataGenerators" type="System.Configuration.DictionarySectionHandler, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  </configSections>
  <serviceBusNamespaces>
    <add key="SASConnectionString" value="Endpoint=sb://NAMESPACE.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=" />
  </serviceBusNamespaces>
  <brokeredMessageInspectors>
    <add key="LogBrokeredMessageInspector" value="ServiceBusExplorer.Helpers.LogBrokeredMessageInspector,ServiceBusExplorer.Common" />
    <add key="ZipBrokeredMessageInspector" value="ServiceBusExplorer.Helpers.ZipBrokeredMessageInspector,ServiceBusExplorer.Common" />
  </brokeredMessageInspectors>
  <eventDataInspectors>
    <add key="LogEventDataInspector" value="ServiceBusExplorer.Helpers.LogEventDataInspector,ServiceBusExplorer.Common" />
    <add key="ZipEventDataInspector" value="ServiceBusExplorer.Helpers.ZipEventDataInspector,ServiceBusExplorer.Common" />
    <add key="DeflateEventDataInspector" value="ServiceBusExplorer.Helpers.DeflateEventDataInspector,ServiceBusExplorer.Common" />
  </eventDataInspectors>
  <brokeredMessageGenerators>
    <add key="OnOffDeviceBrokeredMessageGenerator" value="ServiceBusExplorer.Helpers.OnOffDeviceBrokeredMessageGenerator,ServiceBusExplorer.Common" />
    <add key="ThresholdDeviceBrokeredMessageGenerator" value="ServiceBusExplorer.Helpers.ThresholdDeviceBrokeredMessageGenerator,ServiceBusExplorer.Common" />
  </brokeredMessageGenerators>
  <eventDataGenerators>
    <add key="OnOffDeviceEventDataGenerator" value="ServiceBusExplorer.Helpers.OnOffDeviceEventDataGenerator,ServiceBusExplorer.Common" />
    <add key="ThresholdDeviceEventDataGenerator" value="ServiceBusExplorer.Helpers.ThresholdDeviceEventDataGenerator,ServiceBusExplorer.Common" />
  </eventDataGenerators>
  <appSettings>
    <add key="debug" value="true" />
    <add key="connectivityMode" value="AutoDetect" />
    <add key="selectedEntities" value="Queues,Topics,Relays,Event Hubs,Notification Hubs" />
    <add key="encoding" value="UTF8" />
    <add key="showMessageCount" value="true" />
    <add key="saveMessageToFile" value="true" />
    <add key="savePropertiesToFile" value="true" />
    <add key="saveCheckpointsToFile" value="true" />
    <add key="scheme" value="sb" />
    <add key="message" value="&lt;message&gt;Hi mate, how are you?&lt;/message&gt;" />
    <add key="file" value="" />
    <add key="label" value="Service Bus Explorer" />
    <add key="retryCount" value="10" />
    <add key="retryTimeout" value="100" />
    <add key="top" value="10" />
    <add key="receiveTimeout" value="20" />
    <add key="serverTimeout" value="30" />
    <add key="prefetchCount" value="0" />
    <add key="senderThinkTime" value="500" />
    <add key="receiverThinkTime" value="500" />
    <add key="monitorRefreshInterval" value="30" />
    <add key="useAscii" value="true" />
    <add key="subscriptionId" value="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" />
    <add key="certificateThumbprint" value="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" />
    <add key="messageDeferProvider" value="ServiceBusExplorer.Helpers.InMemoryMessageDeferProvider,ServiceBusExplorer.Common" />
    <add key="Microsoft.ServiceBus.X509RevocationMode" value="NoCheck" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
  </appSettings>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
  </startup>
  <system.serviceModel>
    <extensions>
      <!-- In this extension section we are introducing all known service bus extensions. User can remove the ones they don't need. -->
      <behaviorExtensions>
        <add name="connectionStatusBehavior" type="Microsoft.ServiceBus.Configuration.ConnectionStatusElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="transportClientEndpointBehavior" type="Microsoft.ServiceBus.Configuration.TransportClientEndpointBehaviorElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="serviceRegistrySettings" type="Microsoft.ServiceBus.Configuration.ServiceRegistrySettingsElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </behaviorExtensions>
      <bindingElementExtensions>
        <add name="netMessagingTransport" type="Microsoft.ServiceBus.Messaging.Configuration.NetMessagingTransportExtensionElement, Microsoft.ServiceBus,  Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="tcpRelayTransport" type="Microsoft.ServiceBus.Configuration.TcpRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="httpRelayTransport" type="Microsoft.ServiceBus.Configuration.HttpRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="httpsRelayTransport" type="Microsoft.ServiceBus.Configuration.HttpsRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="onewayRelayTransport" type="Microsoft.ServiceBus.Configuration.RelayedOnewayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </bindingElementExtensions>
      <bindingExtensions>
        <add name="basicHttpRelayBinding" type="Microsoft.ServiceBus.Configuration.BasicHttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="webHttpRelayBinding" type="Microsoft.ServiceBus.Configuration.WebHttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="ws2007HttpRelayBinding" type="Microsoft.ServiceBus.Configuration.WS2007HttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="netTcpRelayBinding" type="Microsoft.ServiceBus.Configuration.NetTcpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="netOnewayRelayBinding" type="Microsoft.ServiceBus.Configuration.NetOnewayRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="netEventRelayBinding" type="Microsoft.ServiceBus.Configuration.NetEventRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        <add name="netMessagingBinding" type="Microsoft.ServiceBus.Messaging.Configuration.NetMessagingBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </bindingExtensions>
    </extensions>
  </system.serviceModel>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Resources.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Azure.Core" publicKeyToken="92742159e12e44c8" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.40.0.0" newVersion="1.40.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Azure.Identity" publicKeyToken="92742159e12e44c8" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.12.0.0" newVersion="1.12.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Cryptography.ProtectedData" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.5.1" newVersion="4.0.5.1" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
tools\ServiceBusExplorer.NotificationHubs.dll
md5: B6CEBCD82C740760AE39116D18607A3B | sha1: A6EA7CD90BE650A803C06673AAC1E814BCA3B063 | sha256: ACACA8483DBDBD01241C07C634CBADB04FCA64C4C426E8303158EA0C6D484101 | sha512: AC068857C2DBF95A36E52781E87FB505655A3123F88D7F2D4AEA5FAF946FAC364E93CDBA20365F32EE5FE4C52BB1595CC2FFA497691E36028B7DE4952EF21DD0
tools\ServiceBusExplorer.NotificationHubs.dll.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
tools\ServiceBusExplorer.NotificationHubs.pdb
 
tools\ServiceBusExplorer.pdb
 
tools\ServiceBusExplorer.Relay.dll
md5: AE579B836F93EE073BAAAC0163671279 | sha1: 12CA2F6C0BEB37C34F24843B145620244131140B | sha256: B8C019DB1ED6D038CA648B66617C205C65B6DC0F5F39BF31682FF08214A34B97 | sha512: DAF3769DDF4ECDF7F30A80DF72BA704EEC0A73AAD9FF5A31CC80AA264A726B9DEBA2C92E22BC18C1EAEC6C1EF11EBFFB54568A10CFEA4212E0487D87D1704C39
tools\ServiceBusExplorer.Relay.pdb
 
tools\ServiceBusExplorer.ServiceBus.dll
md5: 270BE3F0E261FB4805A821113EB7382E | sha1: FBDB9E8FEDB225BD2458517A1D8B4F688885EA4B | sha256: 524C27C132973833A1016DF18483C329135D5F8DBA629BF3519D273C9D0E65AB | sha512: EEB6B3282A5711FFE4298A5E8E800BB9EF4ED4DCD19E175A66E82F69045CE742AC7CB23D68B82B995769C629A4FDEBB9B061D11F197A9833805DB2D550CC6377
tools\ServiceBusExplorer.ServiceBus.pdb
 
tools\ServiceBusExplorer.Utilities.dll
md5: 2052AFE71EB40BCB8F5998E0BB4B8AB3 | sha1: 2B1825376234F961E6B8F1EA27EFA47D77483CB4 | sha256: 862E0B304951EF68BF040B6FAEA63E6E6424D6BB00CA78122B81E9C90B35D96F | sha512: D2387C05A8C135F7EDD1C22FFC29813F59A1102F55C3A213E707CE94C8C56E0C0BE77B9627B8E1605A38EFFE2A9BB2022FF6131FE9CB10131D80FAFC523163D4
tools\ServiceBusExplorer.Utilities.pdb
 
tools\System.Buffers.dll
md5: ECDFE8EDE869D2CCC6BF99981EA96400 | sha1: 2F410A0396BC148ED533AD49B6415FB58DD4D641 | sha256: ACCCCFBE45D9F08FFEED9916E37B33E98C65BE012CFFF6E7FA7B67210CE1FEFB | sha512: 5FC7FEE5C25CB2EEE19737068968E00A00961C257271B420F594E5A0DA0559502D04EE6BA2D8D2AAD77F3769622F6743A5EE8DAE23F8F993F33FB09ED8DB2741
tools\System.ClientModel.dll
md5: 325D3EB66A883443A0388FE6E5C72CF0 | sha1: 17A49D2B673E1C9F1CF0416ACE86102AD97D0B93 | sha256: A3376615C94A4FA64F01221E852F50B87CFDDCDFBD49F0FF95D39FA417716423 | sha512: 50C8085D9547D97136898B82292E0909DCEDBB594818CC97D97ABF10BA7C01DA36B002B4E1CF668984C436AF880DB0B8D64462BBB0312849CD183340B7E03CBD
tools\System.Diagnostics.DiagnosticSource.dll
md5: 35ABCDECF1CB76BAF0EF03DEA3A0167A | sha1: 3B34715164D27A039AC3E7966D4F7F1888098726 | sha256: 19BA42737C1C0500373736968F3D15CB7897CB195049FD5F492E6FE1629DAAAB | sha512: A51171B4A5E6E0ABB304FC438B6C01324C74CB01AAF95CE2C086CED132BDB0E9034982AAC1FC3F0A5C88254AEC156FCC5765016D88F7F8B0DB321AA33121AEA7
tools\System.IdentityModel.Tokens.Jwt.dll
md5: 51EECD0861CE90E5622A87CF9AB0E304 | sha1: 653C257A78CEFB098517066EAF8E67ECAE0E93FB | sha256: B28E14873544392596CF8E34B9BBBA6F682E9C18D96379D40856CB4F1BB50A6A | sha512: 5E27873598B291294E17E702D14C5B3CBEC959DA7C407635695D69D0B15361080C50F27BFD1BBF8E73A34202A2BC6B10C01E2C4F082E5FBAC9EDB4581E2A35DF
tools\System.IO.FileSystem.AccessControl.dll
md5: 3409C581F0C5083F0C2A93A7A5AC9790 | sha1: 18EA7BD41D31247148ABF184527C9368A26F39E7 | sha256: E6026501AD4056FF2F1655B0AFDFE8923BC6E8FBAD67E1E9EF56E3002F49FBB9 | sha512: AE877C6FDDAD0E4133274E6372D783EAA4DD6BDCBBF40AB66302FB89BD2F76B215130001186B5C9A135ABD16336C5BFD4D414177704D7D359539DA91918E82ED
tools\System.Memory.Data.dll
md5: BC1215A36BCB4BB151194AF2FD6BD8EB | sha1: B3EE776373E226C8CF3201157E5DF9F966266B15 | sha256: C96801B5F4B0A69186B780FC325BC26C4437F72611EB2D5A14083E776C343DED | sha512: 2EF80F0A62D17395463D904205B2C91230F31CE1856B8D66FCBFCE3804BF80A01488402D62233B8F6DF687752CEEFE7353A0A07C6CCCFDC4862C53ECE70DDCCF
tools\System.Memory.dll
md5: F09441A1EE47FB3E6571A3A448E05BAF | sha1: 3C5C5DF5F8F8DB3F0A35C5ED8D357313A54E3CDE | sha256: BF3FB84664F4097F1A8A9BC71A51DCF8CF1A905D4080A4D290DA1730866E856F | sha512: 0199AE0633BCCFEAEFBB5AED20832A4379C7AD73461D41A9DA3D6DC044093CC319670E67C4EFBF830308CBD9A48FB40D4A6C7E472DCC42EB745C6BA813E8E7C6
tools\System.Numerics.Vectors.dll
md5: AAA2CBF14E06E9D3586D8A4ED455DB33 | sha1: 3D216458740AD5CB05BC5F7C3491CDE44A1E5DF0 | sha256: 1D3EF8698281E7CF7371D1554AFEF5872B39F96C26DA772210A33DA041BA1183 | sha512: 0B14A039CA67982794A2BB69974EF04A7FBEE3686D7364F8F4DB70EA6259D29640CBB83D5B544D92FA1D3676C7619CD580FF45671A2BB4753ED8B383597C6DA8
tools\System.Reflection.TypeExtensions.dll
md5: 10303C3595AA9AC1D61C813A95342345 | sha1: 9937CA553C666328C98F7C11E77C2E2666D4653C | sha256: 4682C5211D69E0C40C39F044929ACEAF1CE6B4CBAC8F938A05F493E35DE83DBF | sha512: 2BAE4C0BEAA879360752B85637B1D850904E1CCC5B7CAAD52CA50920A9A933CA37405ECD44DDA1522F319D64378E3C939676EE75A94E844577F5B276053FE81C
tools\System.Resources.Extensions.dll
md5: 058062075DAE2F0DB660018D899358DA | sha1: 4489F30223D4F80AD7C220615BE2047AFA82F085 | sha256: B69C9547C7BF0D6E357993D41228B6CEF033F4F2E0ECBA9F07325C7E980139AE | sha512: D2A568D19A0DFE06F9D9916C335FA1D752ED7CA78844124079E41B34C2342CBE3486F1D77A68C6CDD576D30FE84D03B12A7C7A5AABD09EE98174B0A167AF01C7
tools\System.Runtime.CompilerServices.Unsafe.dll
md5: C610E828B54001574D86DD2ED730E392 | sha1: 180A7BAAFBC820A838BBACA434032D9D33CCEEBE | sha256: 37768488E8EF45729BC7D9A2677633C6450042975BB96516E186DA6CB9CD0DCF | sha512: 441610D2B9F841D25494D7C82222D07E1D443B0DA07F0CF735C25EC82F6CCE99A3F3236872AEC38CC4DF779E615D22469666066CCEFED7FE75982EEFADA46396
tools\System.Security.AccessControl.dll
md5: 996AAB294E1D369B148D732E5EC0DFDC | sha1: 28465FD34680A082506F160107F350B46140A1AA | sha256: 1FDA491EEBDB19EA0A83CF6C16AB5DD004A1BFDFC845EDE017EBE0945BEB927F | sha512: 5E6B172D2DE5928915B38EC80C7B76F42430AAC959F04AA3521C63495B6F3C4F82DF139C275E9FC5024B1A0A4F307DAADE6130B6028779F98F456282AE8B61CD
tools\System.Security.Cryptography.ProtectedData.dll
md5: 08C4D0AF70B52A9ED37D89E155EAC883 | sha1: 5F49CE223A6FD3DE92B15808166DD2FADF42382B | sha256: CD96124E4295EBF667624C8598B1CB30E0C7461E238BB6D0E76A83E22F19C148 | sha512: 13F510F2645C1FFE65FFC5CD41E8064349EFBA9329D1F5BAF6550ACB29AECB90B6DC46F7445B7338D1B81452A5341712B15AE9052849B168FA15291DB68BBC8A
tools\System.Security.Principal.Windows.dll
md5: BE2962225B441CC23575456F32A9CF6A | sha1: 9A5BE1FCF410FE5934D720329D36A2377E83747E | sha256: B4D8E15ADC235D0E858E39B5133E5D00A4BAA8C94F4F39E3B5E791B0F9C0C806 | sha512: 3F7692E94419BFFE3465D54C0E25C207330CD1368FCDFAD71DBEED1EE842474B5ABCB03DBA5BC124BD10033263F22DC9F462F12C20F866AEBC5C91EB151AF2E6
tools\System.Text.Encodings.Web.dll
md5: 2E2490A823B4A3D290A98D0371D199ED | sha1: E27922C42135475FB0DB26D9816101B549D65AE3 | sha256: 09F7D7E7F98BE4C21C4DBA8C3BE7BF9516DBAE6DDDFB1B827188A9BD874C6724 | sha512: C794F3A69694F4AC959BF91AA93DD92ED8E2BF56A2D6FCCBF3D3EB32E89862BC9087B5C5E7903D8C7227333125BB7827299FC0EEE2514D21839E475650E3C375
tools\System.Text.Json.dll
md5: 64EFA1BFED847AFD252E7AF274648474 | sha1: B1144A892338B90D6FC31704F7828590EDC34F58 | sha256: D2608254043E5B19F6E8335569FC2DD72AE4CE11A3DF0D3F1425AC158DF93237 | sha512: 6A5895B87E2B9CD564EB21AA9308240D8AC3046744DB53B88F1333CB612375DF681328714F43C06B01362B6052C81F2B6018F58B968C3CED9DE7DE5D230F3D58
tools\System.Threading.Channels.dll
md5: 523C15D2368A36583C90119FD9F52FE7 | sha1: DB5D1BF1A4B200FAC9B07B50DB88EA8AA5DF30F6 | sha256: 6AB3F578F0CC4A44E9CC89612C16367CCF621B8CFD0069D27DF216A08B09B9B0 | sha512: AE74E31F117A2EB67EC3003F6E2884F7F71F668E8ABD273714B30ECE06D1888338A731CF9863B19148AAC89E8D2A6130E6D1EFD2B7016215C45AA42AA8F02244
tools\System.Threading.Tasks.Extensions.dll
md5: E1E9D7D46E5CD9525C5927DC98D9ECC7 | sha1: 2242627282F9E07E37B274EA36FAC2D3CD9C9110 | sha256: 4F81FFD0DC7204DB75AFC35EA4291769B07C440592F28894260EEA76626A23C6 | sha512: DA7AB8C0100E7D074F0E680B28D241940733860DFBDC5B8C78428B76E807F27E44D1C5EC95EE80C0B5098E8C5D5DA4D48BCE86800164F9734A05035220C3FF11
tools\System.ValueTuple.dll
md5: 23EE4302E85013A1EB4324C414D561D5 | sha1: D1664731719E85AAD7A2273685D77FEB0204EC98 | sha256: E905D102585B22C6DF04F219AF5CBDBFA7BC165979E9788B62DF6DCC165E10F4 | sha512: 6B223CE7F580A40A8864A762E3D5CCCF1D34A554847787551E8A5D4D05D7F7A5F116F2DE8A1C793F327A64D23570228C6E3648A541DD52F93D58F8F243591E32
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://github.com/paolosalvatori/ServiceBusExplorer/releases>
and can be verified like this:

1. Download the following installers:
  64-Bit: <https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/6.1.0/ServiceBusExplorer-6.1.0.zip>
2. You can use one of the following methods to obtain the checksum
  - Use powershell function 'Get-Filehash'
  - Use chocolatey utility 'checksum.exe'

  checksum type: md5
  checksum64: BC10C9EE5920294C7B847ED102379707

File 'LICENSE.txt' is obtained from <https://github.com/paolosalvatori/ServiceBusExplorer/blob/main/LICENSE.txt>

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Service Bus Explorer 6.0.3 14850 Monday, July 15, 2024 Approved
Service Bus Explorer 6.0.2 1288 Friday, July 5, 2024 Approved
Service Bus Explorer 6.0.1 881 Monday, July 1, 2024 Approved
Service Bus Explorer 6.0.0 1100 Monday, June 24, 2024 Approved
Service Bus Explorer 5.0.18 15831 Friday, September 8, 2023 Approved
Service Bus Explorer 5.0.17 3333 Sunday, July 30, 2023 Approved
Service Bus Explorer 5.0.15 16100 Wednesday, November 16, 2022 Approved
Service Bus Explorer 5.0.14 5566 Monday, September 19, 2022 Approved
Service Bus Explorer 5.0.7 12848 Wednesday, April 6, 2022 Approved
Service Bus Explorer 5.0.4 21085 Sunday, June 20, 2021 Approved
Service Bus Explorer 5.0.3 2802 Tuesday, May 18, 2021 Approved
ServiceBusExplorer 4.1.112 23110 Tuesday, March 12, 2019 Approved
ServiceBusExplorer 4.1.111 2290 Wednesday, January 23, 2019 Approved
ServiceBusExplorer 4.0.110 6859 Thursday, July 5, 2018 Approved
ServiceBusExplorer 4.0.109 3027 Wednesday, April 4, 2018 Approved
ServiceBusExplorer 4.0.108 784 Tuesday, March 20, 2018 Approved
ServiceBusExplorer 4.0.107 1119 Monday, February 12, 2018 Approved
ServiceBusExplorer 4.0.106 335 Friday, February 2, 2018 Approved
ServiceBusExplorer 4.0.105 2382 Monday, October 30, 2017 Approved
ServiceBusExplorer 4.0.104 994 Thursday, September 28, 2017 Approved
ServiceBusExplorer 4.0.102 807 Wednesday, September 6, 2017 Approved

This package has no dependencies.

Discussion for the Service Bus Explorer Package

Ground Rules:

  • This discussion is only about Service Bus Explorer and the Service Bus Explorer package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Service Bus Explorer, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus