Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This option can be used to preserve ordering prevent out of order messages from being sent regardless of the event that delivered messages downstream (capacity, timeout, etc). If enabled using rejectOld(), the Resequencer will throw a MessageRejectedException when an incoming Exchange is "older" (based on the Comparator) than the last delivered message. This provides an extra level of control with regards to delayed message ordering.

...