Hi All, I am trying to configure JMeter to test my application over JMS and am having some problems. I am running Jmeter on a windows desktop whilst my application is running on an AIX box with Wepsphere App Server 6.0.2.2 and Websphere MQ 6.0.2.2.
I have configured my point-to-point sampler within JMeter with the JNDI names of the Queue and QCF as per the setup in Websphere, I have used the Websphere initial context factory. When I run the test, Jmeter successfully connects to Wepshere App Server, verifies the JNDI queue/QCF names and retrieves the correct Queue Manager name for the server - however, when it then tries to connect to the queue manager I receive an error in the jmeter.log MQJMS2005 *failed to create MQQueueManager for 'NSP005_QM' javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'NSP005_QM*'. (unfortunately jmeter doesn't seem to provide the linked exception or reason code?) I have been able to test my queue manager/QCF/queue configuration using a simple standalone java app and have tested the application successfully, however, I am still having problems connecting to it with JMeter. Has anyone experienced any similar problems or know how i might solve this issue? I suspected it might have been related to trying to connect to the QManager remotely and having issues with the user id, but I have not found any way of getting around/sending a user id with JMeter. Any help would be greatly appreciated. Thanks in advance, Rob

