如何在filename-pattern =“*。*”中设置动态值?有可能吗?

时间:2017-03-21 11:46:48

标签: ftp spring-integration

我想以文件模式提供动态值是否可能

<int-ftp:inbound-channel-adapter id="ftpInbound1"
            channel="ftpChannel1"
            session-factory="ftpClientFactory"
            filename-pattern="*.docx"
            auto-create-local-directory="true"
            delete-remote-files="false"
            remote-directory="${remoteDir}"
            local-directory="${localDir}">
        <int:poller fixed-rate="12000" max-messages-per-poll="100"/>
</int-ftp:inbound-channel-adapter>

任何人都可以帮我做吗?

1 个答案:

答案 0 :(得分:0)

您可以根据需要添加任意数量的内容;只是给他们不同的id - 他们都可以提供相同的渠道(或不同的)。