I have been using AMQP-CPP for RabbitMQ server communication. The sample client I am using is based on polling based approach. Can anyone using event based message communication (C++)?
If yes, I would kindly request you to share the sample,
Thanks in advance.