Updated the `RabbitMqConfiguration` class to include: - XML documentation for all properties, improving clarity. - Default values for `QueueName`, `ExchangeName`, `RoutingKey`, `DlqQueueName`, `DlqExchangeName`, and `DlqRoutingKey` to define RabbitMQ naming conventions. Replaced undocumented properties with documented versions to enhance code readability and maintainability.