JMeter JMS Point To Point Queue Testing - "No reply message received" -


I have a Jmeter Point Point to Point Point in which I am sending an XML document which is on the queue which goes to Mangodebi. And gives the XML document back

When I run a trial in JMTR, I can see through the Redhat logs that the request has gone to Mongo and returned correctly. However, testing within Jmator fails and I get a message:

"No reply message was received"

If I ' only request ' from 'Communication-style '.

I've read forums to change the jmeter.properties file to enable JMSSampler.useSecurity.properties = false . It is not working.

Any thoughts on this will be highly appreciated,

thanks,

fixed

I removed the property for the Q field named JNDI, along with ' queue.Response '.

It seemed to do the trick

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -