How we are supposed to help without:
1. Seeing your full code in form of text, not the screenshot
2. Seeing jmeter.log file contents (preferably with debug level
verbosity
<https://www.blazemeter.com/blog/how-to-configure-jmeter-logging>)
The error means that you're trying to call *createProducer()* function
of the object which doesn't exist which in its turn means that Session
<https://docs.oracle.com/javaee/7/api/javax/jms/Session.html> interface
instance is null
<https://dev.to/dj_devjournal/understanding-null-in-java-4o31> so you
need to re-visit your code and double check the place where you're
creating the JMS Session object.
On 1/10/2022 4:51 AM, Smruti Koyande wrote:
Hi,
Can anyone help out with the above query.
On Fri, Jan 7, 2022 at 9:18 PM Smruti Koyande <[email protected]> wrote:
Hii,
Anyone help me to create the test plan in Jmeter for the IBM MQ
message test?
Below is the scenario for our project :
image.png
I referred link :
https://www.blazemeter.com/blog/ibm-mq-testing-with-jmeter-learn-how/
As per link,
Step 1 : Downloaded the jar files and pasted the same in /lib
folder and restarted the Jmeter.
Step 2 : Created a test plan as suggested in the link but getting
below errors . I used our configuration parameters for the IBM MQ
service.
image.png
image.png
image.png
--
Thanks & Regards,
Smruti Koyande
--
Thanks & Regards,
Smruti Koyande
Junior Software Tester