[hornetq-commits] JBoss hornetq SVN: r9316 - projects/jopr-plugin/trunk/src/resources/META-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 15 05:41:51 EDT 2010


Author: ataylor
Date: 2010-06-15 05:41:51 -0400 (Tue, 15 Jun 2010)
New Revision: 9316

Modified:
   projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml
Log:
fixed descriptions for connection factory creation template

Modified: projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml
===================================================================
--- projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml	2010-06-15 09:07:10 UTC (rev 9315)
+++ projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml	2010-06-15 09:41:51 UTC (rev 9316)
@@ -494,10 +494,10 @@
                   <c:description>comma-separated list of JNDI bindings (use '&amp;comma;' if u need to use commas in your jndi name)</c:description>
                </c:simple-property>
                <c:simple-property name="dla" displayName="Dead Letter Address" required="false">
-                  <c:description>The address to route messages to once the message has been delivered more than the configured number of times. This is specified by 'Max Delivery Attempts'</c:description>
+                  <c:description>The address to route messages to once the message has been delivered more than the configured number of times. This is specified by 'Max Delivery Attempts'. The default is no DLA</c:description>
                </c:simple-property>
                <c:simple-property name="expiryAddress" displayName="Expiry Address" required="false">
-                  <c:description>The Address to route messages to once they have expired.</c:description>
+                  <c:description>The Address to route messages to once they have expired. The default id no expiry address</c:description>
                </c:simple-property>
                <c:simple-property name="maxSize" default="-1" type="integer" displayName="Max Size of Address"
                                   required="true">
@@ -505,7 +505,7 @@
                </c:simple-property>
                <c:simple-property name="pageSize" default="10485760" type="integer" displayName="Page Size"
                                   required="true">
-                  <c:description>The point at which messages will be paged on an Address</c:description>
+                  <c:description>The size in bytes an address can reach before paging occurs</c:description>
                </c:simple-property>
                <c:simple-property name="maxDeliveryAttempts" type="integer" default="10"
                                   displayName="Max Delivery Attempts" required="true">
@@ -529,7 +529,7 @@
                </c:simple-property>
                <c:simple-property name="addressFullMessagePolicy" default="PAGE" type="string"
                                   displayName="Address Full Message Policy" required="true">
-                  <c:description>The policy to use when this Address is full. PAGE means that the message will be paged, DROP means that messages are just droppoed and BLOCK means that the client will block on send until the queue clears some messages</c:description>
+                  <c:description>The policy to use when this Address is full. PAGE means that the message will be paged, DROP means that messages are just dropped and BLOCK means that the client will block on send until the queue clears some messages</c:description>
                   <c:property-options>
                      <c:option name="PAGE" value="PAGE"/>
                      <c:option name="DROP" value="DROP"/>
@@ -614,45 +614,45 @@
                   default="org.hornetq.integration.transports.netty.NettyConnectorFactory"
                   readOnly="true" required="false"
                   displayName="Connectors to live servers">
-                  <c:description>comma-separated list of class names to connect to live servers</c:description>
+                  <c:description>comma-separated list of class names to connect to live servers, default id 'org.hornetq.core.remoting.impl.netty.NettyConnectorFactory'.</c:description>
                </c:simple-property>
                <c:simple-property name="liveTransportParams"
                   default="{host=localhost,port=5445}"
                   readOnly="true" required="false"
                   displayName="Parameters for connectors to live servers">
-                  <c:description>comma-separated list of key=value parameters for the live connectors ( enclosed between { })</c:description>
+                  <c:description>comma-separated list of key=value parameters for the live connectors ( enclosed between { }), default is {host=localhost,port=5445}.</c:description>
                </c:simple-property>
                <c:simple-property name="backupTransportClassNames"
                   required="false" readOnly="true"
                   displayName="Connectors to backup servers">
-                  <c:description>comma-separated list of class names to connect to backup servers</c:description>
+                  <c:description>comma-separated list of class names to connect to backup servers, default is no backup connectors.</c:description>
                </c:simple-property>
                <c:simple-property name="backupTransportParams"
                   required="false" readOnly="true"
                   displayName="Parameters for connectors to backup servers">
-                  <c:description>comma-separated list of key=value parameters for the backup connectors ( enclosed between { })</c:description>
+                  <c:description>comma-separated list of key=value parameters for the backup connectors ( enclosed between { }), default is no backup params. NB these must match 'Connectors to backup servers', 1 for each entry.</c:description>
                </c:simple-property>
                <c:simple-property name="DiscoveryAddress"
                   required="false"
                   readOnly="true"
                   displayName="Discovery Address">
-                  <c:description>the address to listen to discover which connectors this connection factory can use</c:description>
+                  <c:description>the address to listen to discover which connectors this connection factory can use. NB this is used instead of static connectors, i.e. setting 'Connectors to backup servers'.</c:description>
                </c:simple-property>
                <c:simple-property name="DiscoveryPort"
                   readOnly="true"
                   default="0" type="integer"
                   displayName="Discovery Port">
