You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/01/04 22:21:19 UTC

svn commit: r1429133 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Fri Jan  4 21:21:19 2013
New Revision: 1429133

URL: http://svn.apache.org/viewvc?rev=1429133&view=rev
Log:
Bug 54182 - Support sending of ByteMessage for JMS Publisher. 
Update docs
Bugzilla Id: 54182

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=1429133&r1=1429132&r2=1429133&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Jan  4 21:21:19 2013
@@ -1370,8 +1370,14 @@ e.g. props.get("START.HMS"); props.put("
   <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="Message source" required="Yes">Where to obtain the message</property>
-  <property name="Message type" required="Yes">Text, Map or Object message</property>
+  <property name="Message source" required="Yes">Where to obtain the message:
+  <ul>
+    <li>From File : means the referenced file will be read and reused by all samples</li>
+    <li>Random File from folder specified below : means a random file will be selected from folder specified below, this folder must contain either files with extension .dat for Bytes Messages, or files with extension .txt or .obj for Object or Text messages</li>
+    <li>Text area : The Message to use either for Text or Object message</li>
+  </ul>  
+  </property>
+  <property name="Message type" required="Yes">Text, Map, Object message or Bytes Message</property>
   <property name="Use non-persistent delivery mode?" required="No">
       Whether to set DeliveryMode.NON_PERSISTENT (defaults to false)
   </property>