Results 1 to 3 of 3

Thread: Why does JmsInvokerClientInterceptor not set the timeToLive of a Message?

  1. #1
    Join Date
    Oct 2011
    Posts
    3

    Default Why does JmsInvokerClientInterceptor not set the timeToLive of a Message?

    Hello,

    I wonder why JmsInvokerClientInterceptor does not set the timeToLive of the messages it sends. There is no reason why a sent message should live longer than the time the doExecuteRequest method waits for the response.

    When I google for that issue, I can find an older patch the corrects this issue, but it's not implemented in Spring 3.0.6:

    https://jira.springsource.org/secure...ting-PATCH.txt

    Regards,

    Sven

  2. #2
    Join Date
    Dec 2011
    Posts
    1

    Default

    I came to this forum to get an answer to this exact topic.

    We are using Spring 2.5 and couldn't find a way to do this "out of the box" through configuration.

    So far the only thing that worked was to copy & paste JmsInvokerClientInterceptor and manually override "doExecuteRequest" method...

    It is a awful solution... I wonder which is the correct way to do it...

    Regards,

    Alejandro

  3. #3
    Join Date
    Mar 2012
    Posts
    5

    Default

    this is the same problem even i am facing please guys help me.

Posting Permissions

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