I successfully compiled and ran rabbitmq-c on Win7 as an x86 module (win32).
Note that this is a C client for RabbitMQ, and NOT RabbitMQ itself.
I used the instructions for CMAKE
and ran these commands:
mkdir build && cd build
cmake ..
cmake --build [--config Release] .
However I need to compile it to x64. I can't find what switch of configuration option would set the build process to do that.