Versions Compared

Key

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

The <ReplayCache> element configures the plugin used for the caching of message identifiers to prevent replay attacks. The only supplied cache implementation is a wrapper around a <StorageService> plugin.

On Version 2.4 and above, can be omitted, and a default/arbitrary StorageService will be used.

Code Block
xml
xml
<ReplayCache StorageService="db"/>

...