NServiceBus.Transport.Msmq 1.2.1 – Patch release available

Hi everyone,

We’ve just released NServiceBus.Transport.Msmq 1.2.1.

Fixed bugs

  • #411 Default options from operations in outgoing behaviors might not be applied

How to know if you are affected

You are affected if you have a custom behavior in an outgoing pipeline stage which sends messages using context.Send() or context.Publish().

Symptoms

The UseJournalQueue and UseDeadLetterQueue settings configured on message operation options (e.g. SendOptions, PublishOptions, etc.) may be applied to additional message operations that are invoked using custom behaviors that are registered in the outgoing pipeline.

When to upgrade

You should upgrade immediately if you are affected.

Any project referencing NServiceBus.Transport.Msmq must also reference NServiceBus 7.5.2, 7.6.2, 7.7.2, or later to fix this behavior. See the NServiceBus patch release announcement for further details.

Where to get it

You can install the new version of NServiceBus.Transport.Msmq from NuGet.
You can install the new version of NServiceBus from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.