diff --git a/en/docs/reference/mediators/aggregate-mediator.md b/en/docs/reference/mediators/aggregate-mediator.md index 0b1f8ce21c..383fd469a7 100644 --- a/en/docs/reference/mediators/aggregate-mediator.md +++ b/en/docs/reference/mediators/aggregate-mediator.md @@ -1,6 +1,6 @@ # Aggregate Mediator -The **Aggregate mediator** implements the [Aggregator enterprise integration pattern](https://wso2docs.atlassian.net/wiki/spaces/EIP/pages/48791730/Aggregator). It +The **Aggregate mediator** implements the [Aggregator enterprise integration pattern](https://mi.docs.wso2.com/en/latest/learn/enterprise-integration-patterns/message-routing/aggregator/). It combines (aggregates) the **response messages** of messages that were split by the split by the [Clone]({{base_path}}/reference/mediators/clone-mediator) or [Iterate]({{base_path}}/reference/mediators/iterate-mediator) mediator. Note that the responses are not necessarily aggregated in the same order that the requests were sent, even if you set the ` sequential ` attribute to ` true ` on the Iterate mediator. diff --git a/en/docs/reference/mediators/clone-mediator.md b/en/docs/reference/mediators/clone-mediator.md index 03266e336f..c20100df4d 100644 --- a/en/docs/reference/mediators/clone-mediator.md +++ b/en/docs/reference/mediators/clone-mediator.md @@ -1,6 +1,6 @@ # Clone Mediator -The **Clone Mediator** can be used to clone a message into several messages. It resembles the [Scatter-Gather enterprise integration pattern](https://wso2docs.atlassian.net/wiki/spaces/EIP/pages/48791738/Scatter-Gather). The Clone mediator is similar to the [Iterate mediator]({{base_path}}/reference/mediators/iterate-mediator). The difference between the two mediators is that the Iterate mediator splits a message into different parts, whereas the Clone mediator makes multiple identical copies of the message. +The **Clone Mediator** can be used to clone a message into several messages. It resembles the [Scatter-Gather enterprise integration pattern](https://mi.docs.wso2.com/en/latest/learn/enterprise-integration-patterns/message-routing/scatter-gather/). The Clone mediator is similar to the [Iterate mediator]({{base_path}}/reference/mediators/iterate-mediator). The difference between the two mediators is that the Iterate mediator splits a message into different parts, whereas the Clone mediator makes multiple identical copies of the message. !!! Info The Clone mediator is a [content-aware]({{base_path}} diff --git a/en/docs/reference/mediators/store-mediator.md b/en/docs/reference/mediators/store-mediator.md index 669f9b93c1..8cc80ae694 100644 --- a/en/docs/reference/mediators/store-mediator.md +++ b/en/docs/reference/mediators/store-mediator.md @@ -1,6 +1,6 @@ # Store Mediator -The **Store mediator** enqueues messages passing through its mediation sequence in a given **message store**. It can serve as a [dead letter channel](https://wso2docs.atlassian.net/wiki/spaces/IntegrationPatterns/pages/36864029/Dead+Letter+Channel) if it is included in a fault sequence and if its message store is connected to a **message processor** that forwards all the messages in the store to an endpoint. +The **Store mediator** enqueues messages passing through its mediation sequence in a given **message store**. It can serve as a [dead letter channel](https://mi.docs.wso2.com/en/latest/learn/enterprise-integration-patterns/messaging-channels/dead-letter-channel/) if it is included in a fault sequence and if its message store is connected to a **message processor** that forwards all the messages in the store to an endpoint. ## Syntax