testing integration-file:inbound-channel-adapter
Hi There,
I have configured integration-file:inbound-channel-adapter into my config file. How can test integration-file:inbound-channel-adapter this out on the tomcat webserver. My config file looks like this:
<integration-file:inbound-channel-adapter directory="file:C:\\TestUpload" prevent-duplicates="true" channel="newItemAddIntegrationServiceRequestChanne l">
<integration:poller task-executor="fileListeningTaskExecutor" fixed-rate="5000" />
</integration-file:inbound-channel-adapter>
<integration:logging-channel-adapter channel="newItemAddIntegrationServiceRequestChanne l" level="debug" />
--Thanks.