Command line Win7中的MSMQ命令行

Command line Win7中的MSMQ命令行,command-line,msmq,Command Line,Msmq,MSMQ基本操作是否有cmd行(获取队列大小,清除队列)。 我试过用谷歌搜索,但没有得到任何有用的信息。最简单也是最好的方法就是使用powershell,看看吧 您将能够调用以下命令 Clear-MSMQueue Get-MSMQueue New-MSMQueue Receive-MSMQueue Send-MSMQueue Test-MSMQueue 请参见无命令行实用程序。不幸的是,微软的MSMQ PowerShell小程序项目也从未启动。您必须依赖第三方解决方案。

MSMQ基本操作是否有cmd行(获取队列大小,清除队列)。
我试过用谷歌搜索,但没有得到任何有用的信息。

最简单也是最好的方法就是使用powershell,看看吧

您将能够调用以下命令

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

请参见

无命令行实用程序。不幸的是,微软的MSMQ PowerShell小程序项目也从未启动。您必须依赖第三方解决方案。