[jboss-svn-commits] JBL Code SVN: r34569 - labs/jbossesb/trunk/product/docs/Administration_Guide/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 6 05:41:49 EDT 2010


Author: kevin.conner at jboss.com
Date: 2010-08-06 05:41:49 -0400 (Fri, 06 Aug 2010)
New Revision: 34569

Modified:
   labs/jbossesb/trunk/product/docs/Administration_Guide/en-US/jBPM_Console.xml
Log:
Added documentation for the jBPM hornetq inflow: JBESB-3377

Modified: labs/jbossesb/trunk/product/docs/Administration_Guide/en-US/jBPM_Console.xml
===================================================================
--- labs/jbossesb/trunk/product/docs/Administration_Guide/en-US/jBPM_Console.xml	2010-08-06 09:37:35 UTC (rev 34568)
+++ labs/jbossesb/trunk/product/docs/Administration_Guide/en-US/jBPM_Console.xml	2010-08-06 09:41:49 UTC (rev 34569)
@@ -32,8 +32,8 @@
             and Scheduler services, distinct from those offered natively by
             jBPM. In addition to the standard jBPM configurations we now
             also support a JMS based Message Service, driven using JCA
-            inflow, and two additional Scheduling Services, based on JBoss
-            Messaging and quartz.
+            inflow, and three additional Scheduling Services, based on JBoss
+            Messaging, hornetq and quartz.
         </para>
         
         <para>
@@ -61,13 +61,18 @@
         <orderedlist>
             <listitem>
                 <para>
-                    jbpm.esb/config/jmsscheduler for configuring the JMS
-                    message service and a JBoss Messaging based scheduler
-                    service 
+                    jbpm.esb/config/hornetqscheduler for configuring the hornetq
+                    based message and scheduler services
                 </para>
             </listitem>
             <listitem>
                 <para>
+                    jbpm.esb/config/jmsscheduler for configuring the JBoss
+                    Messaging based message and scheduler services
+                </para>
+            </listitem>
+            <listitem>
+                <para>
                     jbpm.esb/config/quartzscheduler for configuring the JMS
                     message service and a quartz based scheduler service.
                 </para>
@@ -79,9 +84,9 @@
        used to replace the active configurations within the jbpm.esb
        directory, remembering to remove the .config suffix from each. It
        should also be noted that only one of the quartz message queue
-       service definitions should be used, either jbm-queue-service.xml or
-       jbmq-queue-service.xml, depending on which JMS implementation is
-       currently in use.
+       service definitions should be used, either hornetq-jms.xml,
+       jbm-queue-service.xml or jbmq-queue-service.xml, depending on which
+       JMS implementation is currently in use.
     </para>
     
   



More information about the jboss-svn-commits mailing list