ejabberd master master clustering

Hi

I am working on ejabberd clustering, as i do want ejabberd servers to share load, they are behind an aws ELB, what i have done till yet is,
Server2> ejabberdctl join_cluster 'ejabberd@server1'
After that i have used easy_cluster.erl file, compile it into easy_cluster.beam and run it on Server2, in debug mode like,
(server 2) erlang shell> easy_cluster:join_as_master('ejabberd@server1')
It results OK, but two of them still not able to work in cluster and sharing load.

Thanks,
Saqib

Syndicate content