MassTransit with RabbitMQ: When is a message moved to the error queue
I am using RabbitMQ version 3.0.2 & I see close to 1000 message in Error queue. I want to know At what point messages are moved to the error queues? Is there a way to know why a certain message is being moved to an error queue? Is there any way to move message from error queue to normal queue? Thank you a) they fail to deserialize or b) the consumer throws an exception processing that message five times Not really... If you peek at the message in the queue, the payload headers might contain a note but I don't think we did that. If you turn logging on (NLog, log4net, etc) you should be able to