Author: milamber
Date: Sun Aug 29 20:16:48 2010
New Revision: 990641

URL: http://svn.apache.org/viewvc?rev=990641&view=rev
Log:
Correct InitialContextFactory for ActiveMQ
Small doc 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=990641&r1=990640&r2=990641&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 Aug 29 20:16:48 2010
@@ -163,27 +163,30 @@ Then, select the JMS Point-to-Point samp
                      </tr>
                      <tr>
                         <td colspan="1">InitialContextFactory</td>
-                        
<td>org.activemq.jndi.ActiveMQInitialContextFactory</td>
+                        
<td>org.apache.activemq.jndi.ActiveMQInitialContextFactory</td>
                         <td>The standard InitialContextFactory for Active 
MQ</td>
                     </tr>
                     <tr>
                         <th colspan="3"> Properties</th>
                     </tr>
                     <tr>
-                        <td colspan="1">providerURL</td>
-                        <td>tcp://localhost:61616</td>
-                        <td>This defines the URL of the active mq messaging 
system.</td>
-                    </tr>
-                    <tr>
-                        <td>queue.Q.REQ</td>
+                        <td colspan="1">queue.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 colspan="1">queue.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>
+                    <tr>
+                        <th colspan="3">Provider URL</th>
+                    </tr>
+                    <tr>
+                        <td colspan="1">Provider URL</td>
+                        <td>tcp://localhost:61616</td>
+                        <td>This defines the URL of the active mq messaging 
system.</td>
+                    </tr>
                 </table>
             </p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to