Filter component
The Filter component only allows messages to pass through if the configured expression evaluates to true. All other messages are discarded.
Configuration
The Filter component has the following configuration options:
Property | Description |
---|---|
Expression | The expression that is evaluated for each message. Only messages for which the expression holds are allowed through the filter. |
Type | The language of the expression. Expressions can be defined using the Simple Expression Language or XPath 2.0. |