Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
we have ESB route that looks for file on FTP, I want to FTP configuration to come dynamically from database instead of job context.
we can use tContextload in DI to do this, how can we do this in ESB?
This is complicated, but very doable. I use this method. I think it is best described here: http://edwardost.github.io/cloud/platform/soa/2015/05/14/Working-with-Property-Placeholders-in-Talen...
Thanks @rhall that helps a lot, I will try that & let you know feedback.