-
Notifications
You must be signed in to change notification settings - Fork 82
message filter
Icon |
|
---|---|
Use When |
Messages containing a specific header or parameter are not desired in the rest of the flow. |
Samples |
|
Description |
The message filter component allows you to filter out an entire message based on header and/or flow parameters via an expression. |
Inbound Message Type |
Any Message Type |
Output Message Type |
Any Message Type |
Control Message Handling |
Input: As non-control messages are received this component will forward these messages. When the 'Message Type to Filter' is set to 'CONTENT' and a control message is received or 'Message Type to Filter' is 'CONTROL' and a control message is received and the 'Filter Expression' evaluates to true then the control message is forwarded. Output: Control messages received are in turn forwarded based on the criteria defined in the properties. |
Name | Description |
---|---|
Whether to forward failed messages and continue processing. This is the name of a linked component to forward the failed messages to. |
|
Message Type to Filter |
Selection of either CONTENT or CONTROL |
Filter Expression |
The expression to be evaluated against header and/or flow parameters to check for match |