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.
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
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
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3678