Skip to main content
Level 2
October 16, 2015
Beantwortet

JMS implementation in AEM/CQ5

  • October 16, 2015
  • 4 Antworten
  • 2622 Ansichten

I have a requirement in which we need to send email from AEM using cq mail service. But the problem is we need to implement it JMS queue so that it doesn't overburden the server. So is there any document how can we integrate JMS queue into AEM.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von smacdonald2008

See this thread on Adobe CQ and JMS:

https://forums.adobe.com/thread/1215647?tstart=0

4 Antworten

smacdonald2008
Level 10
October 16, 2015

See this thread on Adobe CQ and JMS:

https://forums.adobe.com/thread/1215647?tstart=0

Lokesh_Shivalingaiah
Level 10
October 16, 2015
Level 2
October 16, 2015

can replication agent be use while sending mails. could you please give a small example ho to send. I am using cq mail service to send mail, there how can i use replication agent to act as a jms

Peter_Puzanovs
Community Advisor
Community Advisor
October 16, 2015

JMS Queue in AEM is called Replication Agent.

It has got these properties:

  • Disk persistent
  • Customizable
  • Works both on Author and Publisher
  • Has UI you can use

Thanks,

Peter