MSMQ command line in win 7
Asked Answered
S

1

5

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.

Sloop answered 26/1, 2012 at 13:30 Comment(2)
#2289964Graybill
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
F
2

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

Factory answered 19/7, 2012 at 23:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.