Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 37535 invoked from network); 29 Nov 2005 16:03:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Nov 2005 16:03:48 -0000 Received: (qmail 23591 invoked by uid 500); 29 Nov 2005 16:03:45 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 23569 invoked by uid 500); 29 Nov 2005 16:03:45 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 23558 invoked by uid 99); 29 Nov 2005 16:03:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 08:03:45 -0800 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=HTML_MESSAGE,RCVD_IN_SBL X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [61.6.32.56] (HELO smtp6.jaring.my) (61.6.32.56) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 08:05:15 -0800 Received: from KimberleyLoh (smm02.emsiweb.com [63.118.42.2] (may be forged)) (authenticated bits=0) by smtp6.jaring.my (8.13.4/8.13.1) with ESMTP id jATG2xSI058992; Wed, 30 Nov 2005 00:03:07 +0800 (MYT) (envelope-from kimlkn@pd.jaring.my) Message-Id: <200511291603.jATG2xSI058992@smtp6.jaring.my> Reply-To: From: "Kim Loh" To: "'Peter Lin'" , "'JMeter Users List'" Subject: RE: Point-To-Point JMS Test Plan Date: Wed, 30 Nov 2005 00:02:52 +0800 Organization: LH Group MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0097_01C5F541.72216E00" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <27e674a90511290749h72aee1c8wf22bdeca1de70053@mail.gmail.com> Thread-Index: AcX0/IdeX1PsSas2TZW0mqN82xaApgAACzRA X-Virus-Scanned: JARING E-Mail Virus Scanner v2.0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0097_01C5F541.72216E00 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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:woolfel@gmail.com] Sent: Tuesday, November 29, 2005 11:50 PM To: JMeter Users List; kimlkn@pd.jaring.my 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 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: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org ------=_NextPart_000_0097_01C5F541.72216E00--