公共交通队列维护
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此问题出现在 http://groups.google.com/group /masstransit-discuss/browse_thread/thread/916fd49e1581fc55
This picked up over at http://groups.google.com/group/masstransit-discuss/browse_thread/thread/916fd49e1581fc55