Free MSMQ tools
 



Home
QueueExplorer
DbOctopus
Articles
BUY
About us
Contact


NEW:
QueueExplorer 3.2
- load/save project (Pro)
- queue picker
- JSON view

QueueExplorer Pro
- Multiple connections
- Tabbed interface

MSMQ MMC admin console (earlier MqExplorer) lacks many features, especially when things go wrong. These free command line tools are available as first aid.

MQDelete - delete top message from queue
usage:
sample:
MQDelete SourceQueuePath
MQDelete .\private$\test
MQCopy - copy top message from one queue to another
usage:
sample:
MQCopy SourceQueuePath DestinationQueuePath
MQCopy .\private$\test1 .\private$\test2
MQSave - save body of top message to file
usage:
sample:
MQSave SourceQueuePath FileName
MQSave .\private$\test body.txt
MQSend - send message with specified label and body
usage:
sample:
MQSend SourceQueuePath MessageLabel BodyFileName
MQSend .\private$\test "Test message" body.txt

Download free MsmqFirstAidKit.zip (9Kb)

System requirements:
  • Windows XP, Windows 2000, Windows 2003
  • .Net Framework 1.1 or higher (download from Microsoft site)
  • Message Queuing installed

Check out QueueExplorer for full featured explorer-like MSMQ management.


 

home QueueExplorer DbOctopus buy articles about us contact

Copyright Cogin 2004-2013.
Information is provided for educational purposes only, as-is and is subject to changes without further notice.
No warranties of any kind. You agree to use all information only on your own risk.