Priority queue implementation in AEM CaaS | Community
Skip to main content
New Member
April 18, 2023

Priority queue implementation in AEM CaaS

  • April 18, 2023
  • 3 replies
  • 1192 views

Hi,

We are looking to implement a priority queue for one of our site(/content/brandA/en), from multiple sites that we host in AEM CaaS.

So that, there will be no delay in replication when there are 100's of other site pages getting activated at same time.

We have gone through this below article, but it doesn't provide detailed steps for implementing the same.
Apache Sling :: Content Distribution (org.apache.sling.distribution)

 

Thanks & Regards.

 

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

3 replies

Saravanan_Dharmaraj
Community Advisor
Community Advisor
April 18, 2023

@pgodwani please check the below article for setting up forward distribution in SCD where you have the option of setting Priority Queue in the 

org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory config.

 

 

 

 

Also please check this solution  which required custom workflow to solve your problem

https://exadel.com/news/how-to-publish-high-priority-aem-website-pages-faster/

 

PgodwaniAuthor
New Member
April 19, 2023

Hi @saravanan_dharmaraj ,

Thanks for your response.

 

Regarding the link you shared above (https://exadel.com/news/how-to-publish-high-priority-aem-website-pages-faster/). I think there are no replication agents in AEM CaaS, So will this approach work for AEM CaaS?

 

 

Saravanan_Dharmaraj
Community Advisor
Community Advisor
April 19, 2023

@pgodwani Oh yeah, that wont work for cloud. Sorry for the confusion!