Hi, James:<br><br>A machine wanting to use our regular Java client needs only that JAR and its very short list of dependencies.� See:<br><br><a href="http://mvnrepository.com/artifact/com.rabbitmq/amqp-client/2.8.4">http://mvnrepository.com/artifact/com.rabbitmq/amqp-client/2.8.4</a><br>
<br>A program publishing or consuming messages will need the client and its dependencies on its runtime classpath, and of course its compile classpath if you&#39;re also building the code there.<br><br>Best regards,<br>Jerry<br>
<br><div class="gmail_quote">On Fri, Jul 27, 2012 at 1:32 PM, McMahon, James S (TASC) <span dir="ltr">&lt;<a href="mailto:james.mcmahon@tasc.com" target="_blank">james.mcmahon@tasc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
� � �Thank you for the reply, Jerry. On the machines from which I am trying to communicate using EmitLogDirect with a ReceiveLogsDirect instance on another machine through the rabbitmq server on a third machine, is the only software install I need to do (other than my java files) the download and install of the rabbitmq-client code? In other words, so that the machine running EmitLogDirect (and the one running ReceiveLogsDirect) knows how to find the jars it requires to build my class file?<br>

<br>
� � �It&#39;s not clear to me what download, install, and configuration I need to do on the non-rabbimq server machines - the clients, if you will.<br>
<br>
Jim<br>
<br>
________________________________________<br>
From: <a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com">rabbitmq-discuss-bounces@lists.rabbitmq.com</a> [<a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com">rabbitmq-discuss-bounces@lists.rabbitmq.com</a>] on behalf of Jerry Kuch [<a href="mailto:jerryk@rbcon.com">jerryk@rbcon.com</a>]<br>

Sent: Friday, July 27, 2012 4:18 PM<br>
To: Discussions about RabbitMQ<br>
Cc: Discussions about RabbitMQ<br>
<div class="HOEnZb"><div class="h5">Subject: Re: [rabbitmq-discuss] Configuring beyond rabbitmq � � server �on � � �localhost<br>
<br>
you&#39;re good with any string that your machine can resolve to the IP address<br>
of the system you&#39;re trying to connect to... �this could be either a host name or an IP address depending on the state of your DNS setup, your hosts file, etc.<br>
<br>
If you fail to connect, inspect the resulting exception or details...<br>
<br>
Sent from my iPhone (Brevity and typos are hopefully the result of 1-fingered typing rather than rudeness or illiteracy).<br>
<br>
<br>
On Jul 27, 2012, at 12:58 PM, &quot;McMahon, James S (TASC)&quot; &lt;<a href="mailto:james.mcmahon@TASC.COM">james.mcmahon@TASC.COM</a>&gt; wrote:<br>
<br>
&gt; Can you show me by simple example, is hostName in the following code supposed to be an IP address, or MYCOMPNAME from rabbit@MYCOMPNAME, or the entire string rabbit@MYCOMPNAME, or something else?<br>
&gt;<br>
&gt; � � � � �ConnectionFactory factory = new ConnectionFactory();<br>
&gt; � � � � �factory.setHost(hostName);<br>
&gt; � � � � �factory.setPort(portNumber);<br>
&gt; � � � � �Connection connection = factory.newConnection();<br>
&gt; � � � � �Channel channel = connection.createChannel();<br>
&gt;<br>
&gt; Jim<br>
&gt; ________________________________________<br>
&gt; From: <a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com">rabbitmq-discuss-bounces@lists.rabbitmq.com</a> [<a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com">rabbitmq-discuss-bounces@lists.rabbitmq.com</a>] on behalf of Francesco Mazzoli [<a href="mailto:francesco@rabbitmq.com">francesco@rabbitmq.com</a>]<br>

&gt; Sent: Monday, July 23, 2012 12:58 PM<br>
&gt; To: Discussions about RabbitMQ<br>
&gt; Subject: Re: [rabbitmq-discuss] Configuring beyond rabbitmq � � server �on � � �localhost<br>
&gt;<br>
&gt; At Mon, 23 Jul 2012 16:41:53 +0000,<br>
&gt; McMahon, James S (TASC) wrote:<br>
&gt;&gt; On the server running my rabbitmq instance, how do I tell it &quot;service incoming<br>
&gt;&gt; requests to send or read messages by listening on port 1234&quot;?<br>
&gt;<br>
&gt; By changing the RABBITMQ_NODE_PORT environmental variable, see<br>
&gt; <a href="http://www.rabbitmq.com/configure.html" target="_blank">http://www.rabbitmq.com/configure.html</a> .<br>
&gt;<br>
&gt;&gt; When you say Rabbit binds on all interfaces by default, that doesn&#39;t mean it<br>
&gt;&gt; monitors all ports does it?<br>
&gt;<br>
&gt; It obviously doesn&#39;t (that would be an odd thing to do), I meant that rabbitmq<br>
&gt; will receive all incoming connection and not just local one (in other words it<br>
&gt; won&#39;t bind to the loopback interface only).<br>
&gt;<br>
&gt; --<br>
&gt; Francesco * Often in error, never in doubt<br>
&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
&gt; 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.<br>

&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
_______________________________________________<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" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
_______________________________________________<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" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>