简体   繁体   English

具有最小依赖性的跨平台C / C ++ RabbitMQ库

[英]Cross-platform C/C++ RabbitMQ Library with minimal dependencies

I am looking for Cross-platform C/C++ RabbitMQ Library with minimal dependencies. 我正在寻找具有最小依赖性的跨平台C / C ++ RabbitMQ库。

I checked all libraries mentioned on RabbitMQ site but none of them seems acceptable for me. 我检查了RabbitMQ网站上提到的所有库,但它们似乎都不适合我。

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? 您使用什么来使用AMQP?

Thanks in advance 提前致谢

LibRabbitmq is the option for C/C++ implementation of RabbitMQ. LibRabbitmq是RabbitMQ的C / C ++实现的选项。

Source code and good examples are present at https://github.com/alanxz/rabbitmq-c . https://github.com/alanxz/rabbitmq-c上提供了源代码和很好的示例。

Creating a simple consumer and publisher using libRabbitmq is quite easy free. 使用libRabbitmq创建一个简单的使用者和发布者是非常容易的。 You would require one library and few header files. 您需要一个库和几个头文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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