NServiceBus:如何从错误队列中移动消息
我的应用程序中有一个错误,导致许多消息被移动到错误队列中。现在我已经修复了该错误,是否有一种简单的方法可以将它们移回原始队列以便可以对其进行处理?
I had a bug in my application that cause a number of messages to be moved into the error queue. Now that I have fixed the bug, is there a simple way to move them back to the original queue so they can be processed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用简单的命令行工具
ReturnToSourceQueue.exe
,它包含在 NServiceBus 中。它位于
tools
文件夹 IIRC 中。You can use a simple command line tool,
ReturnToSourceQueue.exe
, which is included with NServiceBus.It's located in the
tools
folder IIRC.