Skip to content

Commit

Permalink
Fixed queue subs and more formatting
Browse files Browse the repository at this point in the history
Fixed queue subs and more formatting
  • Loading branch information
ChristianHoltfurth committed Oct 17, 2023
1 parent 1528667 commit 0c79dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified markdown/sap-aem-int-day-3/img/CILegacyAdapterIn-queue-subs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion markdown/sap-aem-int-day-3/sap-aem-int-day-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ The legacy output adapter is simulating appending events to a file via an SFTP a
Duration: 1:00:00

One thing, before we jump back into Integration Suite: Let's head to our Advanced Event Mesh Console and go to Cluster Manager, select the service that you want to connect your Integration Suite flows to and go to the "Connect" tab. Take a note of the connectivity details underneath "Solace Messaging" (click on the section to open it up):
![AEM broker service connectivity details](img/AEMBrokerServiceConnectionDetails.png), we will need them in the next steps when configuring our flows.
![AEM broker service connectivity details](img/AEMBrokerServiceConnectionDetails.png)
We will need them in the next steps when configuring our flows.

> The connect tab lists all the various connectivity details for the various supported protocols. Our Cloud Integration AEM adapter uses the Solace Messaging protocol, which is AEM's very own protocol with a broad feature support.
> Each AEM service also comes with a default client user called `solace-cloud-client` that is configured for convenience reasons and is allowed to publish and subscribe to all topics. We will be using this user for all our iflows. In a real production environment where security is important, you or your administrator will likely have this user disabled and will be creating separate users for each of the applications that connect to the AEM broker. Or this may even be deferred to an external authentication service over LDAP or OAuth.
Expand Down

0 comments on commit 0c79dd5

Please sign in to comment.