Deduplicate messages within the same Originator entity for a configurable period based on a specified deduplication strategy.
Deduplication strategies:
- FIRST - return first message that arrived during deduplication period.
- LAST - return last message that arrived during deduplication period.
- ALL - return all messages as a single JSON array message. Where each element represents object with msg and metadata inner properties.
Configuration: