Hi,
Can we have an internal messaging queue in CQ similar to JMS and if yes is it possible for an external system to poll that queue?
Regards,
Shallu Rohilla
Solved! Go to Solution.
That functionality was offered by another Adobe product -- Data Services.
Views
Replies
Total Likes
Shallu,
what are your requirements? For what reason do you want to have a message queue inside CQ? And what do you want to store in there?
Jörg
That functionality was offered by another Adobe product -- Data Services.
Views
Replies
Total Likes
See this about the Sling Jobs Management framework: http://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html
AEM docs touch on it in the Offloading docs: http://dev.day.com/docs/en/cq/current/deploying/offloading/dev-offloading.html
scott
Views
Replies
Total Likes
Hi Jörg/Scott,
My requirement is to submit jobs to job queue in CQ similar to a JMS system and then a third party system will listen to the queue and extract the messages/jobs. My problem here is though I can submit jobs/messages through Sling eventing but how do I listen to these messages from external system.
Regards,
Shallu Rohilla
Views
Replies
Total Likes
Shallu,
Well, in that case I would suggest that you implement a dedicated queuing system, which you can feed from AEM and where another system can listen to. AEM itself is does not offer JMS-like features to 3rd party systems (at least not ootb).
Jörg
Views
Replies
Total Likes
Hi Jorg,
If I implement a JMS queue in CQ, will I be able to access this JMS from external system? Any idea?
Regards,
Shallu Rohilla
Views
Replies
Total Likes