-                  <c:description>port to listen to discover which connectors this connection factory can use</c:description>
+                  <c:description>port to listen on to discover which connectors this connection factory can use</c:description>
                </c:simple-property>
                <c:simple-property name="DiscoveryRefreshTimeout"
                   default="10000" type="long"
                    displayName="Discovery Refresh Timeout">
-                   <c:description>refresh timeout for discovered HornetQ servers</c:description>
+                   <c:description>refresh timeout for discovered HornetQ servers in milli seconds.</c:description>
                 </c:simple-property>
                <c:simple-property name="DiscoveryInitialWaitTimeout"
                    default="2000" type="long"
                    displayName="Discovery Initial Wait Timeout">
-                   <c:description>initial wait timeout if this connection factory is configured to use discovery </c:description>
+                   <c:description>initial wait timeout if this connection factory is configured to use discovery, in milliseconds. </c:description>
                 </c:simple-property>
                <c:simple-property name="ClientID"
                   required="false"
@@ -672,7 +672,7 @@
                <c:simple-property name="ClientFailureCheckPeriod"
                   default="30000" type="long"
                   displayName="Client Failure Check Period">
-                  <c:description>period used to check if a client has failed to receive pings from the serve</c:description>
+                  <c:description>period used, in milli seconds to check if a client has failed to receive pings from the server</c:description>
                </c:simple-property>
                <c:simple-property name="ConnectionTTL"
                    default="60000" type="long"
@@ -692,22 +692,22 @@
                <c:simple-property name="ConsumerMaxRate"
                   default="-1" type="integer"
                   displayName="Consumer Max Rate">
-                  <c:description>maximum rate of message consumption (in messages per seconds)</c:description>
+                  <c:description>maximum rate of message consumption (in messages per seconds), -1 means no rate set.</c:description>
                </c:simple-property>
                <c:simple-property name="ConfirmationWindowSize"
                   default="-1" type="integer"
                   displayName="Confirmation Window Size">
-                  <c:description>size (in bytes) for the confirmation window of clients using this connection factory</c:description>
+                  <c:description>size (in bytes) for the confirmation window of clients using this connection factory, -1 means no window.</c:description>
                </c:simple-property>
                <c:simple-property name="ProducerMaxRate"
                   default="-1" type="integer"
                   displayName="Producer Max Rate">
-                  <c:description>maximum rate of message production (in messages per seconds)</c:description>
+                  <c:description>maximum rate of message production (in messages per seconds), -1 means no rate set.</c:description>
                </c:simple-property>
                <c:simple-property name="ProducerWindowSize"
                   default="65536" type="integer"
                   displayName="Producer Window Size">
-                  <c:description>window size (in bytes) used for producer flow control</c:description>
+                  <c:description>window size (in bytes) used for producer flow control, -1 means no window.</c:description>
                </c:simple-property>
                <c:simple-property name="CacheLargeMessagesClient"
                   default="false" type="boolean"
@@ -717,22 +717,22 @@
                <c:simple-property name="MinLargeMessageSize"
                   default="102400" type="integer"
                   displayName="Minimum Large Message Size">
-                  <c:description>message size threshold (in bytes) to treat messages as large messages</c:description>
+                  <c:description>message size threshold (in bytes) before treating messages as large messages</c:description>
                </c:simple-property>
                <c:simple-property name="BlockOnNonDurableSend"
                   default="false" type="boolean"
                   displayName="Block On Non Durable Send">
-                  <c:description>whether producers will block while sending non-durable messages or do it asynchronously</c:description>
+                  <c:description>whether producers will block while sending non-durable messages or send them asynchronously</c:description>
                </c:simple-property>
                <c:simple-property name="BlockOnAcknowledge"
                   default="false" type="boolean"
                   displayName="Block On Acknowledge">
-                  <c:description>whether consumers will block while sending message acknowledgements or do it asynchronously</c:description>
+                  <c:description>whether consumers will block while sending message acknowledgements or send them asynchronously</c:description>
                </c:simple-property>
                <c:simple-property name="BlockOnDurableSend"
                   default="true" type="boolean"
                   displayName="Block On Durable Send">
-                  <c:description>whether producers will block while sending persistent messages or do it asynchronously</c:description>
+                  <c:description>whether producers will block while sending persistent messages or send them asynchronously</c:description>
                </c:simple-property>
                <c:simple-property name="AutoGroup"
                   default="false" type="boolean"
@@ -777,13 +777,13 @@
                <c:simple-property name="ThreadPoolMaxSize"
                   default="-1" type="integer"
                   displayName="Thread Pool Max Size">
-                  <c:description>maximum size of the thread pool</c:description>
+                  <c:description>maximum size of the thread pool, -1 means unlimited</c:description>
                </c:simple-property>
                <c:simple-property name="GroupID"
                   default="false" type="boolean"
                   required="false"
                   displayName="Group ID">
-                  <c:description>group ID that will be eventually set on each message</c:description>
+                  <c:description>group ID that will be eventually set on each message, default is false.</c:description>
                </c:simple-property>
                <c:simple-property name="InitialMessagePacketSize" 
                   default="1500" type="integer"



More information about the hornetq-commits mailing list