Spring 集成 - FTP 不适用于 OpenShift
Spring Integration - FTP is not working with OpenShift
我使用了 Spring Integration FTP to copy files from an FTP server to local and processing it. It is working fine with local using Spring Boot 和 Spring 集成,但我已经在 OpenShift 中部署了应用程序,但它没有寻找 FTP 文件。
例如:
In local FileReadingMessageSource is getting invoked
[task-scheduler-5] o.s.i.file.FileReadingMessageSource : Created message: [GenericMessage [payload=file-temp\abcd.xml, headers={id=30e5289a-aba6-19db-1d81-3036fca251b0, timestamp=1464675579294}]]
但在 OpenShift 中没有调用它。是否需要任何特殊配置才能工作?
根据 Linux 团队,OpenShift 不支持 FTP 客户端,并且无法 运行 FTP 使用 Spring OpenShift 中的集成.
我使用了 Spring Integration FTP to copy files from an FTP server to local and processing it. It is working fine with local using Spring Boot 和 Spring 集成,但我已经在 OpenShift 中部署了应用程序,但它没有寻找 FTP 文件。
例如:
In local FileReadingMessageSource is getting invoked
[task-scheduler-5] o.s.i.file.FileReadingMessageSource : Created message: [GenericMessage [payload=file-temp\abcd.xml, headers={id=30e5289a-aba6-19db-1d81-3036fca251b0, timestamp=1464675579294}]]
但在 OpenShift 中没有调用它。是否需要任何特殊配置才能工作?
根据 Linux 团队,OpenShift 不支持 FTP 客户端,并且无法 运行 FTP 使用 Spring OpenShift 中的集成.