命令行 – win 7中的MSMQ命令行

是否存在用于MSMQ基本操作的cmd行(获取队列大小,清除队列).

我试过google但是没有任何想法有用. 最佳答案 最简单和最好的方法是使用power
shell,看看
PowerShell Community Extensions

并且您将能够调用以下commnads

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

how to purge from cmd

点赞