Hi everyone,
We’ve just released NServiceBus.MessagingBridge 2.3.0.
Fixed bugs
- #480 Bridge does not translate the
ReplyToAddress
for failed messages and retries
How to know if you are affected
You are affected if:
- You have endpoints which reply to messages
- You are using ServiceControl
- You retry a failed message with an origin or destination endpoint that has moved to another side of the bridge
Symptoms
An error is thrown by the bridge when the message is retried.
When to upgrade
You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.
For the bridge to translate ReplyTo
headers for failed messages and retries, TranslateReplyToAddressForFailedMessages
must be enabled.
Where to get it
You can install NServiceBus.MessagingBridge 2.3.0 from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular