Add new constructor, Schedule(DateTimeOffset), GetDue(DateTimeOffset), IncrementDeliveryCount, IsMaxDeliveries(), and GetBackoffDelay() to RedeliveryTracker without breaking existing API. Uses PriorityQueue<ulong, DateTimeOffset> for deadline-ordered dispatch mirroring Go consumer.go rdq.
3.6 KiB
3.6 KiB