I'm wanting to create test load onto a Websphere MQ queue using JMeter. I'm only wanting to place a message onto a queue - so I'm using the JMS Publisher sampler. The config items I have are: MQHost:Port, MQChannel, MQQueueManager, MQQueue
In the sample, I've entered in some of the settings: Provider URL: tcp://MQHost:Port Destination: MQQueue
For the MQChannel and MQQueueManager I've added them into the JMS properties seetings:
Name: WMQ_QUEUE_MANAGER , Value: MQQueueManager, Class of value: java.lang.String Name: WMQ_CHANNEL, Value: MQChannel, Class of value: java.lang.String
I've got Connection Factory set as: MQConnectionFactory
Now the issue I'm racking my brains with is the Initial Context Factory setting. I'm stumped as to what package/class this should be set to.
The other option is to create a jndi.properties file with the MQ connection settings, but unclear as to how to do this either.
Thank you.