[jboss-svn-commits] JBL Code SVN: r9191 - labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 31 04:06:52 EST 2007


Author: kurt.stam at jboss.com
Date: 2007-01-31 04:06:52 -0500 (Wed, 31 Jan 2007)
New Revision: 9191

Modified:
   labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions/AggregatorTest.xml
Log:
Adding comments

Modified: labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions/AggregatorTest.xml
===================================================================
--- labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions/AggregatorTest.xml	2007-01-31 09:01:46 UTC (rev 9190)
+++ labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions/AggregatorTest.xml	2007-01-31 09:06:52 UTC (rev 9191)
@@ -49,6 +49,7 @@
                   <action class="org.jboss.soa.esb.actions.Aggregator" name="Aggregator">
                       <property name="timeoutInMillies" value="10000"/>
                   </action>
+                  <!-- add transformation action to aggregate the attachments into 1 message -->
               </actions> 
           </service>
           <service 
@@ -67,7 +68,8 @@
                 </action>
                 <action process="split" class="org.jboss.soa.esb.actions.StaticRouter" name="StaticRouter">
                     <property name="destinations">
-                        <!-- send 2 copies straight to the aggregator -->
+                        <!-- send 2 copies straight to the aggregator, in reality you would route
+                        them through maybe a transformer and another service first -->
                         <route-to service-category="Aggregation" service-name="Aggregrator" />
                         <route-to service-category="Aggregation" service-name="Aggregrator" />
                     </property> 




More information about the jboss-svn-commits mailing list