I'm new here (it's my first question). I would like to configure a timeout so if one of the endpoint on the route takes longer camel will throw an exception or will provide control otherwise. It seems that such an issue was considered in the past:
I wonder if a simple interceptor (e.g. one that will wrap the endpoint with multicast with a timeout) may do the job, or what are the problems with this of approach (ofcourse a real solution will do it lighter than using multicast, but the same idea).
Thanks, Sagi