<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You don&#39;t necessarily need to attach to a node. &nbsp;You *should* be able to use the direct client in exactly the same way as the TCP client. From the client&#39;s prespective the API calls are exactly the same. All you need to do is to boot Rabbit in the same VM and the client process, which means just adding a few arguments to the Erlang runtime, e.g.<br>

<br>
erl -pa $PATH_TO_RABBIT_EBIN_DIR $PATH_TO_YOUR_CLIENT_EBIN_DIR -mnesia dir $MNESIA_DIR -boot start_sasl -s rabbit</blockquote><div><br>I will try that. I could probably combine the two applications in my pet development shell script.&nbsp; Thanks.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><font color="#888888">
<br>
Ben<br>
<br>
</font></blockquote></div><br>