Skip to content

Instantly share code, notes, and snippets.

View cignextraining's full-sized avatar

cignextraining

View GitHub Profile
<!-- Adapter for reading files -->
<int-file:inbound-channel-adapter id="producer-file-adapter"
channel="inboundChannel" directory="file:d://si-inbound"
prevent-duplicates="true">
<int:poller fixed-rate="5000" />
</int-file:inbound-channel-adapter>
<!-- a direct inbound channel -->
<int:channel id="inboundChannel" />