NServiceBus.AzureStorageQueues 12.0.1, 11.0.1, and 10.0.5 – Patch releases available

Hi everyone,

We’ve just released NServiceBus.AzureStorageQueues 12.0.1, 11.0.1, and 10.0.5.

Fixed bugs

  • #991 Failed messages that are close to the max body limit are retried endlessly

How to know if you are affected

You may be affected if your endpoints are receiving messages with bodies which are close to the size limit of 64 KiB.

Symptoms

  • If the message is processed successfully, and auditing is enabled (it is enabled by default), forwarding the message to the audit queue fails.
  • If the message is not processed successfully, moving the message to the error queue fails.

In both cases, the message is not removed from the input queue, and is retried endlessly. Each time the failure occurs, a RequestFailedException is thrown, with status code 413 and error code RequestBodyTooLarge.

When to upgrade

You should upgrade during your next maintenance window or immediately if you may be affected.

Where to get it

You can install the new versions of NServiceBus.AzureStorageQueues from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.