This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
Hello,
I have a scenario where 1 Author instance replicates its content to 1 Publish instance.
Now, at the infrastructure level, how does the replication process follows between two different applications (author and publish)?
Is there a security layer attached and wrapped around the content that flows from one instance to another?
How do we ensure that the replicated content is not corrupted during its transport?
How does AEM/CQ prepares the content that gets replicated to the publish instance?
Thank you in advance!
Varun
Solved! Go to Solution.
AEM uses a proprietary binary format for replication called Durbo. Durbo includes the necessary checksumming to ensure that replicated content is not corrupted during transport. If it is, the replication receiver servlet (on publish) will reject it and the replication sender (on author) will retry. In terms of security, you can use either basic authentication or MSSL for authenticating the replication request.
Regards,
Justin
Views
Replies
Total Likes
AEM uses a proprietary binary format for replication called Durbo. Durbo includes the necessary checksumming to ensure that replicated content is not corrupted during transport. If it is, the replication receiver servlet (on publish) will reject it and the replication sender (on author) will retry. In terms of security, you can use either basic authentication or MSSL for authenticating the replication request.
Regards,
Justin
Views
Replies
Total Likes
When AEM performs replication - it uses HTTP to send information (a servlet in the publish environment receives the request ) from author to publish.
Security assumes that your servers on secure as well in your corporate network.
Test the replicated content. When you replication content - check the log files to ensure that there are no errors and the content was successfully replicated. Typically an AEM admin performs this task.
Here is an overview - taken from docs:
Replication, to a publish instance or dispatcher, takes place in several steps:
For more information - https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/replication.html
Views
Replies
Total Likes
justin_at_adobe wrote...
AEM uses a proprietary binary format for replication called Durbo. Durbo includes the necessary checksumming to ensure that replicated content is not corrupted during transport. If it is, the replication receiver servlet (on publish) will reject it and the replication sender (on author) will retry. In terms of security, you can use either basic authentication or MSSL for authenticating the replication request.
Regards,
Justin
Perfect. Thanks!
Views
Replies
Total Likes
Is Durbo binary format used in AEM 6.x as well?
Views
Replies
Total Likes
Durbo is used in AEM 6.x as well.
Jörg
Thanks jorg.. where can i get info about durbo format? Can you please share resources or links
Views
Replies
Total Likes
The format is not publicly documented.
Views
Replies
Total Likes
ohk.. is it specifically created for aem by adobe?
Views
Replies
Total Likes
yes
Views
Replies
Total Likes
Views
Likes
Replies