Validation
You can configure the behavior of the validation performed by the Dynamic Message Mapper. The validation can be completely disabled, which improves system performance. Validation can also
be done in an advisory fashion (using failOnIssue: false
).
This example shows source message validation configuration:
validation:
enabled: true
outputIssuesToLog: true
failOnIssue: false
By default, all the values are true
. Switch them to false
as
required.