11.8. Regex を使用したコンテンツベースのルーティングのインラインルールの定義
jboss-esb.xmlファイルを開き、cbrAlias プロパティーをRegexに設定します。route-to設定でルーティングルールを定義します。(これらはコンテナーの宛先プロパティーにあります。)<action class="org.jboss.soa.esb.actions.ContentBasedRouter" name="ContentBasedRouter"> <property name="cbrAlias" value="Regex"/> <property name="destinations"> <route-to service-category="BlueTeam" service-name="GoBlue" expression="#*111#*" /> <route-to service-category="RedTeam" service-name="GoRed" expression="#*222#*" /> <route-to service-category="GreenTeam" service-name="GoGreen" expression="#*333#*" /> </property> </action>