简体   繁体   中英

Cross-platform C/C++ RabbitMQ Library with minimal dependencies

I am looking for Cross-platform C/C++ RabbitMQ Library with minimal dependencies.

I checked all libraries mentioned on RabbitMQ site but none of them seems acceptable for me.

I am looking for something which will work outside of the box without need for tons of libraries or specific OS. One header file and one source file will be just fine.

What do you do use for working with AMQP?

Thanks in advance

LibRabbitmq is the option for C/C++ implementation of RabbitMQ.

Source code and good examples are present at https://github.com/alanxz/rabbitmq-c .

Creating a simple consumer and publisher using libRabbitmq is quite easy free. You would require one library and few header files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM