Hi everyone,
We’ve just released NServiceBus.MessagingBridge 2.0.3.
Fixed bugs
- #284 Message cannot be replayed if ‘NServiceBus.MessagingBridge.FailedQ’ header already exists
How to know if you are affected
You are affected if you are using NServiceBus.MessagingBridge 2.0.1 and you are moving messages from the NServiceBus.MessagingBridge.FailedQ
queue back to the appropriate queue while there are infrastructure issues affecting that queue.
Symptoms
An ArgumentException
is thrown when a message is retried and the bridge attempts to move it from bridge error queue to the intended queue (listed in the NServiceBus.MessagingBridge.FailedQ
header).
When to upgrade
You should upgrade immediately to prevent errors in message replay.
Where to get it
You can install NServiceBus.MessagingBridge 2.0.3 from NuGet.
With thanks,
The team in Particular
Please read our release policy for more details.