Is it possible to declare more than one Pollar to run on particular directory for file reading.If yes than how.
<file:inbound-channel-adapter id="filesIn" channel="input"
directory="file:${java.io.tmpdir}/spring-integration-samples" prevent-duplicates="true">
<intoller fixed-rate="1000"/>
</file:inbound-channel-adapter>


oller fixed-rate="1000"/>
Reply With Quote
