Hey,
one of your teams that upgraded to the newest version of the transport reported that disabling message prefetch is no longer possible, which contradicts the documentation:
To disable prefetching, prefetch count should be set to zero.
Starting with version 5 of the transport, the PrefetchCount property throws on negative or zero values: NServiceBus.Transport.AzureServiceBus/src/Transport/AzureServiceBusTransport.cs at master · Particular/NServiceBus.Transport.AzureServiceBus · GitHub
Is it no longer supported to disable prefetching or how should the new setup look like?