diff --git a/java/messaging.md b/java/messaging.md
index 1f0d73170..ff064a2dd 100644
--- a/java/messaging.md
+++ b/java/messaging.md
@@ -305,6 +305,27 @@ cds:
Support for SAP Cloud Application Event Hub is provided via [plugin](../plugins/#event-hub).
+#### Configuring SAP Integration Suite, Advanced Event Mesh Support :
+{ #configuring-advanced-event-mesh-support}
+
+::: code-group
+```xml [srv/pom.xml]
+
+ com.sap.cds
+ cds-feature-advanced-event-mesh
+ ${version}
+
+```
+```yaml [srv/src/main/resources/application.yaml]
+cds:
+ messaging.services:
+ - name: "messaging-name"
+ kind: "aem"
+```
+:::
+
+[Support for SAP Integration Suite, advanced event mesh is provided via plugin.](../plugins/#advanced-event-mesh){.learn-more}
+
#### Configuring Redis PubSub Support : { #configuring-redis-pubsub-support-beta}
diff --git a/menu.md b/menu.md
index 6a7a97b7f..716409ff2 100644
--- a/menu.md
+++ b/menu.md
@@ -166,3 +166,4 @@
## [Open Resource Discovery](plugins/#ord-open-resource-discovery)
## [CAP Operator for K8s](plugins/#cap-operator-plugin)
## [SAP Cloud Appl. Event Hub](plugins/#event-hub)
+## [Advanced Event Mesh](plugins/#advanced-event-mesh)
diff --git a/node.js/messaging.md b/node.js/messaging.md
index 8615996f3..28662bef4 100644
--- a/node.js/messaging.md
+++ b/node.js/messaging.md
@@ -428,6 +428,16 @@ Use this if you want to communicate using [SAP Cloud Application Event Hub](http
The integration with SAP Cloud Application Event Hub is provided using the plugin [`@cap-js/event-broker`](https://github.com/cap-js/event-broker).
Please see the plugin's [setup guide](https://github.com/cap-js/event-broker/blob/main/README.md#setup) for more details.
+### SAP Integration Suite, Advanced Event Mesh
+{ #advanced-event-mesh }
+
+`kind`: `advanced-event-mesh`
+
+Use this if you want to communicate using [SAP Integration Suite, advanced event mesh](https://help.sap.com/docs/event-broker).
+
+The integration with SAP Integration Suite, advanced event mesh is provided using the plugin [`@cap-js/advanced-event-mesh`](https://github.com/cap-js/advanced-event-mesh).
+Please see the plugin's [setup guide](https://github.com/cap-js/advanced-event-mesh/blob/main/README.md#setup) for more details.
+
diff --git a/plugins/index.md b/plugins/index.md
index ea84b1809..d704af8d7 100644
--- a/plugins/index.md
+++ b/plugins/index.md
@@ -389,16 +389,18 @@ Available for:
[{style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/event-broker#readme)
[{style="height:3em; display:inline; margin:0 0.2em;"}](https://github.com/cap-java/cds-feature-event-hub#readme)
+
+## SAP Integration Suite, Advanced Event Mesh
{#advanced-event-mesh}
-## SAP Integration Suite, advanced event mesh
-[SAP Integration Suite, advanced event mesh](https://www.sap.com/germany/products/technology-platform/integration-suite/advanced-event-mesh.html) allows you to, amongst others, integrate non-SAP systems into your event-driven architecture.
+[SAP Integration Suite, advanced event mesh](https://www.sap.com/products/technology-platform/integration-suite/advanced-event-mesh.html) allows you to, amongst others, integrate non-SAP systems into your event-driven architecture.
Available for:
[{style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/advanced-event-mesh#readme)
[{style="height:3em; display:inline; margin:0 0.2em;"}](https://github.com/cap-java/cds-feature-advanced-event-mesh#readme)
+
## ABAP RFC
The `@sap/cds-rfc` plugin allows to import the API of RFC-enabled function modules from