<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<p>This was very helpful, Jerry. I got my configuration working flawlessly last night. Thank you very much for your guidance.</p>
<p>&nbsp;</p>
<p>Jim</p>
<p>&nbsp;</p>
<div style="FONT-FAMILY: Times New Roman; COLOR: #000000; FONT-SIZE: 16px">
<hr tabindex="-1">
<div style="DIRECTION: ltr" id="divRpF262410"><font color="#000000" size="2" face="Tahoma"><b>From:</b> rabbitmq-discuss-bounces@lists.rabbitmq.com [rabbitmq-discuss-bounces@lists.rabbitmq.com] on behalf of Jerry Kuch [jerryk@rbcon.com]<br>
<b>Sent:</b> Friday, July 27, 2012 6:57 PM<br>
<b>To:</b> Discussions about RabbitMQ<br>
<b>Subject:</b> Re: [rabbitmq-discuss] Configuring beyond rabbitmq server on localhost<br>
</font><br>
</div>
<div></div>
<div>Hi, James:<br>
<br>
A machine wanting to use our regular Java client needs only that JAR and its very short list of dependencies.&nbsp; See:<br>
<br>
<a href="http://mvnrepository.com/artifact/com.rabbitmq/amqp-client/2.8.4" target="_blank">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'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 style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
&nbsp; &nbsp; &nbsp;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>
&nbsp; &nbsp; &nbsp;It'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" target="_blank">
rabbitmq-discuss-bounces@lists.rabbitmq.com</a> [<a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com" target="_blank">rabbitmq-discuss-bounces@lists.rabbitmq.com</a>] on behalf of Jerry Kuch [<a href="mailto:jerryk@rbcon.com" target="_blank">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 &nbsp; &nbsp; server &nbsp;on &nbsp; &nbsp; &nbsp;localhost<br>
<br>
you're good with any string that your machine can resolve to the IP address<br>
of the system you're trying to connect to... &nbsp;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" target="_blank">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; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ConnectionFactory factory = new ConnectionFactory();<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;factory.setHost(hostName);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;factory.setPort(portNumber);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Connection connection = factory.newConnection();<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Channel channel = connection.createChannel();<br>
&gt;<br>
&gt; Jim<br>
&gt; ________________________________________<br>
&gt; From: <a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com" target="_blank">
rabbitmq-discuss-bounces@lists.rabbitmq.com</a> [<a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com" target="_blank">rabbitmq-discuss-bounces@lists.rabbitmq.com</a>] on behalf of Francesco Mazzoli [<a href="mailto:francesco@rabbitmq.com" target="_blank">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 &nbsp; &nbsp; server &nbsp;on &nbsp; &nbsp; &nbsp;localhost<br>
&gt;<br>
&gt; At Mon, 23 Jul 2012 16:41:53 &#43;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't mean it<br>
&gt;&gt; monitors all ports does it?<br>
&gt;<br>
&gt; It obviously doesn'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'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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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>
</div>
</div>
</div>
</body>
</html>