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 2012/06/06 21:50:31 UTC

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

Author: pmouawad
Date: Wed Jun  6 19:50:31 2012
New Revision: 1347077

URL: http://svn.apache.org/viewvc?rev=1347077&view=rev
Log:
Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different

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=1347077&r1=1347076&r2=1347077&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Jun  6 19:50:31 2012
@@ -1413,6 +1413,10 @@ completed, so the net effect was similar
         It is different from pub/sub messages and is generally used for handling transactions.
 		</p>
 		<p>
+		<b>Request Only</b> will typically used to put load on a JMS System.<br></br>
+        <b>Request Response</b> will be used when you want to test response time of a JMS service that processes messages sent to the Request Queue as this mode will wait for the response on the Reply queue sent by this service.<br></br>		
+		</p>
+		<p>
 		Versions of JMeter after 2.3.2 use the properties java.naming.security.[principal|credentials] - if present -
 		when creating the Queue Connection. If this behaviour is not desired, set the JMeter property
 		<b>JMSSampler.useSecurity.properties=false</b>