Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
asfimport opened this issue Sep 5, 2012 · 3 comments

Comments

@asfimport
Copy link
Collaborator

@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:

@asfimport
Copy link
Collaborator Author

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.

@roydekleijn
Copy link

No update so far?

@vlsi
Copy link
Collaborator

vlsi commented Feb 8, 2024

Would you mind creating a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants