[jboss-svn-commits] JBL Code SVN: r34486 - in labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US: OOB-Actions and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 3 14:04:02 EDT 2010


Author: dward
Date: 2010-08-03 14:04:02 -0400 (Tue, 03 Aug 2010)
New Revision: 34486

Modified:
   labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml
   labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US/Other_Components.xml
Log:
Added documentation per JBESB-3411 ( https://jira.jboss.org/browse/JBESB-3411 ).


Modified: labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml
===================================================================
--- labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml	2010-08-03 17:04:21 UTC (rev 34485)
+++ labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml	2010-08-03 18:04:02 UTC (rev 34486)
@@ -653,6 +653,44 @@
                     <entry></entry>
                 </row>
 
+				<row>
+					<entry><property>ruleAuditType</property></entry>
+					<entry>
+						<para>
+						Optional property to have Drools perform audit
+						logging.  The log can be read into the Drools Eclipse
+						plugin and inspected.  Valid values are CONSOLE, FILE and
+						THREADED_FILE.  The default is that no audit logging will
+						be performed.
+						</para>
+					</entry>
+				</row>
+
+				<row>
+					<entry><property>ruleAuditFile</property></entry>
+					<entry>
+						<para>
+						Optional property to define the filepath for audit
+						logging.  Only applies to FILE or THREADED_FILE
+						ruleAuditType.  The default is "event".  Note that JBoss
+						Drools will append ".log" for you.  The default location
+						for this file is "." - the current working directory
+						(which for JBoss is in its bin/ directory).
+						</para>
+					</entry>
+				</row>
+
+				<row>
+					<entry><property>ruleAuditInterval</property></entry>
+					<entry>
+						<para>
+						Optional property to define how often to flush audit
+						events to the audit log.  Only applies to the THREADED_FILE
+						ruleAuditType.  The default is 1000 (milliseconds).
+						</para>
+					</entry>
+				</row>
+
                 <row>
                     <entry><property>destinations</property></entry>
                     <entry>

Modified: labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US/Other_Components.xml
===================================================================
--- labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US/Other_Components.xml	2010-08-03 17:04:21 UTC (rev 34485)
+++ labs/jbossesb/trunk/product/docs/Programmers_Guide/en-US/Other_Components.xml	2010-08-03 18:04:02 UTC (rev 34486)
@@ -94,7 +94,7 @@
 			over where messages go based on content, time-of-day etc. The
 			Content-based Routing mechanism within JBossESB can be used to
 			route Messages based on arbitrarily complex rules, which can be
-			defined within XPath or JBoss Rules (Drools) notation.
+			defined within XPath or Drools notation.
 		</para>
 			
     </section>



More information about the jboss-svn-commits mailing list