You can try using dynamic to ( http://camel.apache.org/how-to-use-a-dynamic-uri-in-to.html) to set timeout option from header.
Best regards, Vitalii Tymchyshyn Ср, 17 серп. 2016 10:45 користувач dcparga <[email protected]> пише: > Hi all, > > I'm trying to implement a seda route to handle rest calls asynchronously. > The point is, that I would like to handle different timeouts per call, > which > leads the problem to be able to change the timeout of the seda route using > a > parameter on the HTTP header. As far as I know, the timeout it's only set > when the route is created, and the purpose of these APIs are for a high > performance service, it's not a solution to stop and start the route for > every single call, so, my ideal approach would be to be able to change the > timeout dynamically accessing to the endpoint through the context. > > If I'm missing something, or there is an existing solution for this > problem, > please let me know and excuse me. > > Thank you > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-SEDA-timeout-Update-it-at-runtime-tp5786538.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
