[rabbitmq-discuss] Clustering documentation is outdated

Carlo Bertoldi carlo.bertoldi at gmail.com
Wed Jul 24 14:21:36 BST 2013


Hi, in this page http://www.rabbitmq.com/clustering.html I can read how to 
create a cluster with two nodes on the same machine:

For example:

$ RABBITMQ_NODE_PORT=5672 RABBITMQ_NODENAME=rabbit rabbitmq-server -detached
$ RABBITMQ_NODE_PORT=5673 RABBITMQ_NODENAME=hare rabbitmq-server -detached
$ rabbitmqctl -n hare stop_app
$ rabbitmqctl -n hare join_cluster rabbit@`hostname -s`
$ rabbitmqctl -n hare start_app


will set up a two node cluster with one disc node and one ram node.


But in the man page of rabbitmqctl it states that the join_cluster command by default create a disc node.


Cheers,

 Carlo 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130724/fa24e7ea/attachment.htm>


More information about the rabbitmq-discuss mailing list