Archive for the ‘MQ’ Category

Performance Testing MQ with JMeter

Friday, October 3rd, 2008

This is a relatively new example of how to use JMeter with WebSphere MQ. This approach is a clever way of inserting messages into MQ using a JMS sampler (point to point) with a JNDI binding within MQ. I had not heard of this approach before and am sure it will ...

Understanding the effect of MQ persistence on disk performance

Friday, September 28th, 2007

Recently I have been trying to determine what the impact of using MQ message persistence is on disk subsystem performance. There is alot of literature from IBM recommending ideal configurations to support MQ persistence, so I won't turn this into a post that recommends ideal settings. What I did want ...

Problem solving in general and MQ 2195 reason codes

Friday, August 10th, 2007

So I spent the best part of a day assisting our sys admin and developer resolve MQ errors that a COBOL client was throwing when opening more than one concurrent connection to a clustered queue manager. Because the architecture had recently changed to a cluster, and my load harness was no ...

Monitoring queue statistics in MQ

Monday, April 30th, 2007

When load testing MQ you are no doubt going to need to be able to monitor queue statistics in terms of how many messages have been enqueued and dequeued within a given timeframe. You can use native runmqsc commands to query queues in order to find current queue depths but ...

A custom load harness for MQ Server

Tuesday, January 30th, 2007

This is another blog in a similar vein to "No LoadRunner, No Problems" where I needed to write a custom test harness for MQ server. IBM kindly provide a complete Java API for getting in to the nitty gritty of MQ messages. Much can be learnt from WebSphere MQ sample ...