简体   繁体   中英

Windows compatible network layer for AMQP-CPP?

I want to use AMQP-CPP on Windows but a Windows compatible.network layer is not provided as stated here https://github.com/CopernicaMarketingSoftware/AMQP-CPP/issues/225#issuecomment-392569905

I tried to follow examples but then I found that all provided.network layers in the library are linux specific:

Could you please suggest a Windows compatible.network layer implementation for AMQP-CPP?

libuv is supported on Windows and should work for you -

https://github.com/libuv/libuv


the RabbitMQ team monitors the rabbitmq-users mailing list and only sometimes answers questions on StackOverflow. RabbitMQ 团队负责监控rabbitmq-users邮件列表,有时只在 StackOverflow 上回答问题。

I also ran into the same issue and wrote a small library to use AMQP-CPP on both Linux and Windows https://github.com/vmitkov/async_amqp.git .

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