Reputation: 13
jmeter, jms point to point : error: Response message: java.lang.IllegalStateException: QueueConnectionFactory expected, but got com.ibm.mq.jms.MQConnectionFactory
config:
1. jmeter3.3
2. All the jars available in websphere mq 8.0 -installed folder are pasted in apache-jmeter-3.3\lib folder
Followed all the steps as described in : JMeter configuration for IBM MQ 8
JMeter 3.2 Point-to-Point configuration for IBM MQ 8 => Java Exception
Upvotes: 0
Views: 1780
Reputation: 168082
I believe you don't need that many jars, you should download the relevant 8.x.x.x-WS-MQ-Install-Java-All.jar
package from the Fix Central and come up with libraries like:
I also think you should use com.ibm.msg.client.jms.JmsFactoryFactory
See IBM MQ testing with JMeter - Learn How article for detailed JMeter configuration instructions for IBM MQ load testing
Upvotes: 1