[rabbitmq-discuss] Erlang Client Example Code

Matthew Sackman matthew at lshift.net
Mon Mar 1 10:24:37 GMT 2010


On Sat, Feb 27, 2010 at 01:50:17PM -0800, Glenn Rempe wrote:
> I took a look at the amqp_dbq module in the client test dir.
> Unfortunately, I'm not clear how I would make use of that module and
> I've found no mention of it in my search of the mailing list (Google
> finds only a single result which is the commit message).

If, in the erlang client, you do a make run, and you then run some of
the functions in the amqp_dbg module, and you then run some client code
then you'll find that all sorts of interesting debugging output appears
in the erlang shell. The functions are really just suitable predefined
wrappers around the erlang dbg module (which in turn wraps the standard
erlang tracer).

Matthew




More information about the rabbitmq-discuss mailing list