<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&#39;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&#39;s call it RabbitMQProducer</div>

<div>3) I did the same thing for the receiver class : Let&#39;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&#39;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">�<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">�<span dir="ltr" style="color:#15c;text-decoration:none;vertical-align:bottom">SendGraphical.java</span></a></div>

</div></div>