https://issues.apache.org/bugzilla/show_bug.cgi?id=53833
Priority: P2
Bug ID: 53833
Assignee: [email protected]
Summary: Enable using the same ConnectionFactory for Multiple
threads while posting JMS messages
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 2.7
Component: Main
Product: JMeter
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
--
You are receiving this mail because:
You are the assignee for the bug.