<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Just tried to build this, compile worked, playing/learning starts
tomorrow (it's almost 11pm over here).<br>
<br>
Who ever wants to try this:<br>
<br>
apt-get install mercurial autoconf automake1.9 libtool python-simplejson<br>
<br>
*before* Tony's little howto will help.<br>
<br>
Cheers,<br>
&nbsp;&nbsp;&nbsp;&nbsp; Peter<br>
<br>
Tony Garnock-Jones schrieb:
<blockquote cite="mid:4A3FAA3A.7050406@lshift.net" type="cite">
  <pre wrap="">Peter Fischer (gb consite GmbH) wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">It seems to me that there is no binary executable CLI client availible
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Try rabbitmq-c:

hg clone <a class="moz-txt-link-freetext" href="http://hg.rabbitmq.com/rabbitmq-codegen">http://hg.rabbitmq.com/rabbitmq-codegen</a>
hg clone <a class="moz-txt-link-freetext" href="http://hg.rabbitmq.com/rabbitmq-c">http://hg.rabbitmq.com/rabbitmq-c</a>
cd rabbitmq-c
autoreconf -i
./configure
make
./examples/amqp_listen dev.rabbitmq.com 5672 amq.rabbitmq.log error

There are other examples in the ./examples directory.

Regards,
  Tony
  </pre>
</blockquote>
<br>
</body>
</html>