On 30 September 2015 at 21:28, Felix Schumacher <[email protected]> wrote: > Am 30.09.2015 um 16:52 schrieb [email protected]: >> >> Author: sebb >> Date: Wed Sep 30 14:52:24 2015 >> New Revision: 1706050 >> >> 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 > > > ... > >> Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml >> URL: >> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1706050&r1=1706049&r2=1706050&view=diff >> >> ============================================================================== >> --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original) >> +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Sep 30 >> 14:52:24 2015 >> @@ -1644,7 +1644,7 @@ The following table shows some values wh >> <property name="User" required="No">User Name</property> >> <property name="Password" required="No">Password (N.B. this is stored >> unencrypted in the test plan)</property> >> <property name="Number of samples to aggregate" required="Yes">number >> of samples to aggregate</property> >> - <property name="Read response" required="Yes">should the sampler read >> the response. If not, only the response length is returned.</property> >> + <property name="Read response" required="Yes">should the sampler store >> the response. If not, only the response length is returned.</property> > > Did you mean "Store response" as property name? And shouldn't we mention,
Yes, good catch, will fix > that the property was renamed in 2.14? I don't think that's necessary; the properties are not intended to be used except in JMeter code. > Regards, > Felix > > >> <property name="Timeout" required="Yes">Specify the timeout to be >> applied, in milliseconds. <code>0</code>=none. >> This is the overall aggregate timeout, not per sample.</property> >> <property name="Client" required="Yes">Which client implementation to >> use. >> >> >
