Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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/

View solution in original post

2 Replies

Avatar

Correct answer by
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