I meant am I able to do this using JMeter to test the processing time of submitting a message onto a queue and the time reach the database.
Thanks. Regards, Kim -----Original Message----- From: Kim Loh [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 12:03 AM To: 'Peter Lin'; 'JMeter Users List' Subject: RE: Point-To-Point JMS Test Plan I am facing a trouble here where I put a request to the queue but receive reply from another component (Not from ActiveMQ provider). In other words, if I will need to measure the processing time submitting a message into a queue and the time it reached to a database (eg. postgresql). Am I able to do this via jndi settings to lookup for the database location or any recommendation? Thanks. Regards, Kim _____ From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 11:50 PM To: JMeter Users List; [EMAIL PROTECTED] Subject: Re: Point-To-Point JMS Test Plan the current implementation for JMS samplers has been tested against ActiveMQ, OpenJMS, Orion Jms, IBM MQSeries and Weblogic. you will need to copy the necessary jar files to jmeter/lib directory, or use the new classpath feature in the nightly build. After that, you'll need to provide the correct jndi settings to lookup the provider. depending on the JMS implementation, it may use jndi.properties instead of a full blown jndi server. there's a short explanation of the jms samplers in the user manual. hope that helps peter On 11/29/05, Kim Loh <[EMAIL PROTECTED]> wrote: Hi, I am trying to test point-to-point JMS messaging (ActiveMQ). I wonder how JMeter can help me to test on the components which have no direct interfaces to ActiveMQ. Does anybody have done so? Thanks. Kim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

