send-timeout is not working in Aggregator
Hi,
I am using the below code in my xml. The issue i am facing is that messages are still being processed even after timeout. They are not being discarded.
<code> <aggregator input-channel="aggregationChannel" output-channel="inputChannel" discard-channel="errorChannel" send-timeout="60000"
send-partial-result-on-expiry="false" correlation-strategy="correlationStrategyBean" correlation-strategy-method="correlate"
release-strategy = "releaseStrategyBean" release-strategy-method = "canRelease" ref="aggregatorBean"></code>
Would be really helpful if someone can point me out what i am missing.
Thanks and Regards,
Arvind Waiker