Hi there!<div><br></div><div>Is there any good practice regarding how to write self-managed AMQP client (Erlang based)</div><div>Here is what I need to accomplish:</div><div>1. I don&#39;t what to hard-code hostname/ip address of rabbit-server,</div>

<div>using a configuration file would be a simple solution, but, is there a better way?</div><div><br></div><div>2. Client should be able to get the rabbit server &quot;running cluster&quot; information.</div><div>so if the current connection is broken, it could try another one in the cluster,</div>

<div>then perhaps update the &quot;running cluster&quot; list from the new node;</div><div><br></div><div>Brs</div><div>/stone</div><div><br></div>