HI
Is there a way to listen to live copy events? what topic to subscribe to? Or any other options to hook into live copy lifecycle. Any pointers will be helpful.
Also, how can be find available/ supported topics? Is it listed anywhere in the instance?
Solved! Go to Solution.
There are a number of ways how you might know that a rollout has happened:
Jörg
There are no specific events related to LiveCopy. Here is the documentation.
https://docs.adobe.com/docs/en/aem/6-2/administer/sites/msm/msm-livecopy.html
Now you can hook into general JCR events - such as when a node is created. That is, when a new node is created as a result of a LiveCopy operation, you can have a listener perform an action. For information about JCR Events -- see:
https://helpx.adobe.com/experience-manager/using/events.html
Hope this helps...
Views
Replies
Total Likes
Hi Mohan,
As Scott mentioned I dont see any specific listerners for live copy events. There are JCR events which you can listen to. Essentially live copy activities will do one of the JCR events.
Are you looking at any specific live copy events ??
Views
Replies
Total Likes
How can we know whether node got created out of live copy operation?
Views
Replies
Total Likes
You can designate a specific location in the JCR where only livecopies are created. When a node is created there - you know its a livecopy. Using JCR events - there is no way to tell that a livecopy operation occurred,
There are a number of ways how you might know that a rollout has happened:
Jörg
You may also want to consider looking at the mixin types on the node.
It might help if you explain a little more about your use case and what you want to do when a rollout occurs.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies