jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Enable using the same ConnectionFactory for Multiple threads while posting JMS messages

Open asfimport opened this issue 12 years ago • 3 comments

@pmouawad (Bug 53833): The Jmeter at present creates a new QueueConnection for each of the thread (as per the number of threads provided).

Usually when testing one application calling one broker, applications will pool Connection or share Connection using rather one Session per thread.

It would be useful to allow sharing Connection among threads + add an option to allow pooling connections.

See: http://stackoverflow.com/questions/12280475/jmeter-use-the-same-connectionfactory-for-multiple-threads-while-posting-jms-me

Votes in Bugzilla: 3 OS: All

Duplicates:

  • https://github.com/apache/jmeter/issues/4458

asfimport avatar Sep 05 '12 18:09 asfimport

tsvbuzuluk (migrated from Bugzilla): When I test application using JMS Point-to-Point Sampler Jmeter creates too much connections and WebSphere MQ is crashed. I think JMeter can use pool Connection. Does this is planned change?

P.S. I apologize for the my language.

asfimport avatar Jan 22 '14 08:01 asfimport

No update so far?

roydekleijn avatar Feb 08 '24 14:02 roydekleijn

Would you mind creating a PR?

vlsi avatar Feb 08 '24 14:02 vlsi