Versions Compared

Key

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

...

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.

Camel provides the following Idempotent Consumer implementations:

  • MemoryIdempotentRepository
  • FileIdempotentRepository
  • JdbcMessageIdRepository
  • JpaMessageIdRepository

Options

The Idempotent Consumer has the following options:

...