Can I override replication Action? | Community
Skip to main content
October 16, 2015
Solved

Can I override replication Action?

  • October 16, 2015
  • 6 replies
  • 2098 views

Hi There,

Is it possible to detect a ReplicationAction event (in Sling or a replication preprocessor) in such a way that the Replication is cancelled?

e.g. 

  • Have an event trigger on a Replication Action
  • Assess some criteria
  • cancel replication if not appropriate

There are a lot of examples for listening to Replication event topics, but I can't see any that actually prevent the Replication Action from happening.

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Scott_Brodersen

You could create your own replication servlet that evaluates the criteria. The replication agent is configured to use a specific servlet that actually performs the replication. Create your custom servlet and point the agent at it (URI property on the Transport tab)

http://dev.day.com/docs/en/cq/current/deploying/replication.html#Replication%%20Agents%20-%20Configuration%20Parameters

6 replies

Scott_Brodersen
Scott_BrodersenAccepted solution
Level 8
October 16, 2015

You could create your own replication servlet that evaluates the criteria. The replication agent is configured to use a specific servlet that actually performs the replication. Create your custom servlet and point the agent at it (URI property on the Transport tab)

http://dev.day.com/docs/en/cq/current/deploying/replication.html#Replication%%20Agents%20-%20Configuration%20Parameters

October 16, 2015
October 16, 2015

Thanks Scott, 

Just to confirm - rather than override the receiver servlet on the publish, wouldn't it be better to override the author agent to make the decision whether it will queue the job or not.  Is that possible?

Kind Regards

Scott_Brodersen
Level 8
October 16, 2015
PLACEHOLDER
October 16, 2015

Thanks Scott, 

Just to confirm - rather than override the receiver servlet on the publish, wouldn't it be better to override the author agent to make the decision whether it will queue the job or not.  Is that possible?

Kind Regards

October 16, 2015