コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM | Replication Event

Avatar

Level 2

Hi,

I need to capture an event(activate/deactivate) and perform some operations, only when the content is delivered to publish instance. Suppose, I have 2 publish instances, how do I get to know when the content is successfully published to both?

Tried with the ReplicationStatus API, but to no avail. Is there any API available that gives me the confirmation when a replication event is successful.

Could anyone suggest me a way to figure out this, please?

Regards,

Prabodh

1 受け入れられたソリューション

Avatar

正解者
Level 1

Hi,

I think replication event listener can help for the same, deployed on your publisher server. Have a look at the ReplicationAction API.

ReplicationAction ("The Adobe AEM Quickstart and Web Application.")

Thanks,

Gaurav

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 1

Hi,

I think replication event listener can help for the same, deployed on your publisher server. Have a look at the ReplicationAction API.

ReplicationAction ("The Adobe AEM Quickstart and Web Application.")

Thanks,

Gaurav

Avatar

Employee Advisor

If you want to retrieve this information on author, it's going to be hard; not because it's actually hard to gather this information, but rather because there might be unforseen cases, which you should consider upfront. And maybe you should re-think your application design.

For example, how to you want to handle the case, that one of your publish instances is down for a moment (e.g. 5 minutes) or for an more extended period of time. Would your approach be able to cope with that situation in a way that you still can reach your business goals?

I would try to avoid that approach and choose a different way.

regards,

Jörg