NServiceBus.AzureStrageQueues 10.0.3 and 9.0.4 – Patch releases available

Hi everyone,

We’ve just released NServiceBus.AzureStrageQueues 10.0.3 and 9.0.4.

Fixed bugs

  • #664 Using UseQueueServiceClient to configure the transport instead of using a connection string results in an exception when the endpoint starts.

How to know if you are affected

You are affected if:

  • You provide a custom queue service client with UseQueueServiceClient()
  • You do not provide a connection string with ConnectionString()
  • You disable delayed delivery
  • You disable publish-susbcribe

Symptoms

The endpoint throws an exception at startup

Value cannot be null. (Parameter ‘connectionString’)

When to upgrade

You should upgrade during your next maintenance window.

This bug is caused by a very specific set of configuration options. If the endpoint is configured this way, it is unable to start. This is likely to be caught in a pre-production environment. Endpoints already running in production environments are unaffected unless they are stopped and their configuration is changed.

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.