Comments on How to Set up RabbitMQ Cluster on Ubuntu 18.04 LTS
RabbitMQ is an open source message-broker software written in Erlang programming language with client support for all major programming languages. In this tutorial, I will show you how to set up a RabbitMQ Cluster consisting of 3 servers on Ubuntu 18.04 LTS.
10 Comment(s)
Comments
Hi,
Is it possible to do this using Hyper-V and running all three VMs on the same machine?
Thanks
Sure, it's possible to run the RabbitMQ cluster thourgh vms.
Hi -
Is it possible to create in dokcer + ec2(single Node)
Hi -
Is it possible to create in dokcer + ec2(single Node)
Thx a lot. It was very usefull topic.
Hi, I'm stuck at .erlang.cookie file copying, get Permission denied, I'm testing with osboxes VM on VirtualBox.
Copy the cookie to a home folder... then on the other machine you move it.. or you need to grand access to the folder... you choose...sudo scp /var/lib/rabbitmq/.erlang.cookie user@host:/home/innovationrabbitadmin/erlang.cookiethe other machine: sudo mv erlang.cookie /var/lib/rabbitmq/.erlang.cookie
I worked like a charm
Thank you <3
what happen if one node is down?
DIAGNOSTICS
===========
attempted to contact: [rabbit@mq1]
rabbit@mq1:
* connected to epmd (port 4369) on mq1
* epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic
* TCP connection succeeded but Erlang distribution failed
* TCP connection to remote host has timed out. Is the Erlang distribution using TLS?