tomwallace / MsmqTester

This project is a console application to test the amount of time it takes to post and retrieve messages from a local MSMQ queue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a console application to test the amount of time it takes to post and retrieve messages from a local MSMQ queue.  It assumes that you have MSMQ installed and enabled and that you have created a local public queue called "testq," though the queue name and MSMQ location can be easily altered through  configuration.

To use the application, compile it and run the executable, or run it with debugging through Visual Studio.

Once running, type "/help" or "/h" for a list of commands and settings that can be used to test your queue.

You can find more code from me on my Github page:

https://github.com/tomwallace

About

This project is a console application to test the amount of time it takes to post and retrieve messages from a local MSMQ queue.


Languages

Language:C# 100.0%