Dispatcher in front of publisher? | Community
Skip to main content
Level 4
February 3, 2016
Solved

Dispatcher in front of publisher?

  • February 3, 2016
  • 2 replies
  • 1363 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ogill

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/

2 replies

ogillAdobe EmployeeAccepted solution
Adobe Employee
February 3, 2016

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/

tc94524330
Level 3
February 3, 2016

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