You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/05/02 02:06:22 UTC

svn commit: r940126 - /jakarta/jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml

Author: sebb
Date: Sun May  2 00:06:21 2010
New Revision: 940126

URL: http://svn.apache.org/viewvc?rev=940126&view=rev
Log:
Docn tweaks

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

Modified: jakarta/jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml?rev=940126&r1=940125&r2=940126&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/build-jms-point-to-point-test-plan.xml Sun May  2 00:06:21 2010
@@ -132,7 +132,7 @@ Then, select the JMS Point-to-Point samp
                     </tr>
                     <tr>
                         <td>JNDI Name Request Queue</td>
-                        <td>Q.REQQ</td>
+                        <td>Q.REQ</td>
                         <td>This is equal to the JNDI name defined in the JNDI properties.</td>
                     </tr>
                     <tr>
@@ -176,13 +176,13 @@ Then, select the JMS Point-to-Point samp
                     </tr>
                     <tr>
                         <td>queue.Q.REQ</td>
-                        <td>example.Q.REQ</td>
-                        <td>This defines a JNDI name Q.REQ for the request queue that points to the queue example.Q.REQ.</td>
+                        <td>example.A</td>
+                        <td>This defines a JNDI name Q.REQ for the request queue that points to the queue example.A</td>
                     </tr>
                     <tr>
                         <td>queue.Q.RPL</td>
-                        <td>example.Q.RPL</td>
-                        <td>This defines a JNDI name Q.RPL for the reply queue that points to the queue example.Q.RPL.</td>
+                        <td>example.B</td>
+                        <td>This defines a JNDI name Q.RPL for the reply queue that points to the queue example.B</td>
                     </tr>
                 </table>
             </p>