I am using JMeter to connect to Websphere MQ for placing multiple messages to the Queue. I have tried the below
Downloaded the below jars into a separate path and enabled the user.classpath variable in
jmeter.properties
and appended the jars path to ita) com.ibm.mq.jar
b) com.ibm.mqjms.jar
c) dhbcore.jar
d) fscontext.jar
e) javax.jms.jar
f) jms.jar
g) providerutil.jar
I have tried downloading multiple other jars as specified in different forums on the internet. None of them seems to resolve this issue. The class com.ibm.mq.jms.MQQueueConnectionFactory
is indeed present in the MQ jars downloaded. Not sure why JMeter is unable to find this class.
Any help on this, please?