I have an <aggregator/> element in my Spring Integration workflow that's being used to collect messages downstream from a <splitter/>, the default splitter/aggregator are sufficient for my needs with one exception...there's a fairly long and somewhat unknown delay between when the splitting and aggregation steps in the workflow.
I'd like to disable the timeout (which defaults to 60s), and the manual doesn't suggest that there's a way to do this.
I took a look at the code but it seems like there's no way to not invoke the timeout. Is there a way around this problem other than setting the timeout to be max value of a long?
Edit: I recognize that 9,223,372,036,854,775,807ms is more than 10^12 hours, but it seems like there should be a better way.
