NServicebus 重试消息超过 MaxEntries 设置
即使我将 MaxRetries 设置为 1,如果出现错误,消息也会重试 N 次,例如 5 或 6 次。
这是一个错误吗?
是否可以禁用重试机制,以便在发生错误时消息立即移至错误队列?
提前致谢。
even if i set the MaxRetries to 1, in case of error the message is retried N times, such 5 or 6 times.
Is it a bug ?
Is it possible to disable the retry mechanism so when error happens the message is moved to the errors queue instantly ?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经验证这在 2.6 和 3.X 中都能按预期工作,因此我建议您升级 NServiceBus 版本
I've verified that this is working as expected in both 2.6 and 3.X so I suggest that you upgrade your NServiceBus version