<html><head></head><body bgcolor="#FFFFFF"><div>Hi,</div><div><br></div><div>The producer sends messages to a broker and he consumer receives them from the same broker (or a clustered peer). Sounds like you're publishing to a local broker which has nothing to do with the other broker that you're trying to consume from. The broker is an intermediary between the two clients.</div><div><br></div><div>Cheers</div><div>Tim</div><div><br>On 8 May 2013, at 11:28, laurent bernabe &lt;<a href="mailto:laurent.bernabe@gmail.com">laurent.bernabe@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><div dir="ltr">Hello everyone,<div><br></div><div>In the Hello World tutorial, it is said that the producer, the consumer, and the broker don't have to be on the same machine.</div><div><br></div><div>
I tried this feature without success, here is how :</div><div>1) I slightly modified Receiver and Producer in order to make them as GUI applications. (Files attached)</div><div>2) From Eclipse IDE, I exported the application as a runnable jar file by choosing the Producer class as main class for this application : Let's call it RabbitMQProducer</div>

<div>3) I did the same thing for the receiver class : Let's call this application RabbitMQReceiver</div><div>4) I installed the last RabbitMQ server on both machines (which are both Ubuntu Linux machines, though versions are differents)</div>

<div>5) I started an instance of the Producer on one machine and an instance of the Receiver on the other machine : but sending a message on the producer is without any effect on the Receiver.</div><div><br></div>
<div>I've read all tutorials, but I still have not noticed what the main difference between the RPC tutorial (tutorial 6) and the HelloWorld tutorial (tutorial 1).</div><div><br></div><div>So, how should I modify my codes ?</div>
<div><br></div><div>Regards<br><div class="gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:#f5f5f5;padding:5px;color:#222;font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border:1px solid #ddd">
<a href="https://docs.google.com/file/d/0B9y2qdSglhCpblkzam1oakFsZUk/edit?usp=drive_web" target="_blank" style="display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0px;border:none;width:100%"><img style="vertical-align: bottom; border: none;" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png">&nbsp;<span dir="ltr" style="color:#15c;text-decoration:none;vertical-align:bottom">RecvGraphical.java</span></a></div>

<br><div class="gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:#f5f5f5;padding:5px;color:#222;font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border:1px solid #ddd">
<a href="https://docs.google.com/file/d/0B9y2qdSglhCpLUYwOEw5VGJWTzQ/edit?usp=drive_web" target="_blank" style="display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0px;border:none;width:100%"><img style="vertical-align: bottom; border: none;" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png">&nbsp;<span dir="ltr" style="color:#15c;text-decoration:none;vertical-align:bottom">SendGraphical.java</span></a></div>

</div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>rabbitmq-discuss mailing list</span><br><span><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a></span><br><span><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a></span><br></div></blockquote></body></html>