Skip to content

Commit

Permalink
Merge pull request #8436 from DinithiDiaz/4.1eip
Browse files Browse the repository at this point in the history
[4.1.0] Update EIP references
  • Loading branch information
DinithiDiaz authored Oct 3, 2024
2 parents 9786d16 + e078047 commit 6fe7c01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/docs/reference/mediators/aggregate-mediator.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion en/docs/reference/mediators/clone-mediator.md
Original file line number Diff line number Diff line change
@@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion en/docs/reference/mediators/store-mediator.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6fe7c01

Please sign in to comment.