<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Shalom,<div><br></div><div>Start RabbitMQ on server 192.168.0.1.</div><div><br></div><div>Then go to say server 192.168.0.2 and start one of the workers. Do the same on server&nbsp;192.168.0.3 &nbsp;(Change the IP according to your configuration of course).</div><div><br></div><div>Then on the workers code you have to specify on which host RabbitMQ is running. For example on the first tutorial you see this code:</div><div><br></div><div><span class="Apple-style-span" style="font-family: Verdana, sans-serif; color: rgb(85, 85, 85); font-size: 13px; line-height: 18px; "><pre style="background-color: rgb(238, 238, 238); padding-top: 5px; padding-right: 15px; padding-bottom: 5px; padding-left: 15px; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; border-bottom-right-radius: 5px 5px; border-bottom-left-radius: 5px 5px; "><span class="n" style="color: rgb(0, 128, 128); ">connection</span> <span class="o" style="font-weight: bold; ">=</span> <span class="n" style="color: rgb(0, 128, 128); ">pika</span><span class="o" style="font-weight: bold; ">.</span><span class="n" style="color: rgb(0, 128, 128); ">BlockingConnection</span><span class="p">(</span><span class="n" style="color: rgb(0, 128, 128); ">pika</span><span class="o" style="font-weight: bold; ">.</span><span class="n" style="color: rgb(0, 128, 128); ">ConnectionParameters</span><span class="p">(</span>
               <span class="s" style="color: rgb(221, 17, 68); ">'localhost'</span><span class="p">))</span></pre></span><div><br></div></div><div>Change "localhost" for the IP where RabbitMQ is running. Do the same for the message publisher.</div><div><br></div><div>See the documentation here:&nbsp;<a href="http://pika.github.com/connecting.html#connection-parameters">http://pika.github.com/connecting.html#connection-parameters</a> to understand the parameters passed to a new connection.</div><div><br></div><div>Cheers,</div><div><br></div><div>Alvaro</div><div><br><div><div>On Jul 18, 2011, at 1:12 AM, csharpplusproject wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div>
Hi Jason,<br>
<br>
Thank you for your assistance.<br>
<br>
Suppose that the RabbitMQ server is installed on host 192.168.0.1;<br>
<br>
How do I establish a connection between my 2 worker clients (192.168.0.2, 192.168.0.3), and the RabbitMQ server? (I'm using the <b>pika</b> client)<br>
<br>
Thanks,<br>
Shalom.<br>
<br>
-----Original Message-----<br>
<b>From</b>: Jason J. W. Williams &lt;<a href="mailto:%22Jason%20J.%20W.%20Williams%22%20%3cjasonjwwilliams@gmail.com%3e">jasonjwwilliams@gmail.com</a>&gt;<br>
<b>To</b>: Shalom Rav &lt;<a href="mailto:Shalom%20Rav%20%3ccsharpplusproject@gmail.com%3e">csharpplusproject@gmail.com</a>&gt;<br>
<b>Cc</b>: <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<b>Subject</b>: Re: [rabbitmq-discuss] RabbitMQ -- communicate between 3 different machines?<br>
<b>Date</b>: Sun, 17 Jul 2011 16:50:06 -0600<br>
<br>
<pre>Hi Shalom,

The connection is not between the machines/clients themselves, but
rather between the clients and the server running the RabbitMQ broker.
You should be able to bind the clients to the queues you're using in
the examples and RMQ will round robin incoming messages between them.

-J

On Sun, Jul 17, 2011 at 3:26 PM, Shalom Rav &lt;<a href="mailto:csharpplusproject@gmail.com">csharpplusproject@gmail.com</a>&gt; wrote:
&gt; Using a SINGLE MACHINE, I have successfuly run the first 4 examples
&gt; that are on the RabbitMQ website.
&gt;
&gt; Now, I'd like to test THE SAME EXAMPLES using 3 different machines
&gt; that are connected in a network.
&gt;
&gt; Suppose that the RabbitMQ server is installed ONLY on host
&gt; 192.168.0.1;
&gt;
&gt; And suppose that I'd like to use machines {192.168.0.2, 192.168.0.3}
&gt; as *workers* (they DO NOT have the RabbitMQ server installed on
&gt; them).
&gt;
&gt; Taking for instance the first example {send.py, receive.py} -- how do
&gt; I establish the connection between the three machines?
&gt;
&gt; _______________________________________________
&gt; rabbitmq-discuss mailing list
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a>
&gt; <a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a>
&gt;
</pre>
<br>
</div>

_______________________________________________<br>rabbitmq-discuss mailing list<br><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Sent form my Nokia 1100</div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>