I've implemented a replication event listener via @Property(name="event.topics",value= ReplicationAction.EVENT_TOPIC). What i wanted to know was when does this listener gets invoked? Is it before replication or after replication? Is there any event which triggers after replication activity is complete?
Solved! Go to Solution.
Views
Replies
Total Likes
It gets invoked after replication process is started from the author instance and before it is completed and pushed to publish instance.
Thanks
Tuhin
Views
Replies
Total Likes
Whenever there is change in your node, the event listener would trigger at that time and start working in its own thread.
Thanks
Tuhin
Views
Replies
Total Likes
This is replication event listener. So it gets triggered when replication/ publish action is initiated. Am trying to know whether this listener gets invoked after replication process complete or before replication starts.
Views
Replies
Total Likes
It gets invoked after replication process is started from the author instance and before it is completed and pushed to publish instance.
Thanks
Tuhin
Views
Replies
Total Likes
Hi @Tuhin_Ghosh ,
I have one doubt that the replication listner will be called before the node reaches to replication queue or before that ?
or replication queue listens to replication queue itself?
Views
Replies
Total Likes
Is there any event which gets triggered after replication process is complete? I am using static agent to save the page on filesystem. Once that process is complete we need to copy/ ftp those files to different location
Views
Replies
Total Likes
Views
Likes
Replies