AMQP-CPP - RabbitMQ Event Loop is not working
问题 I dont get the Event Loop with the RabbitMQ CPP (CopernicaMarketingSoftware/AMQP-CPP) Library from https://github.com/CopernicaMarketingSoftware/AMQP-CPP running properly. I have set up a rabbitmq server, and it works fine. My code looks like this: #include <iostream> #include <sys/select.h> #include <cop_amqpcpp.h> #include <cop_amqpcpp/linux_tcp.h> using namespace std; fd_set rfds; class MyTcpHandler : public AMQP::TcpHandler { private: /** * Method that is called when the connection