Author: jstrachan
Date: Mon Jun 12 07:04:23 2006
New Revision: 413656

URL: http://svn.apache.org/viewvc?rev=413656&view=rev
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/activemq-performance-module-users-manual.html

Modified: incubator/activemq/site/activemq-performance-module-users-manual.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/activemq-performance-module-users-manual.html?rev=413656&r1=413655&r2=413656&view=diff
==============================================================================
--- incubator/activemq/site/activemq-performance-module-users-manual.html 
(original)
+++ incubator/activemq/site/activemq-performance-module-users-manual.html Mon 
Jun 12 07:04:23 2006
@@ -304,13 +304,13 @@
 <TABLE class="confluenceTable"><TBODY>
 <TR>
 <TH class="confluenceTh"> Configuration Key </TH>
-<TH class="confluenceTh"> Default Value<BR clear="all"> </TH>
+<TH class="confluenceTh"> Default Value <BR clear="all"> </TH>
 <TH class="confluenceTh"> Description </TH>
 </TR>
 <TR>
-<TD class="confluenceTd"> sysTest.clientName<BR clear="all"> </TD>
-<TD class="confluenceTd"> &lt;system specific&gt;<BR clear="all"> </TD>
-<TD class="confluenceTd"> Specifies the client name prefix that will be use 
for each system. By default it will use JmsConsumer for consumer systems, and 
JmsProducer for producer systems.<BR clear="all"> </TD>
+<TD class="confluenceTd"> sysTest.clientName <BR clear="all"> </TD>
+<TD class="confluenceTd"> &lt;system specific&gt; <BR clear="all"> </TD>
+<TD class="confluenceTd"> Specifies the client name prefix that will be use 
for each system. By default it will use JmsConsumer for consumer systems, and 
JmsProducer for producer systems. This will overwrite settings used to 
configure each individual client using consumer.clientName and 
producer.clientName. <BR clear="all"> </TD>
 </TR>
 <TR>
 <TD class="confluenceTd"> sysTest.numClients </TD>
@@ -339,18 +339,14 @@
 <TD class="confluenceTd"> The directory where the sampler report will be 
saved. </TD>
 </TR>
 <TR>
-<TD class="confluenceTd"> sysTest.reportName<BR clear="all"> </TD>
+<TD class="confluenceTd"> sysTest.reportName <BR clear="all"> </TD>
 <TD class="confluenceTd"> &lt;system specific&gt; </TD>
-<TD class="confluenceTd"> The default filename the sampler report will be 
saved us. There is usually no need to set this setting as the default value 
will create either JmsProducer_Client#<EM>Dest#</EM>&lt;Dest Distro&gt;.xml and 
JmsConsumer_Client#<EM>Dest#</EM>&lt;Dest Distro&gt;.xml, where # represents 
the number of clients and destinations set for that system, and &lt;Dest 
Distro&gt; specifies the destination distribution for the system.<BR 
clear="all"> </TD>
+<TD class="confluenceTd"> The default filename the sampler report will be 
saved us. There is usually no need to set this setting as the default value 
will create either JmsProducer_Client#<EM>Dest#</EM>&lt;Dest Distro&gt;.xml and 
JmsConsumer_Client#<EM>Dest#</EM>&lt;Dest Distro&gt;.xml, where # represents 
the number of clients and destinations set for that system, and &lt;Dest 
Distro&gt; specifies the destination distribution for the system. <BR 
clear="all"> </TD>
 </TR>
 <TR>
-<TD class="confluenceTd"> sysTest.reportType<BR clear="all"> </TD>
+<TD class="confluenceTd"> sysTest.reportType <BR clear="all"> </TD>
 <TD class="confluenceTd"> xml </TD>
-<TD class="confluenceTd"> Specifies the manner of generating the performance 
report. Available values are:* &apos;xml&apos; - Write the performance report 
into an xml file. Specified by reportDirectory and reportName. A verbose 
summary will also be displayed at the end of the test.
-<UL>
-       <LI>&apos;verbose&apos; - All information will be written to the 
standard output, which includes settings, sampler data, and performance 
summary.</LI>
-</UL>
-</TD>
+<TD class="confluenceTd"> Specifies the manner of generating the performance 
report. Available values are:* &apos;xml&apos; - Write the performance report 
into an xml file. Specified by reportDirectory and reportName. A verbose 
summary will also be displayed at the end of the test.* &apos;verbose&apos; - 
All information will be written to the standard output, which includes 
settings, sampler data, and performance summary. </TD>
 </TR>
 </TBODY></TABLE>
 <P><SUP>1</SUP> <B>Note</B>: If the number of destinations is less than the 
number of clients and the distribution type is either &apos;equal&apos; or 
&apos;divide&apos;, each client will send/receive from only one destination, 
distributing the destinations among the clients. i.e. if there are 5 producers 
and 2 destinations, 3 producers will send to destination 1, and 2 producers 
will send to destination 2. Also, a consumer can only receive from a single 
destination, unless composite destination is supported and specified.</P>
@@ -391,6 +387,11 @@
 </TD>
 </TR>
 <TR>
+<TD class="confluenceTd"> producer.clientName <BR clear="all"> </TD>
+<TD class="confluenceTd"> null </TD>
+<TD class="confluenceTd"> Specifies the client name of the JMS Producer. </TD>
+</TR>
+<TR>
 <TD class="confluenceTd"> producer.destName </TD>
 <TD class="confluenceTd"> TEST.FOO </TD>
 <TD class="confluenceTd"> The prefix of the destination name to use. To 
specify a queue, prefix the destination name with &apos;queue://&apos;, for 
topics, prefix the destination with &apos;topic://&apos;. If no prefix is 
specified, a topic will be created. </TD>
@@ -476,6 +477,11 @@
 </TD>
 </TR>
 <TR>
+<TD class="confluenceTd"> consumer.clientName <BR clear="all"> </TD>
+<TD class="confluenceTd"> null/JMSConsumer </TD>
+<TD class="confluenceTd"> Specifies the client name of the JMS consumer. The 
default value is null for non-durable subscriber, and JMSConsumer for durable 
subscriber. <BR clear="all"> </TD>
+</TR>
+<TR>
 <TD class="confluenceTd"> consumer.destName </TD>
 <TD class="confluenceTd"> TEST.FOO </TD>
 <TD class="confluenceTd"> The prefix of the destination name to use. To 
specify a queue, prefix the destination name with &apos;queue://&apos;, for 
topics, prefix the destination with &apos;topic://&apos;. If no prefix is 
specified, a topic will be created. </TD>
@@ -506,11 +512,6 @@
 <TD class="confluenceTd"> If true, asynchronously receive messages using the 
onMessage() method, otherwise use the receive() method. </TD>
 </TR>
 <TR>
-<TD class="confluenceTd"> consumer.consumerName </TD>
-<TD class="confluenceTd"> TestConsumerClient </TD>
-<TD class="confluenceTd"> Prefix that will be use for the subscription of the 
consumer. Generally used for durable subscriber. </TD>
-</TR>
-<TR>
 <TD class="confluenceTd"> consumer.recvType </TD>
 <TD class="confluenceTd"> time </TD>
 <TD class="confluenceTd"> Receive either time-based or message-count-based. 
Available values are:
@@ -677,7 +678,7 @@
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=aco";>Adrian
 Co</A>,
     last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=aco";>Adrian
 Co</A> on Jun 12, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8591&originalId=8703";>view
 change</A>)
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8591&originalId=8706";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=8591";>edit 
page</A>)
     </DIV>


Reply via email to