Hello camel users, I have a spring DSL defined route and a properties file, where i have defined let's say some FTP connection endpoints. the properties file looks like this: ftp1=ftp://[email protected]=ftp://[email protected]...... and i have a header ftp.enpoint=ftp1 I would like to get one of the value based on a header value and use that in a <toD uri="{{${headers.ftp.endpoint}}"/>
Is it possible? Regards,Laji
