Results 1 to 2 of 2

Thread: Preserving Concurrency while using spring acknowledgement

  1. #1
    Join Date
    Aug 2012
    Posts
    16

    Default Preserving Concurrency while using spring acknowledgement

    Hi all,
    Is there any way that we can preserve the order of messages in the queue while using a exponential backoff policy.We are running multiple instance of queue consumers.

    Thanks,
    Tec

  2. #2
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,037

    Default

    Once you have more than one consumer, there is no way to preserve ordering; the exponential backoff simply widens the timing window and makes the reordering more likely.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

Tags for this Thread

Posting Permissions

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