Reputation: 47
Steps I need:
How to do configure this in Spring io? File inbound channel, outbound channel queue, how to add processor?
Upvotes: 0
Views: 362
Reputation: 157
Check this sample code
https://github.com/spring-projects/spring-integration-samples/tree/master/basic/file
In the below configuration
https://github.com/spring-projects/spring-integration-samples/blob/master/basic/file/src/main/resources/META-INF/spring/integration/fileCopyDemo-file.xml
instead of <file:outbound-channel-adapter
you can have outbound adapter of your choice
Upvotes: 1