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://test1@host.comftp2=ftp://te...@host1.com...... 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