NServiceBus - 消息进入错误队列但没有记录异常?

发布于 2024-12-03 03:37:39 字数 317 浏览 1 评论 0原文

我收到一些消息,这些消息在生产中间歇性失败并最终出现在错误队列中。每次我运行 ReturnToSourceQueue 时,一部分会成功,一部分会再次失败(因此,如果我继续运行 ReturnToSourceQueue,最终所有错误队列中的所有内容都会为空)。

我不明白的是为什么我在日志中没有看到任何异常?对于成功的消息,我在 log4net 日志中看到“已接收消息...”条目,并且它出现在审核队列中。但是,对于失败的消息,它们会进入错误队列,但没有日志条目。

如果有什么区别的话,接收这些消息的进程是 ASP.NET 应用程序。

有人有任何指点吗?

谢谢

I've got some messages that are intermittently failing in production and ending up in the error queue. Each time I run ReturnToSourceQueue, a proportion succeed, and a proportion fail again (so if I keep running ReturnToSourceQueue eventually all of them empty from the error queue).

What I can't figure out is why I'm not seeing any exceptions in the logs? For the messages that succeed, I see a "Received message..." entry in the log4net logs, and it appears in the audit queue. However, for the messages that fail, they go to the error queue, but there's no log entry.

The process that's receiving these messages is an ASP.NET application if that makes any difference.

Does anyone have any pointers?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

未央 2024-12-10 03:37:39

你的消息处理程序中有一个 try-catch 吗?这可能会掩盖错误。

Do you have a try-catch inside your message handler? This may be masking the error.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文