You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mc...@apache.org on 2017/03/05 18:03:18 UTC

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

Author: mchassagneux
Date: Sun Mar  5 18:03:18 2017
New Revision: 1785559

URL: http://svn.apache.org/viewvc?rev=1785559&view=rev
Log:
Update doc for JMS Publisher

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=1785559&r1=1785558&r2=1785559&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Mar  5 18:03:18 2017
@@ -1434,6 +1434,13 @@ Currently the only way to changes these
   </dl>
   </property>
   <property name="Message type" required="Yes">Text, Map, Object message or Bytes Message</property>
+  <property name="Content encoding" required="Yes">Specify the encoding for reading the message source file:
+  <dl> 
+    <dt><code>RAW</code>: No variable support from the file and load it with default system charset.</dt>
+    <dt><code>DEFAULT</code>: Load file from default system encoding, except for XML which relies on XML prolog. If the file contain variables, they are processing.</dt>
+    <dt><code>Standard charsets</code>: The specified encoding (valid or not) is use for reading the file and processing variables</dt>
+  </dl>
+  </property>
   <property name="Use non-persistent delivery mode?" required="No">
       Whether to set <code>DeliveryMode.NON_PERSISTENT</code> (defaults to <code>false</code>)
   </property>