<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
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>
</BODY>
</HTML>