Relative Content

Tag Archive for c#.netrabbitmqmasstransit

RabbitMQ Queue Renamed to name_skipped When Consuming with MassTransit

I am new to RabbitMQ and MassTransit. I have a RabbitMQ producer that successfully publishes messages to a queue named bot_notification_queue. However, when I start my consumer using MassTransit, the existing queue gets renamed to bot_notification_queue_skipped, and a new bot_notification_queue is created.