Archive for October, 2008

Performance Testing SPNEGO or Kerberos with LoadRunner

Monday, October 27th, 2008

Alas, it can't be done in JMeter. So this is how it works in LoadRunner ... This challenge came up recently and we were able to figure out how to test SPNEGO or Kerberos using Integrated Windows Authentication with LoadRunner.

Performance Testing MQ with LoadRunner

Tuesday, October 21st, 2008

The wheel has turned full circle and I'm back in MQ land... So here is a a simple Java vuser harness which you can use in LoadRunner to put or get messages from Websphere MQ. This version doesn't require any JNDI bindings (or access to JMS). Instead it just uses ...

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 ...