On 5 July 2015 at 14:56, Nick Levine <nick@nicklevine.org> wrote:
A somewhat off-topic reply, but if you're working on a CL / RabbitMQ
implementation then do feel free to raid my old CL-RABBIT sources for
working parts, in case any of them turn out to be of use.

Currently I'm linking to rabbitmq-c which is the C API for RabbitMQ. Unfortunately this library is not entirely ideal as a base for implementing a multithreaded async library. Your library avoids this, and I have definitely been thinking about moving away from rabbitmq-c. If I choose to do that, I will definitely have a look at your code.

Regards,
Elias