Win 7 中的 MSMQ 命令行

发布于 2024-12-28 20:47:29 字数 63 浏览 0 评论 0原文

是否有用于 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 技术交流群。

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

发布评论

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

评论(1

原谅我要高飞 2025-01-04 20:47:29

最简单、最好的方法是使用 powershell,看看 PowerShell 社区扩展

,您就会能够调用以下命令

Clear-MSMQueue
Get-MSMQueue
New-MSMQueue
Receive-MSMQueue
Send-MSMQueue
Test-MSMQueue

请参阅如何从 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

Clear-MSMQueue
Get-MSMQueue
New-MSMQueue
Receive-MSMQueue
Send-MSMQueue
Test-MSMQueue

See how to purge from cmd

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