Jmeter - JMS Topic Sampler

2005-12-27 Thread Kim Loh
Hi , I am working on Publisher & Subscriber Sampler on Jmeter and having some problem to proceed further. In JMeter - JMS Publisher sampler, I use it to sends an xml message to a JMS provider queue, and use Subscriber Sampler to retrieve message from JMS provider queue. After I receive mes

Re: Jmeter - JMS Topic Sampler

2005-12-27 Thread Peter Lin
It might be good to revisit how JMS pub/sub works. For any given pub/sub queue, there may be 1 or more publishers and subscribers. A client using JMS may both publish and subscribe to 1 or more topics. when a message is published, the JMS providers will send the message to every subscriber. the su