Author: pmouawad
Date: Sat Mar 17 22:25:52 2012
New Revision: 1302030
URL: http://svn.apache.org/viewvc?rev=1302030&view=rev
Log:
Bug 52810 - Enable setting JMS Properties through JMS Publisher sampler
Modified:
jmeter/trunk/docs/images/screenshots/jmspublisher.png
jmeter/trunk/xdocs/images/screenshots/jmspublisher.png
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/docs/images/screenshots/jmspublisher.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/jmspublisher.png?rev=1302030&r1=1302029&r2=1302030&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/images/screenshots/jmspublisher.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/jmspublisher.png?rev=1302030&r1=1302029&r2=1302030&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1302030&r1=1302029&r2=1302030&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Mar 17 22:25:52
2012
@@ -1250,7 +1250,7 @@ For details, see <complink name="BSF Sam
</properties>
</component>
-<component name="JMS Publisher" index="§-num;.1.13" width="803"
height="633" screenshot="jmspublisher.png">
+<component name="JMS Publisher" index="§-num;.1.13" width="803"
height="720" screenshot="jmspublisher.png">
<note>BETA CODE - the code is still subject to change</note>
<description>
<p>
@@ -1281,6 +1281,12 @@ For details, see <complink name="BSF Sam
<property name="Use non-persistent delivery mode?" required="No">
Whether to set DeliveryMode.NON_PERSISTENT (defaults to false)
</property>
+ <property name="JMS Properties" required="No">
+ The JMS Properties are properties specific for the underlying messaging
system.
+ For example: for WebSphere 5.1 web services you will need to set the JMS
Property targetService to test
+ webservices through JMS.
+ </property>
+
</properties>
<p>
For the MapMessage type, JMeter reads the source as lines of text.