I need to be able to specify the send timeout for a header enricher.
I am using Spring integration 1.0.4 that had the XSD changed to allow specifying of send timeouts for various elements (see http://jira.springframework.org/browse/INT-779)
However the send-timeout attribute does not seem to be supported for the <header-enricher> element. I get an exception saying that it's not supported when I try to do so in my spring config.
Thanks.


Reply With Quote