公共交通队列维护

发布于 2024-08-11 20:15:27 字数 556 浏览 7 评论 0原文

MassTransit 中是否有内置功能可以帮助管理队列?

我特别想到了错误队列。我看到了与此类似的帖子,但我没有希望使用实用程序来管理它,而不是使用代码。

场景:

  • Web 客户端 - 命令作为带有 MT 的消息发布到应用程序服务器上的远程队列。

  • 应用程序服务器 - 命令被使用和执行。如果命令在执行过程中抛出异常,则会将其放入错误队列中。

  • Web 客户端 - 最终用户可以查看错误队列中的所有命令。他们一次解决一个问题,然后重新发布以再次执行。

前两个很容易。第三个就是我现在所处的位置。任何建议都非常感激。

谢谢,

Is there anything built into MassTransit that can help manage the queues?

I'm specifically thinking of the error queues. I saw the thread similar to this, but I'm not looking to manage it with a utility, but rather in code.

Scenario:

  • Web client - commands are published as messages with MT to a remote queue on an application server.

  • App server - the commands are consumed and executed. If the command throws during execution, it's placed in the error queue.

  • Web client - end users can view all commands in the error queue. They resolve them one at a time and have them re-published to be executed again.

The first two are easy enough. The third one is where I'm at now. Any suggestions greatly appreciated.

Thanks,
Rob

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文