vote up 0 vote down star

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.

flag

1 Answer

vote up 0 vote down

the default timeout in aggregator is 60 minutes. So setting timeout value to a high value is the easiest option.

link|flag
The default timeout is 60,000ms (or 60s, or 1m), not 60 minutes. the whole point of my question is to avoid having to set it to some really large number. – Mark Nov 5 at 19:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.