You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/11-aem-cloud-integration-adapter/README.md
+5-9
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,19 @@ In previous exercises, we've communicated with SAP Integration Suite, advanced e
6
6
- REST protocol, from the Node.js application in exercise 08.
7
7
- AMQP protocol, from the CAP project in exercise 10.
8
8
9
-
Now, in this exercise, we will consume the events from AEM using the Cloud Integration service. We will leverage the [AEM adapter](https://hub.sap.com/integrationadapter/AdvancedEventMesh) available and use it in an integration flow to consume the purchased tickets events from a queue in AEM (the AEM adapter uses the Solace Messaging protocol). We will then enrich the message and publish it to a topic. As explained in the previous exercise, there is a separate service that simulates the ticket purchased events from the ticket website. We will extend the consumption of those events in this exercise.
9
+
Now, in this exercise, we will consume the events from AEM using the Cloud Integration service. We will leverage the [AEM adapter](https://hub.sap.com/integrationadapter/AdvancedEventMesh) available and use it in an integration flow to consume the purchased tickets events from a queue in AEM (the AEM adapter uses the Solace Messaging protocol). We will then enrich the message and publish it to a topic. As explained in the previous exercise, there is a separate service that simulates the ticket purchased events from the ticket website. We will extend the consumption of those events in this exercise. By the end of this exercise, we will achieve a communication scenario like the one below.
10
10
11
-

11
+
<palign = "center">
12
+
<imgalt="Consuming and publishing messages from a Cloud Integration iFlow"src="assets/codejam-exercises-Exercise11 - CloudIntegration.png"width="90%"/><br/>
13
+
<i>Consuming and publishing messages from a Cloud Integration iFlow</i>
14
+
</p>
12
15
13
16
> The goal of this exercise is not to create an integration flow from scratch but to get familiar with the AEM integration adapter and understand the connectivity mechanism between AEM and Cloud Integration.
14
17
15
18
Before we get started, make a note of the connection details for the Solace Messaging adapter available in the `EU-North-Broker` service, as we will be using these details in the integration flow configuration.
By the end of this exercise, we will achieve a communication scenario like the one below.
20
-
21
-
<palign = "center">
22
-
<imgalt="Consuming and publishing messages from a Cloud Integration iFlow"src="assets/codejam-exercises-Exercise11 - CloudIntegration.png"width="90%"/><br/>
23
-
<i>Consuming and publishing messages from a Cloud Integration iFlow</i>
24
-
</p>
25
-
26
22
## Queue for Cloud Integration
27
23
28
24
👉 Access the `EU-North-Broker` and clone the queue created in the previous exercise and name it: `codejam/edi/[your-sap-community-username]/Tickets/Purchased_CloudIntegration`. Make sure to also clone the subscriptions.
0 commit comments