[jboss-dev-forums] [JBoss ESB Development] - Re: XPath Routing
tfennelly
do-not-reply at jboss.com
Tue Sep 22 12:36:55 EDT 2009
So how about calling this new attribute "cbrAlias", with supported values of "Drools" (default) and "XPath".
Something like:
<action class="org.jboss.soa.esb.actions.ContentBasedRouter" name="ContentBasedRouter">
| <property name="cbrAlias" value="XPath"/>
| <property name="ruleSet" value="..."/>
| <property name="ruleLanguage" value="..."/>
| <property name="ruleReload" value="true"/>
| <property name="destinations">
| <route-to destination-name="blue" service-category="BlueTeam" service-name="GoBlue" />
| <route-to destination-name="red" service-category="RedTeam" service-name="GoRed" />
| <route-to destination-name="green" service-category="GreenTeam" service-name="GoGreen" />
| </property>
| </action>
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256460#4256460
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256460
More information about the jboss-dev-forums
mailing list