develop
Few tweaks for task delay
Use custom delay tracker for outbox
Outbox configuration redesigned, inbox cleanup service added, query optimizations
Working on an inbox/outbox implementation for Entity Framework Core, InMemory, and ultimately additional transaction-based storage engines
Added the supported message types to the outbox table (update your migrations for EF Core) and use the outbox message properties to initialize the send context.
Fixed #4070 - Transactional Outbox now properly shares the consume scope with send/publish so that scoped filters run in the same container scope as the consumer transaction.
Massive file cleanup
Refactoring telemetry