Release Notes
Huge work by @GiampaoloGabba to resurrect this project:
- Support to
.NET Standard 2
- Use of
Azure.Messaging.Servicebus
SDK (the latest, and recommended, Azure Service Bus .NET SDK available) - New overload for
LinearRetryPolicy
with a TimeSpan array (to define custom waits between retries) - New setting for
QueuePollInterval
(to be able to have an additional timeout in case of low read timeouts and multiple queues) - New
GlobalConfigurationExtensions
to play nice with .NETCoreServiceCollection
configuration - Updated
readme.md
Also, removed the MinSyncReceiveTimeout
from ServiceBusQueueJobQueue.cs
because with the new SDK, waiting for just 1 Tick doesnt work: no messages are retreived, moreover,all the queues should honor the LoopReceiveTimeout
option.