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)

Add comment

Please register in our forum first to comment.

Comments

By: Alan Deng

Hi,

Is it possible to do this using Hyper-V and running all three VMs on the same machine?

 

Thanks

By: Muhammad

Sure, it's possible to run the RabbitMQ cluster thourgh vms.

By: Mohan

Hi - 

Is it possible to create in dokcer + ec2(single Node)

 

By: Mohan

Hi - 

Is it possible to create in dokcer + ec2(single Node)

 

By: Vitalii

Thx a lot. It was very usefull topic. 

By: Khoa Vuong

Hi, I'm stuck at .erlang.cookie file copying, get Permission denied, I'm testing with osboxes VM on VirtualBox.

By: Plinio

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

By: Plinio

I worked like a charm

 

Thank you <3

By: Chamila

what happen if one node is down?

By: aditia

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?