tags:

views:

177

answers:

2

Can somebody throw some light on how to build rabbitmq C client lib on windows?

+1  A: 

This might be what you are looking for: http://hg.rabbitmq.com/rabbitmq-c/

Edit: wrong link, here is a discussion on the topic: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-February/006201.html

Alex
A: 

The current tip for the library for RabbitMQ can be built in windows using mingw. The process is long and a bit complicated but it is documented in the README.windows file here

roo