Versions Compared

Key

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

...

The Idempotent Consumer essentially acts like a Message Filter to filter out duplicates.

Camel will add the message id eagerly to the repository to detect duplication also for Exchanges currently in progress.
On completion Camel will remove the message id from the repository if the Exchange failed, otherwise it stays there.

Using the Fluent Builders

The following example will use the header myMessageId to filter out duplicates

...