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.
- Fix copying behavior of properties when resubmitting messages
- When resubmitting one or more messages from the deadletter subqueue the deadletter properties are kept
- Retiring support for Windows Server Service Bus
- fixed cloning by utilizing Service Bus .Clone(stream) instead of .Clone(string)
- Feature Request: Add Queue Listener for specific Message Session
- Emphasise how to delete message custom property
- Added label about the delete key
- Remove support for ACS
- Removed support for ACS authentication
- Add coloring feature to nodes
- Allow selection of message counts to display
- The default values for server and receive timeout should be increased
- Added UI flow to reduce the likelihood of accidental mass deletions
- Enable configuring proxy configuration from the Options dialog
- Allow updating saved service bus namespaces
- Add proxy configuration UI and logic
- Put tabs on the Options dialog
- Closing the RepairAndResubmit message dialog used to reload all topics and queue
- Change Options form buttons
- Commandlineoptions
- Import Topic with CorrelationId Rules throws exception
- Persist Message Content Type in the settings
- Enhance forwards UI experience
- Refresh subscription does not clear previously deleted rules
- Refresh subscription does not clear previously deleted rules
- Splitted it into smaller assemblies and add support for the new SDKs
- Save message body as file
- Prevent using an entity-specific connection string
- Add autoindent check control to MessageForm #195
- Prepend sb:// to endpoint if not present
- Add "from sequence number" text box.
- Version checker
- Ability to filter queue and subscription messages
- Make reversion from User config file to Application config file stick
- Change “Ok” to “OK” in button text
- Checking if field is already a timespan
- Fix long delay when creating invalid entity
- Deadletter messages panel not showing system properties of a message.
- Reduce excess precision in msg/sec rates in log messages