views:

42

answers:

1

I need to load test a server that supports WebSphere MQ, web service and MSMQ interfaces. Currently I use proprietary load drivers for testing via WebSphere MQ and the web service, and we don't currently test MSMQ (it's new, and just being developed). I would like to "standardize" on a single load test tool; does anyone know if you can test WebSphere MQ using the load test tool in VS 2008 Test Edition?

A: 

This probably doesn't help you much, but we load test our MQ servers by running a batch job on our mainframe that is capable of dropping several thousand messages down the pipe in just a few seconds to a single triggered queue that runs a .NET console app. The console app reads each message, and updates a Sql Server database using the data in the message.

Cyberherbalist