Hi,
Do you think it might be possible to add regex support on the <header-value-router> tag ?
Like instead of :
The following would be nice (just an example):Code:<int:header-value-router header-name="myHeader" input-channel="inputChannel" > <int:mapping value="TPA123" channel="tpa" /> <int:mapping value="TPA124" channel="tpa" /> <int:mapping value="TPA255" channel="tpa" /> <int:mapping value="CFU100" channel="cfu" /> <int:mapping value="CFU210" channel="cfu" /> </int:router>
Should I create a JIRA about that or do you see any drawback of this solution?Code:<int:header-value-router header-name="myHeader" input-channel="inputChannel" > <int:mapping value="TPA.*" channel="tpa" /> <int:mapping value="CFU\d+" channel="cfu" /> </int:router>
Thank you.


Reply With Quote
