I have a JMeter JMS Point to Point test in which I am sending an XML document onto a queue which goes into MongoDB and responds the XML document back.
When I run the test in JMeter I can see through the RedHat logs that the request has gone into Mongo and returned correctly. Although within JMeter, the test fails and I get the message:
"No reply message received"
If I set the 'communication-style
' to 'Request Only
' the test passes. All my connections are correct and I am using JMeter version 2.11.
I have read on forums to change the jmeter.properties file to enable JMSSampler.useSecurity.properties=false
. This has not worked.
Any thoughts on this would be much appreciated,
Thanks,
Kash