I am using the JMS point-to-point sampler of Jmeter to test the performance if a large number of JMS messages are posted on to a Queue.
The Jmeter at present creates a new QueueConnectionFactory and QueueConnection for each of the thread ( as per the number of threads provided) . I guess this is not how it happens via the front end, where a single connection factory handles different threads.
How do we make sure that it creates only one connection for all the threads? Is there any option in Jmeter? Or should we modify the code? It would be nice if someone could guide me in the right direction.
As of version 2.7, JMeter does not have an option to create one QueueConnection and share it accross threads. Only InitialContext is cached.
I opened an enhancement request on JMeter Bugzilla:
Regarding what you say about real life, it really depends on what is simulated:
If you want to simulate one application using one broker then what you say is true
But if you want to simulate many application using one broker, then current JMeter approach is closer to reality.
Regards
Philippe M.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With