885365df768b2d3a68763aee40f95be7f3b39dc9
Added support for RabbitMQ integration: - Updated project to target `net462` and `net8.0`. - Added NuGet dependencies: `RabbitMQ.Client`, `Microsoft.Extensions.Logging.Abstractions`, and `Microsoft.Extensions.Options.ConfigurationExtensions`. - Introduced `RabbitMqConfiguration` class for managing RabbitMQ settings. - Implemented `RabbitMqConnectionFactory` for creating and managing RabbitMQ connections with lazy initialization, async disposal, and logging support.
DigitalData.MessagingService
Description
Languages
C#
100%