[rabbitmq-discuss] Clustering - communication
Alexandru Scvorţov
alexandru at rabbitmq.com
Tue Jan 31 13:48:47 GMT 2012
> Turns out that didn't help them recognise each other - any other pointers?
Mhm.
Try this: on backend, run:
erl -sname foo
On the other, run:
erl -sname bar -remsh foo at backend
If you see something like "ERROR: Shell process terminated!", it's an
Erlang connectivity problem. Otherwise, it's a RabbitMQ-related problem.
Alex
On Tue, Jan 31, 2012 at 01:38:42PM +0000, Dan Dart wrote:
> > But I think I have it: backend is on 2.4.1 and back2 is on 2.7.1. They
> > both use the same 0-9-1 protocol but that'll be it, won't it?
>
> Turns out that didn't help them recognise each other - any other pointers?
More information about the rabbitmq-discuss
mailing list