It seems that the header-value-router only supports headers of type String.
I have a jms header, specifically springintegration_jms_redelivered which is a Boolean, that I would like to route on.
I can write my own router bean easily enough but I was wondering if there were any plans to modify the header-value-router which I think ends up at HeaderValueRouter.java to support more header types that just String
Thanks
Keith


Reply With Quote
