What could prevent NServiceBus from moving messages to the error queue if there are exceptions when processing?

旧时模样 提交于 2019-12-11 14:58:34

问题


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-if-there

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!