What could prevent NServiceBus from moving messages to the error queue if there are exceptions when processing?
问题 I have an application using NServiceBus to process messages, and while debugging I'm finding that exceptions may be thrown, and the message is lost. I've checked both the main and error queues, and the message was only attempted once. Are there any common pitfalls that could cause this to happen? 回答1: This is a known issue on the trunk, make sure to use the latest 2.0 build 来源: https://stackoverflow.com/questions/3297608/what-could-prevent-nservicebus-from-moving-messages-to-the-error-queue