spring-integration
spring-integration copied to clipboard
Consider Adding a DynamicSessionFactory
Questions about dynamic (S)FTP destinations come up a lot (example: https://stackoverflow.com/questions/54925614/setting-sftp-configuration-property-value-by-using-respective-message-header-key).
The dynamic-ftp sample app is a reasonable solution, but we could consider adding a DynamicSessionFactory interface and implementations that can handle the situation with less complexity for the user.
See https://jira.spring.io/browse/INT-3205 for more info.