Commit graph

8 commits

Author SHA1 Message Date
Raymond den Haan 3fa7a06310 Renaming for clarification / project conformity 2024-02-16 14:00:28 +01:00
Raymond den Haan 4d5f191fbc Added handler for removing orphaned subscriptions 2024-02-13 14:35:39 +01:00
Raymond den Haan 0eb274e276 Added handler for deleting orphaned subscriptions 2024-02-12 15:32:48 +01:00
Raymond den Haan b3a87c7348 Renamed temporary to shortlived 2024-02-12 15:30:19 +01:00
Raymond den Haan 202561d5b0 Fixed issue with hardcoded consumerType 2024-02-09 15:05:51 +01:00
Raymond den Haan 3b66d7edbb Made per instance queues temporary 2024-01-25 14:51:48 +01:00
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
Sipke Schoorstra 21e438bdd1
Add Azure Service Bus for MassTransit (#4624)
* Split RabbitMQ from MassTransit and add Azure Service Bus package

* Use Send topology for commands
2023-11-15 20:47:11 +01:00