Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Dispatcher in front of publisher?

Avatar

Level 5

Hi All,

What would be the proper approach to configure dispatcher in front of publisher.

1, One to one (each publish has its separate dispatcher)

2, one to many (all the publishers and dispatchers are interconnected)

 

Thanks,viki

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee

One to one is the recommended approach. The load balancing ability of Dispatcher is fairly basic, as such you should use an external LB as it can do a lot more.

[edit] Please see the link [1] https://cqdump.wordpress.com/2015/01/12/connecting-dispatchers-and-publishers/ for a discussion on the topic

Regards,

Opkar

[0]http://www.slideshare.net/andrewmkhoury/aem-cq-dispatcher-caching-webinar-2013

[1] https://cqdump.wordpress.com/2015/01/12/connecting-dispatchers-and-publishers/

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Employee

One to one is the recommended approach. The load balancing ability of Dispatcher is fairly basic, as such you should use an external LB as it can do a lot more.

[edit] Please see the link [1] https://cqdump.wordpress.com/2015/01/12/connecting-dispatchers-and-publishers/ for a discussion on the topic

Regards,

Opkar

[0]http://www.slideshare.net/andrewmkhoury/aem-cq-dispatcher-caching-webinar-2013

[1] https://cqdump.wordpress.com/2015/01/12/connecting-dispatchers-and-publishers/

Avatar

Level 4

Hi Vikram,

It depends on where you are configuring dispatcher. Are you configuring in local or dev or staging or production? 

Generally in local and DEV it can be one to many but in staging and production it will be one to one.

Thanks