github paolosalvatori/ServiceBusExplorer 5.0.1

latest releases: 5.0.18, 5.0.17, 5.0.16...
3 years ago

Warning: Repair and resubmit message does not work properly in this version. It will ignore any changes done to the message and just send the original message. This issue is fixed in the develop branch.

If you are connecting to Azure Service Bus without using a proxy but have outgoing ports closed by default you need to open additional ports for this release. The ports are 5671 and 5672.

If you are connecting to Azure Service Bus through a proxy there is a new setting, Use AmqpwebSockets, which must be enabled in that case.

The technical reason for this is that version 5.0.1 uses the Track 1 (Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus (.NET Standard)) SDK in addition to the Track 0/WindowsAzure.ServiceBus/Microsoft.ServiceBus.Messaging (.NET Framework)) SDK. The Track 1 SDK uses AMQP for communicating with the Service Bus service. Unless you change the TransportType to AmqpwebSockets it will use ports 5671 and 5672. The Track 0 SDK uses ports 9350 - 9354 by default.

By using the Track 1 SDK the NET Framework version had to be increased from 4.6.1 to 4.6.2. There are many more dlls that needs to be included since the Track 1 SDK is built on .NET Standard.

For more information about Service Bus SDK versions see this blog post. For more information about firewall port openings for Service Bus check out this article.

Don't miss a new ServiceBusExplorer release

NewReleases is sending notifications on new releases.