[jboss-cvs] JBoss Messaging SVN: r7993 - projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_8/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 30 20:36:25 EDT 2010


Author: laubai
Date: 2010-03-30 20:36:25 -0400 (Tue, 30 Mar 2010)
New Revision: 7993

Modified:
   projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_8/en-US/configuration.xml
Log:
JBPAPP-2059 Added system properties section to JBoss Messaging User Guide.

Modified: projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_8/en-US/configuration.xml
===================================================================
--- projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_8/en-US/configuration.xml	2010-03-31 00:20:58 UTC (rev 7992)
+++ projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_8/en-US/configuration.xml	2010-03-31 00:36:25 UTC (rev 7993)
@@ -39,30 +39,8 @@
     </para>  
   </warning>
 
-  <section id="properties">
-    <title>System Properties used by JBoss Messaging</title>
 
-      <section id="properties.supportBytesId">
-        <title>support.bytesId</title>
 
-        <para>This system property controls the default behavior when constructing a JBossMessage object from a foreign message object. If set to true, the JBossMessage constructor
-        will try to extract the native byte[] correlation ID from the foreign message headers. If set to false, it will use the normal string type JMSCorrelationID. If this system property is absent or
-        is given some value other than 'true' and 'false', it will defaults to 'true'.</para>
-      </section>
-
-      <section id="properties.retainOldxabehaviour">
-      <title>retain.oldxabehaviour</title>
-
-        <para>This system property controls what kind of exception a JMS XAResource throws when the prepare is called after the connection is broken. If this property is not defined, an XAException with XA_RBCOMMFAIL error code will be thrown. If this propertie is defined, an XAException with XA_RETRY error code will be thrown instead. JBM by default doesn't define this property.</para>
-      </section>
-
-      <section id="properties.mapmessagesupportnullobject">
-      <title>mapmessage.support.null.object</title>
-
-        <para>This system property, once defined, allows null values in MapMessage.setObject(String key, Object value). JBM by default doesn't define this property, which means passing null values to the setObject() method will cause a MessageFormatException to be thrown.</para>
-      </section>
-  </section> 
-
   <section id="conf.serverpeer">
     <title>Configuring the ServerPeer</title>
 
@@ -1508,6 +1486,30 @@
 </section>
     <!-- end conf.preconf.destinations -->
 
+  <section id="properties">
+    <title>System Properties used by JBoss Messaging</title>
+
+      <section id="properties.supportBytesId">
+        <title>support.bytesId</title>
+
+        <para>This system property controls the default behavior when constructing a JBossMessage object from a foreign message object. If set to true, the JBossMessage constructor
+        will try to extract the native byte[] correlation ID from the foreign message headers. If set to false, it will use the normal string type JMSCorrelationID. If this system property is absent or
+        is given some value other than 'true' and 'false', it will defaults to 'true'.</para>
+      </section>
+
+      <section id="properties.retainOldxabehaviour">
+      <title>retain.oldxabehaviour</title>
+
+        <para>This system property controls what kind of exception a JMS XAResource throws when the prepare is called after the connection is broken. If this property is not defined, an XAException with XA_RBCOMMFAIL error code will be thrown. If this propertie is defined, an XAException with XA_RETRY error code will be thrown instead. JBM by default doesn't define this property.</para>
+      </section>
+
+      <section id="properties.mapmessagesupportnullobject">
+      <title>mapmessage.support.null.object</title>
+
+        <para>This system property, once defined, allows null values in MapMessage.setObject(String key, Object value). JBM by default doesn't define this property, which means passing null values to the setObject() method will cause a MessageFormatException to be thrown.</para>
+      </section>
+  </section> 
+
     <section id="conf.destination.queue">
       <title>Configuring queues</title>
 




More information about the jboss-cvs-commits mailing list