replaced custom router with header-value-router (now that the 'apply-sequence' attribute is supported)

This commit is contained in:
Mark Fisher
2010-05-08 23:56:42 +00:00
parent bd5fadf6d0
commit ca68a053bb

View File

@@ -30,8 +30,7 @@
</header-enricher>
</chain>
<router id="bankRecipientListRouter" input-channel="banksDistributionChannel"
expression="headers['BANKS']" apply-sequence="true"/>
<header-value-router input-channel="banksDistributionChannel" header-name="BANKS" apply-sequence="true"/>
<!-- Messages are sent to the banks via bank channels and will be received and processed by an aggregator -->