I'm sending a message to a Queue using JMeter. At the end of the process (3 MDBs talking among them) a response message is sent to a second Queue.
Using JMeter Request Only everything goes fine, but my interest is to collect the time taken to a message reach the second Queue. Using JMeter with Request Response and the second Queue JNDI name set in JNDI name Receive Queue
, the message is sent but JMeter seems to not be able to consume such a second Queue.
I've tryed Q.RPL
in JMS Point-to-Pont Component JNDI Properties, without success! I don't know if weblogic requires an specific jnid property.
Any help?