NServiceBus 7.6.0 – Minor release available

Hi everyone,

We’ve just released NServiceBus 7.6.0.

Improvements/Features

  • #6215 Detecting and handling of consecutive processing failures

A new API has been added that allows detecting consecutive failures and reacting to them by limiting the message processing rate to one message at a time with a delay between processing attempts. The endpoint switches back to processing multiple messages concurrently after a message has been processed successfully. This feature prevents moving large numbers of messages to the error queue when the endpoint is suffering from an outage of a major dependency - such as a database or a 3rd party webservice.

More information is available on the documentation website in the Recoverability / Automatic rate limiting section.

Where to get it

You can install the new version of NServiceBus from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.

Link to the documentation is missing

Thanks, Sean. Amended.

1 Like