Hi,I have a java route which uses the aggregate. I would like to make the completionTimeout configurable via properties. What I already tried is to set the timeout with the simple language, but then I get an error, that the value is not allowed. How could I manage to make the timeout configurable. Is there a header I can set like
setHeader("camelCompletionTimeout").simple("${properties:completionTimeout}") regards, Marco