<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
</head>
<body>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">&nbsp;&nbsp;&nbsp;&nbsp; Working through the introductory examples, I have only configured the rabbitmq server on localhost. I run Java classes in various consoles, and they exchange messages through
 rabbitMQ direct exchanges. Nice and tidy, and it seems to work.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; I'd now like to configure it on a remote physical server that will field messages from other networked resources. In other words many machines may be running local instances of EmitLogDirect.class and ReceiveLogsDirect.class, and all of these would be
 served by one (or more?) rabbitmq server(s) on a remote host.<br>
<br>
&nbsp; &nbsp;&nbsp; How is this done? I'm guessing that I need to replace all my localhost references with some form of a URL for my remote host, and I suspect there will be rabbitmq and/or erlang configuration files that need to be modified on the server host and client
 machines so that they can communicate with the rabbitmq remote server. Is there an example?<br>
<br>
&nbsp; &nbsp;&nbsp; Do people typically have multiple rabbitMQ servers running in some federated fashion, serving as backup instances for fault tolerance and fail over?
<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; Thank you in advance for your comments and help.<br>
<br>
Jim<br>
</div>
<p><font size="1" face="arial" color="gray">CONFIDENTIALITY NOTICE: This message and any attachments or files transmitted with it (collectively, the &quot;Message&quot;) are intended only for the addressee and may contain information that is privileged, proprietary and/or
 prohibited from disclosure by law or contract. If you are not the intended recipient: (a) please do not read, copy or retransmit the Message; (b) permanently delete and/or destroy all electronic and hard copies of the Message; (c) notify us by return email;
 and (d) you are hereby notified that any dissemination, distribution or copying of the Message is strictly prohibited.
</font></p>
</body>
</html>