Expand my Community achievements bar.

Reverse replication of content nodes

Avatar

Level 2

Hi,

I have a situation in publish env where an event listener is triggered when a particular action(node write, delete, property addition, etc) is performed on or under a particular content node path (node is nt:unstructured).

I have to reverse replicate the updates in the node structure from publish to author when the event listener is triggered. I am trying to write the code for the same since reverse replication is by default only provided for cq:page nodes.

I was hoping to get some useful resources for the same.

Thanks in advance.

3 Replies

Avatar

Level 2

Anyone? Some information would be helpful

Avatar

Level 8

Did you try this ?

https://helpx.adobe.com/experience-manager/kb/HowToUseReverseReplication.html

Out-of-the box, only cq:Page nodes are reverse replicated. For any other node, it's necessary to use the two last methods, as a project-specific implementation.

Avatar

Level 2

Hi Hemant,

I have looked into that but thats not very helpfull. I wanted some code reference for the replication api...some sort of an example.