https://bz.apache.org/bugzilla/show_bug.cgi?id=58465
Bug ID: 58465
Summary: JMS Read response field is badly named and documented
Product: JMeter
Version: 2.13
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
The component reference says:
"Read response: should the sampler read the response. If not, only the response
length is returned."
The Javadoc for getReadResponse() says:
"return whether the sampler should read the response"
However the code always reads the JMS response.
The setting just determines whether or not the code stores the response in the
sample result. If not selected, then only the sample response size is updated.
This has been the case since the initial version.
This needs to be clarified in the documentation.
--
You are receiving this mail because:
You are the assignee for the bug.