Hi James, I have tried JMS point to point, publisher and subscriber but I am unable insert record in the DB. I send the http request through http request sampler the record is inserted properly in the DB. But the response time I am getting is the time to reach the message to the queue not the total time (reach the queue and insert into the DB).
Please help. James Hill-3 wrote: > > Suggest you take a look at the JMS section of the manual: > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JMS_Publisher > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JMS_Subscriber > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JMS_Point-to-Point > > Haven't used JMeter for JMS yet (though should have instead of > LoadRunner). > > Not sure about the DB query, but start by looking into: > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JDBC_Request > and perhaps using a response assertion on the result? Wiser heads than I > might have more information. > > On Tue, Dec 15, 2009 at 5:06 PM, testing.arun > <[email protected] >> wrote: > >> >> Hi, >> >> I am testing an application which uses OpenMQ. >> When I send a http request it first goes to my message queue (if it >> success >> it goes to success queue othe wise error queue) >> If it is a success message it inserts records into my DB(MySQL). >> >> How can I use Jmeter for load test of this application. >> >> -- >> View this message in context: >> http://old.nabble.com/OpenMQ-testing-Using-Jmeter-tp26789924p26789924.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- View this message in context: http://old.nabble.com/OpenMQ-testing-Using-Jmeter-tp26789924p26790458.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

