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.
MSMQ command line in win 7
Asked Answered
#2289964 –
Graybill
No command line utilities. Also Microsoft's MSMQ PowerShell applet project, sadly, never got off the ground. You'll have to rely on 3rd party solutions. –
Nobody
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
© 2022 - 2024 — McMap. All rights reserved.