Author: pmouawad
Date: Mon Jun  4 21:01:13 2012
New Revision: 1346152

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

Modified:
    jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml

Modified: jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml?rev=1346152&r1=1346151&r2=1346152&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml 
(original)
+++ jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml Mon 
Jun  4 21:01:13 2012
@@ -146,7 +146,8 @@ Then, select the JMS Point-to-Point samp
                     <tr>
                         <td colspan="1">Communication Style</td>
                         <td>Request Response</td>
-                        <td>This means that you need at least a service that 
responds to the requests.</td>
+                        <td>This means that you need at least a service 
running outside of JMeter and that will respond to the requests. 
+                        This service must listen to the Request Queue and send 
messages to the queue referenced by the 
<code>message.getJMSReplyTo()</code></td>
                     </tr>
                     <tr>
                         <td>Content</td>


Reply via email to