Skip to content

v2.0.4

Compare
Choose a tag to compare
@jerbia jerbia released this 09 Sep 22:38
· 327 commits to main since this release
5bfcf34

Added a new configuration plugin: "unique-message-props".
This new plugin will cache incoming messages based on their JSON property values.
In case of message with same property value is received multiple times - it will be ignored.

This is useful to avoid sending same message multiple times though the same route.