Win 7 中的 MSMQ 命令行
是否有用于 MSMQ 基本操作的命令行(获取队列大小、清除队列)。 我尝试用谷歌搜索,但没有得到任何有用的信息。
Is there a cmd line for MSMQ basic operation (get the queue size, purge queue).
I tried google it but did not get any think useful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单、最好的方法是使用 powershell,看看 PowerShell 社区扩展
,您就会能够调用以下命令
请参阅如何从 cmd 清除
The simplest and the best way is to use powershell, take a look on PowerShell Community Extensions
and you'll be able to invoke following commnads
See how to purge from cmd