...
Table of Contents | ||||
---|---|---|---|---|
|
General best practices
Following are some general best practices that you can follow when working with mediators.
Use Iterator mediator in association with Aggregate mediator.
Check if they have done any configuration after send mediator.
Check if they have done proper error handling to handle mediation errors as well as endpoint errors.
Check if they have used get-property instead of $ctx.
Check if they have used appropriate intervals for tasks.
Last mediator in a sequence
...