0

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.

Pazhaniyappan
  • 122
  • 1
  • 10

1 Answers1

2

Searching google using AMQP-CPP examples returns the following:


NOTE: the RabbitMQ team monitors the rabbitmq-users mailing list and only sometimes answers questions on StackOverflow.

Luke Bakken
  • 8,993
  • 2
  • 20
  • 33