Bug 58465 - JMS Read response field is badly named and documented
Summary: JMS Read response field is badly named and documented
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.13
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-29 10:07 UTC by Sebb
Modified: 2015-09-30 15:02 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2015-09-29 10:07:20 UTC
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.
Comment 1 Sebb 2015-09-30 15:02:09 UTC
URL: http://svn.apache.org/viewvc?rev=1706050&view=rev
Log:
JMS Read response field is badly named and documented
Also clarified iterations field
Bugzilla Id: 58475

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_es.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_pt_BR.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_tr.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_zh_TW.properties
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.java
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 2 Sebb 2015-09-30 15:02:39 UTC
URL: http://svn.apache.org/viewvc?rev=1706051&view=rev
Log:
JMS Read response field is badly named and documented
Updated screenshot
Bugzilla Id: 58465

Modified:
    jmeter/trunk/xdocs/images/screenshots/jmssubscriber.png
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:38:00 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3678