Author: pmouawad
Date: Tue Nov 28 21:44:00 2017
New Revision: 1816577

URL: http://svn.apache.org/viewvc?rev=1816577&view=rev
Log:
Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is 
set, it is not taken into account
Document timeout==0
Bugzilla Id: 61829

Modified:
    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=1816577&r1=1816576&r2=1816577&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Nov 28 21:44:00 
2017
@@ -1651,7 +1651,7 @@ The following table shows some values wh
   <property name="Timeout" required="Yes">
       The timeout in milliseconds for the reply-messages. If a reply has not 
been received within the specified
       time, the specific testcase fails and the specific reply message 
received after the timeout is discarded.
-      Default value is <code>2000</code> ms.
+      Default value is <code>2000</code> ms. <code>0</code> means no timeout.
   </property>
   <property name="Expiration" required="No">
       The expiration time (in milliseconds) of the message before it becomes 
obsolete.


Reply via email to