[jboss-jira] [JBoss JIRA] Closed: (JBESB-372) Basic splitter

Kurt Stam (JIRA) jira-events at jboss.com
Wed Jan 31 03:52:23 EST 2007


     [ http://jira.jboss.com/jira/browse/JBESB-372?page=all ]

Kurt Stam closed JBESB-372.
---------------------------

    Resolution: Done

Both the StaticRouter and ContentBasedRouter can be configured to work as a splitter for the Aggregator.
by adding the process="split" attribute:

<action process="split" class="org.jboss.soa.esb.actions.StaticRouter" name="StaticRouter">
                    <property name="destinations">
                        <!-- send 2 copies straight to the aggregator -->
                        <route-to service-category="Aggregation" service-name="Aggregrator" />
                        <route-to service-category="Aggregation" service-name="Aggregrator" />
                    </property> 
                </action>

> Basic splitter
> --------------
>
>                 Key: JBESB-372
>                 URL: http://jira.jboss.com/jira/browse/JBESB-372
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Content Based Routing
>    Affects Versions: 4.0 CR2
>            Reporter: Mark Little
>         Assigned To: Kurt Stam
>            Priority: Optional
>             Fix For: 4.0
>
>
> Driven by config and Java.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list