Date: 2004-10-08T08:05:35 Editor: PeterLin <[EMAIL PROTECTED]> Wiki: Apache JMeter Wiki Page: JMS Sampler URL: http://wiki.apache.org/jakarta-jmeter/JMS Sampler
no comment Change Log: ------------------------------------------------------------------------------ @@ -24,3 +24,32 @@ 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. Using the same connection for N producers/consumers will measure the effect of connection on performance. + + +Here's some details about what parameters the sampler GUI will have. + +1. radio buttuns: JNDI, manual + +Parameters for JNDI +-------------------- + 1. InitialContextFactory + 2. provider url + 3. connection factory + 4. topic + 5. user + 6. password + +Parameters for manual +---------------------- + 1. concrete connection factory class + 2. topic + 3. user + 4. password + +Common parameters +---------------------- + 1. message type: text or object + 2. textarea + 3. directory of files to choose randomly + 4. specific file + 5. use as monitor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
