Arggh I feel like a bloody idiot but I was correct in the sense that it was something simple...
which version supports
.pollEnrich(simple("${body}"), 5000)
but
.pollEnrich().simple("${body}").timeout(5000)
i was sidetracked by
.pollEnrich().simple("${body}").setTimeout(5000)
works fine, thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/pollenrich-with-timeout-and-dynamic-uri-tp5776324p5776335.html
Sent from the Camel - Users mailing list archive at Nabble.com.
