Thanks John, Jeff for your response. I will evaluate both suggestions :)
Regards, Gunjan -----Original Message----- From: John_schulz [mailto:[email protected]] Sent: Sunday, July 06, 2014 6:01 PM To: JMeter Users List Subject: Re: Jmeter with Jgroups If you don't want to build a full fledged sampler of your own you can use the java sampler. You write your jgroup/jmeter interface code in java. I have used this method to test a fair number of java only interfaces over the last couple of years. John Sent from my iPad > On Jul 5, 2014, at 3:06 PM, Jeff Ohrstrom <[email protected]> wrote: > > Its seems no-one on the list has, but JMeter is easily pluggable. It > looks like this is the route you'll have to take (make a JGroup > Sampler yourself). If there is a lot of demand maybe you should submit this > for > an enhancement. > > >> On Wed, 2014-07-02 at 12:58 +0000, Gunjan Garge wrote: >> Hi All, >> >> Do anyone have experience of sending requests from Jmeter to Java component >> server on JGroups communication channel? >> >> My AUT is a java application (server) and it communicates with other java >> components on Jgroups. I wanted to simulate those other components using >> Jmeter. I was just wondering if it can be achieved using Jmeter. Request >> will be initiated by Jmeter. >> >> Regards, >> Gunjan >> >> >> DISCLAIMER >> ========== >> This e-mail may contain privileged and confidential information which is the >> property of Persistent Systems Ltd. It is intended only for the use of the >> individual or entity to which it is addressed. If you are not the intended >> recipient, you are not authorized to read, retain, copy, print, distribute >> or use this message. If you have received this communication in error, >> please notify the sender and delete all copies of this message. Persistent >> Systems Ltd. does not accept any liability for virus infected mails. > > > > --------------------------------------------------------------------- > 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] DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
