NServiceBus.RabbitMQ 8.0.6 – Patch release available

Hi everyone,

We’ve just released NServiceBus.RabbitMQ 8.0.6.

Fixed bugs

  • #1259 In classic queues, messages can go into infinite immediate retries

How to know if you are affected

You are affected if:

  • You are using RabbitMQ transport version lower than 9.0
  • You are using classic queues
  • You have LimitMessageProcessingConcurrencyTo set to higher than 1
  • You are using immediate retries

Symptoms

When there are more than 100 messages in the error queue, after the first iteration of immediate retries the messages go to first delayed retry. After that they may undergo infinite immediate retries.

When to upgrade

You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.

Where to get it

You can install NServiceBus.RabbitMQ 8.0.6 from NuGet.

Please read our release policy for more details.

With thanks,
The team in Particular