How to Integrate Persistent Outbox with Quartz Scheduler?
I’m using a persistent outbox pattern. Additionally, I’m using Quartz Scheduler to periodically check the outbox and resend the failed messages. Unfortunally redelivery doesn’t work together with persistent outbox.
Title: How to Integrate Persistent Outbox with Quartz Scheduler?
I’m using a persistent outbox pattern. Additionally, I’m using Quartz Scheduler to periodically check the outbox and resend the failed messages. Unfortunally redelivery doesn’t work together with persistent outbox.