178 packages tagged with “Outbox”
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
CAP instrumentation for OpenTelemetry .NET
Package Description
Plugin for SlimMessageBus that adds Transactional Outbox pattern support
Source generator for GenericOutbox
Outbox pattern implementation
Plugin for SlimMessageBus that adds Transactional Outbox pattern support using SQL database
Generic outbox pattern implementation that allows sending and handling and interface+class pair in asynchronoys outbox
Microsoft SQL Server outbox implementation for Paramore.Brighter Command Processor. Provides reliable message publishing with outbox pattern using SQL Server for transactional consistency and guaranteed delivery.
NQueue follows the Outbox pattern by persisting "work items" in your Postgres database using your database transactions by processing them in the background of your dotnet ASPNet Core application.
Flour.IOBox
Plugin for SlimMessageBus that adds Transactional Outbox pattern support using Entity Framework