Tuesday, October 27, 2009

MSMQ.VBS – Manage Private MSMQ Queues

I have been migrating some scripts and what nots to hosting at github

This script allows some very basic management of MSMQ private queues.  I typically use this from some sort of controlling script, either MSBuild or Nant, using their respective ‘shell’ tasks to cscript.exe.

  1. Set your default scripting engine to cscript.exe
    1. cscript //X:CScript
  2. Run msmq from the command line to get syntax