简体   繁体   English

如何在Windows上创建AMQP-CPP事件循环?

[英]How to create AMQP-CPP event loop on Windows?

I found this post, but this is for linux, right? 我找到了这篇文章,但这是针对Linux的,对吧? What do I use to create the event loop on Windows? 如何在Windows上创建事件循环?

I'm using AMQP-CPP on Windows. 我在Windows上使用AMQP-CPP I finally found AMQP::TCPConnection implementation for windows. 我终于找到了Windows的AMQP::TCPConnection实现。 But, I'm not sure how to use the event loop. 但是,我不确定如何使用事件循环。 There is no good documentation for AMQP-CPP for Windows. 没有适用于Windows的AMQP-CPP的好的文档。

Check out the examples here: 在此处查看示例:

https://github.com/CopernicaMarketingSoftware/AMQP-CPP/tree/master/examples https://github.com/CopernicaMarketingSoftware/AMQP-CPP/tree/master/examples

Both Boost and libuv have Windows builds. Boost和libuv都具有Windows版本。 I suggest using one of those. 我建议使用其中之一。


NOTE: the RabbitMQ team monitors the rabbitmq-users mailing list and only sometimes answers questions on StackOverflow. 注意: RabbitMQ团队监视rabbitmq-users 邮件列表 ,仅在某些情况下回答关于StackOverflow的问题。

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

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