Results 1 to 2 of 2

Thread: send-timeout is not working in Aggregator

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    4

    Default 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

  2. #2
    Join Date
    Oct 2007
    Location
    London, England
    Posts
    108

    Default

    The send-timeout is used to determine the timeout when sending the completed group on to the output-channel or messages to the discard-channel.
    I suspect you want a reaper, details of which can be found in the reference documents here http://static.springsource.org/sprin...ingle/#d4e1543.

    Jonas
    Jonas Partner
    OpenCredo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •