Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The <ReplayCache> element configures the plugin used for the caching of message identifiers to prevent replay attacks. The only supplied cache implementation relies on a <StorageService> plugin. If this isn't specified/overridden, a built-in MemoryStorageService is used to track the information in memory. Of course, this makes the cache per-node only.

Reference

Attributes

Name

Type

Description

StorageService XML IDREF

Reference to the id attribute of a previously defined <StorageService> element, to leverage a non-default storage option.

Example

TBD

  • No labels