filmov
tv
Implementing the Transactional Outbox pattern with Hangfire

Показать описание
The Transactional Outbox Pattern, or just the Outbox pattern, is a powerful design pattern. In this video, I will show you how to implement the Outbox pattern using Hangfire. First, we'll do a brief overview of the outbox processing component. Then, we'll configure a recurring background job with Hangfire. We'll also explore some other Hangfire features, like the monitoring dashboard.
Outbox Pattern For Reliable Microservices Messaging
Join my weekly .NET newsletter:
Read my Blog here:
Subscribe for more:
Chapters
0:00 Reviewing the Outbox Processor
1:50 Installing and configuring Hangfire
5:03 Configuring recurring jobs with Hangfire
8:05 Running Hangfire, database, dashboard
9:54 Solving Outbox concurrency issues