[rabbitmq-discuss] Clustering - communication
Simon MacMullen
simon at rabbitmq.com
Tue Jan 31 13:53:44 GMT 2012
On 31/01/12 10:07, Dan Dart wrote:
> Each can connect to each other on ports 4369 and 5672
Do you mean *only* those ports?
Erlang will by default open an arbitrary port for inter-node
communication - to change this see:
http://www.erlang.org/faq/how_do_i.html#id55164
For RabbitMQ use at least you can set min and max to the same value, eg:
{kernel, [{inet_dist_listen_min, 9100},
{inet_dist_listen_max, 9100}]}
in your config file.
Cheers, Simon
--
Simon MacMullen
RabbitMQ, VMware
More information about the rabbitmq-discuss
mailing list