You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2014/11/05 21:07:21 UTC

svn commit: r1636947 - in /jmeter/trunk/docs: changes.html usermanual/component_reference.html

Author: milamber
Date: Wed Nov  5 20:07:20 2014
New Revision: 1636947

URL: http://svn.apache.org/r1636947
Log:
Prepare next release 2.12: update docs tree and overview (RC2)

Modified:
    jmeter/trunk/docs/changes.html
    jmeter/trunk/docs/usermanual/component_reference.html

Modified: jmeter/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/changes.html?rev=1636947&r1=1636946&r2=1636947&view=diff
==============================================================================
--- jmeter/trunk/docs/changes.html (original)
+++ jmeter/trunk/docs/changes.html Wed Nov  5 20:07:20 2014
@@ -368,9 +368,9 @@ cache_manager.cached_resource_mode
 <p>
  Add JMSPriority and JMSExpiration fields for these samplers.
 </p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='901' height='277' src="./images/screenshots/changes/2.12/04_jms_publisher.png"/><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='877' height='314' src="./images/screenshots/changes/2.12/04_jms_publisher.png"/><br>
 <font size="-1"></font></td></tr></table></p>
-<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='900' height='294' src="./images/screenshots/changes/2.12/05_jms_point_to_point.png"/><br>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='877' height='293' src="./images/screenshots/changes/2.12/05_jms_point_to_point.png"/><br>
 <font size="-1"></font></td></tr></table></p>
 <br/><table width="80%" cellpadding="1" cellspacing="2" bgcolor="#828DA6" border="0">
 <tr><td><font color="white" face="Helvetica, Arial, sans-serif">Mail Reader Sampler</font></td></tr></table>
@@ -594,9 +594,10 @@ See  
 <li>
 Since JMeter 2.12, active threads in all thread groups and active threads in current thread group are saved by default to CSV or XML results, see 
 <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=57025">Bug 57025</a>
-. If you want to revert to previous behaviour, set property 
+. 
+This is usually the expected behaviour as you want to have the number of running threads during the test. But if you want to revert to previous behaviour, set property 
 <b>
-jmeter.save.saveservice.thread_counts=true
+jmeter.save.saveservice.thread_counts=false
 </b>
 </li>
 
@@ -751,6 +752,12 @@ Other Samplers
 </li>
 
 
+<li>
+<a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=57183">Bug 57183</a>
+ - JMSSampler: For input string: "" java.lang.NumberFormatException (for Expiration or Priority fields)
+</li>
+
+
 </ul>
 <h3>
 Controllers
@@ -879,7 +886,7 @@ General
 
 <li>
 <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=56419">Bug 56419</a>
- - Jmeter silently fails to save results
+ - JMeter silently fails to save results
 </li>
 
 
@@ -1421,6 +1428,11 @@ Adrian Speteanu (asp.adieu at gmail.com)
 </li>
 
 
+<li>
+Shmuel Krakower (shmulikk at gmail.com) for his tests and reports on Undo/Redo feature
+</li>
+
+
 </ul>
 
 

Modified: jmeter/trunk/docs/usermanual/component_reference.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/component_reference.html?rev=1636947&r1=1636946&r2=1636947&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/component_reference.html (original)
+++ jmeter/trunk/docs/usermanual/component_reference.html Wed Nov  5 20:07:20 2014
@@ -4725,7 +4725,7 @@ No
 
     
 <p><b>Control Panel</b></p>
-<div align="center"><img width='946' height='776' src="../images/screenshots/jmspublisher.png"/></div>
+<div align="center"><img width='854' height='796' src="../images/screenshots/jmspublisher.png"/></div>
 <p>
 <b>Parameters</b>
 <a name="JMS_Publisher_parms"/>
@@ -4808,6 +4808,28 @@ No
 </td>
 </tr>
 <tr>
+<td>Expiration</td>
+<td>
+      The expiration time (in milliseconds) of the message before it becomes obsolete.
+      If you do not specify an expiration time, the default value is 0 (never expires). 
+  
+</td>
+<td>
+No
+</td>
+</tr>
+<tr>
+<td>Priority</td>
+<td>
+      The priority level of the message. There are ten priority levels from 0 (lowest) to 9 (highest). 
+      If you do not specify a priority level, the default level is 4. 
+  
+</td>
+<td>
+No
+</td>
+</tr>
+<tr>
 <td>Number of samples to aggregate</td>
 <td>Number of samples to aggregate
 </td>
@@ -5387,7 +5409,7 @@ JMSSampler.useSecurity.properties=false
 
     
 <p><b>Control Panel</b></p>
-<div align="center"><img width='924' height='797' src="../images/screenshots/jms/JMS_Point-to-Point.png"/></div>
+<div align="center"><img width='882' height='804' src="../images/screenshots/jms/JMS_Point-to-Point.png"/></div>
 <p>
 <b>Parameters</b>
 <a name="JMS_Point-to-Point_parms"/>
@@ -5573,6 +5595,7 @@ Yes
 <td>
       The timeout in milliseconds for the reply-messages. If a reply has not been received within the specified
       time, the specific testcase failes and the specific reply message received after the timeout is discarded.
+      Default value is 2000 ms.
   
 </td>
 <td>
@@ -5580,6 +5603,28 @@ Yes
 </td>
 </tr>
 <tr>
+<td>Expiration</td>
+<td>
+      The expiration time (in milliseconds) of the message before it becomes obsolete.
+      If you do not specify an expiration time, the default value is 0 (never expires). 
+  
+</td>
+<td>
+No
+</td>
+</tr>
+<tr>
+<td>Priority</td>
+<td>
+      The priority level of the message. There are ten priority levels from 0 (lowest) to 9 (highest). 
+      If you do not specify a priority level, the default level is 4. 
+  
+</td>
+<td>
+No
+</td>
+</tr>
+<tr>
 <td>Use non-persistent delivery mode?</td>
 <td>
       Whether to set DeliveryMode.NON_PERSISTENT.