Hi all,
I'm new to Spring Integration and I was wondering what the max file size for an inbound-channel-adapter is. Can take it large files (we're talking 1-4 gigs)?
I'm hoping to poll a directory, read in a single file of many records, then split the records using a splitter and rout them to many different queues.
I think the design is ok so far but the thing that might kill it is the file size, which may mean I'll have to look at Batch instead.
Thanks for any help!


Reply With Quote
