Hi everyone,
We’ve just released NServiceBus.RabbitMQ 10.1.6.
Fixed bugs
- #1707 Unexpected delivery limit policy applying to queue
How to know if you are affected
Anyone using RabbitMQ server 4.0 or newer with transport version 10.0.0 or newer is potentially affected. To be affected, you must have endpoints named such that one endpoint name contains the other.
Symptoms
When looking at a queue in the RabbitMQ management UI, the name of the policy applied to the queue does not correspond to:
nsb.{name of queue}.delivery-limit
When using version 10.1.5, on startup, the following exception is thrown:
System.InvalidOperationException : The delivery limit for '{name of queue}' is set to the non-default value of '-1'. Remove any delivery limit settings from queue arguments, user policies or operator policies to correct this.
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 10.1.6 from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular