Expand my Community achievements bar.

SOLVED

Messaging queue in CQ5

Avatar

Level 4

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

That functionality was offered by another Adobe product -- Data Services. 

http://www.adobe.com/devnet/livecycle/dataservices.html

View solution in original post

6 Replies

Avatar

Employee Advisor

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

Avatar

Correct answer by
Level 10

That functionality was offered by another Adobe product -- Data Services. 

http://www.adobe.com/devnet/livecycle/dataservices.html

Avatar

Level 4

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

Avatar

Employee Advisor

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

Avatar

Level 4

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