如果处理时出现异常,什么会阻止 NServiceBus 将消息移至错误队列?
我有一个使用 NServiceBus 来处理消息的应用程序,在调试时我发现可能会引发异常,并且消息会丢失。我已经检查了主队列和错误队列,并且该消息仅尝试了一次。
是否存在可能导致这种情况发生的常见陷阱?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 trunk 上的一个已知问题,请确保使用最新的 2.0 版本
This is a known issue on the trunk, make sure to use the latest 2.0 build