Results 1 to 6 of 6

Thread: Recovering Messages from a Delayer

  1. #1
    Join Date
    Mar 2011
    Posts
    24

    Default Recovering Messages from a Delayer

    I’m trying to understand the behavior at startup after a JVM shuts down with a message still within a Delayer backed with a MessageStore.

    It appears that the message has been saved to the MessageStore, but there is no indication that the Delayer is aware that the message exist (at restart after a JVM shut down). Is this the expected behavior? If so, then does the above situation require a jdbc-inbound-adapter configured against the MessageStore's table to reactivate the message?

  2. #2
    Join Date
    Mar 2011
    Posts
    24

    Default

    Does anyone have some insight on this topic?

  3. #3
    Join Date
    Mar 2011
    Posts
    24

    Default

    Has anyone had time to take a look at this thread?

  4. #4
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default

    I believe this JIRA issue captures the requirement: https://jira.springsource.org/browse/INT-1132

    Please let us know if you agree.

    Thanks,
    Mark

  5. #5
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    You can also look at this sample i did for Spring One this year: https://github.com/olegz/s12gx.2011/...egration/retry as an alternative until INT-1132 is resolved

  6. #6
    Join Date
    Mar 2011
    Posts
    24

    Default

    Mark, I agree that INT-1132 addresses what I was seeing.

Posting Permissions

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