elsa-core/src/modules/Elsa.MassTransit.AzureServiceBus
Sipke Schoorstra 065765307b Refactor MassTransit & AzureServiceBus configuration and delete unnecessary options
AzureServiceBusOption.cs and RabbitMqOptions.cs files were removed as they're no longer needed. The system now defers the configuration of MassTransit and AzureServiceBus to the application layer (Program.cs). The configuration for PrefetchCount is also allowed at the transport-level. A new abstraction, ConsumerTypeDefinition, collects all the consumer types with their respective definitions if provided. Adjustments have been made in related extension methods and classes to reflect these changes.
2023-12-11 19:59:13 +01:00
..
Extensions Refactor MassTransit & AzureServiceBus configuration and delete unnecessary options 2023-12-11 19:59:13 +01:00
Features Refactor MassTransit & AzureServiceBus configuration and delete unnecessary options 2023-12-11 19:59:13 +01:00
Elsa.MassTransit.AzureServiceBus.csproj Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
FodyWeavers.xml Add Azure Service Bus for MassTransit (#4624) 2023-11-15 20:47:11 +01:00