You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/06/03 13:24:33 UTC

svn commit: r543880 - /jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-jms-point-to-point-test-plan.xml

Author: sebb
Date: Sun Jun  3 04:24:32 2007
New Revision: 543880

URL: http://svn.apache.org/viewvc?view=rev&rev=543880
Log:
Bug 41774 User doc "Building a JMS point-to-point test" has mistakes 

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

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-jms-point-to-point-test-plan.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-jms-point-to-point-test-plan.xml?view=diff&rev=543880&r1=543879&r2=543880
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-jms-point-to-point-test-plan.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-jms-point-to-point-test-plan.xml Sun Jun  3 04:24:32 2007
@@ -36,17 +36,19 @@
                 <a href="build-test-plan.html">Test Plan</a> to test a JMS Point-to-Point messaging solution.
 The setup of the test is 1 threadgroup with 5 threads sending 4 messages each through a request queue.
 A fixed reply queue will be used for monitoring the reply messages.
-each one to 10 iterations. To construct the Test Plan, you will use the
+To construct the Test Plan, you will use the
 following elements:
                 <a href="test_plan.html#thread_group">Thread Group</a>,
                 <complink name="JMS Point-to-Point"/>, and
                 <complink name="Graph Results"/>.
             </p>
 
-            <p>General notes on JMS. There are currently two JMS samplers. One uses JMS topics
-and the other uses queues. Topic messages are commonly know as pub/sub messaging.
-It is generally used in cases where a message is publish by a producer and
-consumed by multiple subscribers. </p>
+            <p>General notes on JMS: There are currently two JMS samplers. One uses JMS topics
+and the other uses queues. Topic messages are commonly known as pub/sub messaging.
+Topic messaging is generally used in cases where a message is published by a producer and
+consumed by multiple subscribers.  A JMS sampler needs the JMS implementation jar files;
+for example, from Apache ActiveMQ.  See <a href="#libraries_activemq">here</a> for the list
+of jars provided by ActiveMQ 3.0.</p>
 
         </section>
 
@@ -78,7 +80,7 @@
 
             <p>Next, increase the number of users (called threads) to 5.</p>
 
-            <p>In the next field, the Ramp-Up Period, leave the the default value of 0
+            <p>In the next field, the Ramp-Up Period, leave set the value to 0
 seconds.  This property tells JMeter how long to delay between starting each
 user. For example, if you enter a Ramp-Up Period of 5 seconds, JMeter will
 finish starting all of your users by the end of the 5 seconds.  So, if we have
@@ -104,7 +106,7 @@
         <section name="11.2 Adding JMS Point-to-Point Sampler" anchor="adding_point_to_point_sampler">
 
             <p>Start by adding the sampler <complink name="JMS Point-to-Point"/>
-to the Jakarta Users element (Add --&gt; Sampler --&gt; JMS Point-to-Point).
+to the Point-to-Point element (Add --&gt; Sampler --&gt; JMS Point-to-Point).
 Then, select the JMS Point-to-Point sampler element in the tree.
  In building the example a configuration will be provided that works with ActiveMQ 3.0.
             </p>
@@ -165,9 +167,9 @@
                         <th colspan="3"> Properties</th>
                     </tr>
                     <tr>
-                        <td colspan="1">brokerURL</td>
+                        <td colspan="1">providerURL</td>
                         <td>tcp://localhost:61616</td>
-                        <td>This defines the url of the active mq messaging system.</td>
+                        <td>This defines the URL of the active mq messaging system.</td>
                     </tr>
                     <tr>
                         <td>queue.Q.REQ</td>
@@ -187,11 +189,11 @@
         <section name="11.3 Adding a Listener to View Store the Test Results" anchor="adding_listener">
             <p>The final element you need to add to your Test Plan is a
                 <a href="component_reference.html#listeners">Listener</a>. This element is
-responsible for storing all of the results of your HTTP requests in a file and presenting
+responsible for storing all of the results of your JMS requests in a file and presenting
 a visual model of the data.
             </p>
 
-            <p>Select the Jakarta Users element and add a
+            <p>Select the Thread Group element and add a
                 <complink name="Graph Results"/> listener (Add --&gt; Listener
 --&gt; Graph Results).  Next, you need to specify a directory and filename of the
 output file.  You can either type it into the filename field, or select the



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org