elsa-core/src/modules/Elsa.Alterations.MassTransit
2023-11-27 11:26:16 +01:00
..
Consumers MassTransit Alterations Dispatcher (#4547) 2023-10-17 08:51:45 +02:00
Extensions MassTransit Alterations Dispatcher (#4547) 2023-10-17 08:51:45 +02:00
Features Add Azure Service Bus for MassTransit (#4624) 2023-11-15 20:47:11 +01:00
Messages MassTransit Alterations Dispatcher (#4547) 2023-10-17 08:51:45 +02:00
Services Add Azure Service Bus for MassTransit (#4624) 2023-11-15 20:47:11 +01:00
Elsa.Alterations.MassTransit.csproj Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
FodyWeavers.xml MassTransit Alterations Dispatcher (#4547) 2023-10-17 08:51:45 +02:00
Readme.md MassTransit Alterations Dispatcher (#4547) 2023-10-17 08:51:45 +02:00

MassTransit Alterations Background Runner

This module provides an implementation that processes alteration plans in the background using a MassTransit dispatcher and consumer. This implementation is more resilient than the in-memory queue implementation provided by Elsa.Alterations.BackgroundRunner because it uses a message broker to persist messages.