configure-replication-agent

Configure AEM 6.5 replication agents for author-to-publish, dispatcher flush, and reverse replication workflows.

1|Updated Oct 7, 2024
One-click install
npx skills add https://github.com/valithedge/etisalatedge --skill configure-replication-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-replication-agent
Source: https://github.com/valithedge/etisalatedge/tree/main/.agents/skills/configure-replication-agent
Command: npx skills add https://github.com/valithedge/etisalatedge --skill configure-replication-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps administrators set up and tune AEM 6.5 replication agents to reliably publish content from Author to Publish, invalidate Dispatcher caches, and support reverse replication workflows.

Core Features & Use Cases

  • Configures Default Replication Agent for Publish
  • Sets up Dispatcher Flush agents to ensure cache invalidation
  • Enables Reverse Replication with Outbox and polling mechanisms
  • Supports multi-instance environments and common troubleshooting scenarios

Quick Start

Create a dedicated replication-service account, configure transport for each target instance, test the connection, and enable the agent.

Frequently Asked Questions about configure-replication-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure AEM replication agents for author-to-publish workflows?

To configure AEM replication agents for author-to-publish workflows, you must create a dedicated replication-service account, set the proper transport settings for each target instance, test the connection, and enable the agent to verify queue health.

What is the best way to set up dispatcher flush agents in AEM 6.5?

The best way to set up dispatcher flush agents in AEM 6.5 is to configure them through the replication agent settings, ensuring proper transport configurations target the dispatcher to automatically invalidate caches during content publishing.

How does reverse replication work in Adobe Experience Manager?

Reverse replication in Adobe Experience Manager works by utilizing an Outbox and polling mechanism on the publish instance to capture user-generated content and replicate it back to the author environment.

Do I need a dedicated service account to configure AEM replication agents?

Yes, you need a dedicated replication-service account to configure AEM replication agents, which ensures secure transport settings and proper authentication when moving content between author and publish instances.

Why is my AEM replication agent queue blocked or not processing?

AEM replication agent queues may block due to incorrect transport settings, network connectivity issues, or invalid service account credentials. You should test the connection and verify the replication-service account permissions to resolve queue health issues.

Can I configure replication agents across multiple AEM instances and topologies?

Yes, you can configure replication agents across multiple AEM instances and topologies, allowing you to support complex author-to-publish, dispatcher flush, and reverse replication workflows across distributed environments.