169ef7d86b608858c705f85dcc333da29d2d0f9a
The application no longer uses RabbitMQ for command publishing and consumption. This commit removes all RabbitMQ-related code, including: - Removed RabbitMQ service registrations in `DependencyInjection.cs`. - Deleted `RabbitMqCommandConsumer.cs`, which implemented a background service for consuming commands. - Deleted `RabbitMqCommandPublisher.cs`, which implemented a publisher for RabbitMQ-based commands. - Removed RabbitMQ-specific properties (`ExchangeName`, `QueueName`, `RoutingKey`) from `RabbitMqConfiguration.cs`. These changes reflect a shift in the application's messaging strategy or architecture.
DigitalData.EmailProfiler
Description
Languages
C#
100%