<div>1.As we know, a cluster may have two types of node:ram and disc. When I have only one broker and one node, what is the type of this node? ram or disk? &nbsp;I type cluster_status command at the terminal:</div><div><div><br></div><div>[root@test ~]# rabbitmqctl cluster_status</div><div>Cluster status of node rabbit@test ...</div><div>[{nodes,[{disc,[rabbit@test]}]},{running_nodes,[rabbit@test]}]</div><div>...done.</div></div><div><br></div><div>it shows that the node is "disc". so, is it means that the only one node has the type of 'disc'?Can it be changed to 'ram'?if yes,how?</div><div><br></div><div>2.If a rabbitmq cluster has a number of nodes, such as test1@test, test2@test, test3@test...so how can i visit the cluster by java client api?</div><div>i know &nbsp;the way to connect a broker by method "setHost(String host)".if I need to connect to a cluster,i just use this method and set the argument to the ip address of one node in the cluster, is it ok? If not ,any other solutions?</div><div><br></div><div><br></div><div>Thanks everyone.I am just a beginner for rabbitmq and i want to learn more.</div>