Date: 2004-10-05T19:53:34 Editor: PeterLin <[EMAIL PROTECTED]> Wiki: Apache JMeter Wiki Page: JMS Sampler URL: http://wiki.apache.org/jakarta-jmeter/JMS Sampler
no comment Change Log: ------------------------------------------------------------------------------ @@ -19,3 +19,5 @@ * Use as monitor - this is similar to HTTPSampler for Tomcat5. when it is checked, the sample is set as monitor result, which is then used by the monitor to display the health and performance The sample Aggregator is needed to aggregate several samples together, since a single publish will probably less than 1 millisecond, it's a good idea to run X iterations and record the time. + +By having a publish and subscribe sampler, it means a single test plan can have two thread groups running concurrently. One thread group can have X threads publishing, while the thread group for the subscribers can have a different number of threads. this should allow for a wide variety of test scenarios. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
