[hornetq-commits] JBoss hornetq SVN: r9023 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 31 06:38:37 EDT 2010


Author: ataylor
Date: 2010-03-31 06:38:37 -0400 (Wed, 31 Mar 2010)
New Revision: 9023

Modified:
   trunk/docs/user-manual/en/persistence.xml
Log:
added jms journal section

Modified: trunk/docs/user-manual/en/persistence.xml
===================================================================
--- trunk/docs/user-manual/en/persistence.xml	2010-03-31 10:33:42 UTC (rev 9022)
+++ trunk/docs/user-manual/en/persistence.xml	2010-03-31 10:38:37 UTC (rev 9023)
@@ -81,6 +81,13 @@
             <para>The bindings journal is always a NIO journal as it is typically low throughput
                 compared to the message journal.</para>
         </listitem>
+       <listitem>
+            <para>JMS journal.</para>
+            <para>This journal instance stores all JMS related data, This is basically any JMS Queues, Topics and Connection
+               Factories and any JNDI bindings for these resources.</para>
+            <para>Any JMS Resources created via the management API will be persisted to this journal. Any resources
+               configured via configuration files will not. The JMS Journal will only becreated if JMS is being used.</para>
+        </listitem>
         <listitem>
             <para>Message journal.</para>
             <para>This journal instance stores all message related data, including the message
@@ -116,6 +123,10 @@
             </listitem>
         </itemizedlist>
     </section>
+   <section id="configuring.bindings.jms">
+        <title>Configuring the jms journal</title>
+        <para>The jms config shares its configuration with the bindings journal.</para>
+    </section>
     <section id="configuring.message.journal">
         <title>Configuring the message journal</title>
         <para>The message journal is configured using the following attributes in <literal



More information about the hornetq-commits mailing list