Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
rabbitmq [2015/12/08 11:55]
steve [Creating a Cluster]
rabbitmq [2015/12/08 11:57]
steve [Creating a Cluster]
Line 114: Line 114:
 <​code>​ <​code>​
 rabbitmqctl start_app rabbitmqctl start_app
 +</​code>​
 +
 +You can check the status of the cluster as well:
 +
 +<​code>​
 +rabbitmqctl cluster_status
 +</​code>​
 +
 +<​code>​
 +Cluster status of node '​rabbit@rabbitmq2'​ ...
 +[{nodes,​[{disc,​['​rabbit@rabbitmq1','​rabbit@rabbitmq2'​]}]},​
 + ​{running_nodes,​['​rabbit@rabbitmq1','​rabbit@rabbitmq2'​]},​
 + ​{partitions,​[]}]
 +...done.
 </​code>​ </​code>​