polling servlet | Community
Skip to main content
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 smacdonald2008

You can write a custom AEM service that is able to import data at specific time periods. See this community article for details: 

https://helpx.adobe.com/experience-manager/using/polling.html

2 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
January 4, 2016

You can write a custom AEM service that is able to import data at specific time periods. See this community article for details: 

https://helpx.adobe.com/experience-manager/using/polling.html

Jitendra_S_Toma
Level 10
January 5, 2016

monika jayaram wrote...

Hi,

How can I make a polling service to sleep for a period of time in CQ5/AEM6 from another servlet.?

Thanks in advance

 

@Mohnika,

So if I understand your question correctly, you are trying to enable/disabled polling service through the code (Servlet). There is a workaround using bundleContext API though I don't have the exact code with me right now. below links could help you more on this.

http://www.vogella.com/tutorials/OSGiServices/article.html#osgiapiservice_overview

Jitendra