如何保证NServiceBus按顺序运行

发布于 2024-12-12 12:39:39 字数 130 浏览 3 评论 0原文

我们要求所有消息都按顺序处理。我的意思不是指 Saga,而是每条消息在从总线上取下时都会被处理。如果消息出错,我们预计进程将停止处理其他消息,直到出错的消息达到其重试限制。

无论如何,NServiceBus 可以处理这样的要求吗?

We have a requirement for all our messages to be processed in sequence. I don't mean in terms of a Saga but that each message is processed as it is picked off the bus. If a message errors we expect that the process will halt processing other messages until the errored message has reached its retry limit.

Is there anyway that NServiceBus can handle such a requirement?

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

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

发布评论

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

评论(2

触ぅ动初心 2024-12-19 12:39:39

只是一个想法,但是将设置 NumberOfWorkerThreads="1" 和一个处理程序进程结合起来可以为您做到这一点吗?

这样一次只会处理一条消息。

Just a thought, but would having a combination of setting NumberOfWorkerThreads="1" and just one handler process do this for you?

That way only one message will be processed at a time.

喜爱纠缠 2024-12-19 12:39:39

据我所知,msmq 不保证事务中的正确顺序交付。

As I know msmq do not garantee right sequence delivery out of transaction.

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