[rabbitmq-discuss] Client implementation in C++

Alterman, Eugene Eugene.Alterman at infogroup.com
Thu Mar 7 19:39:42 GMT 2013


I started writing a rabbitmq C++ client library. It is of course layered on top of rabbitmq-c and utilizes boost meta state machine to process incoming protocol frames. Processing of each incoming frame returns an instance of a boost variant. The static visitor is applied to each result. When a message is delivered, the instance of the visitor will store all the information.

Is there any interest in a library based on such an approach?

A very preliminary sources with a consumer example is here: https://github.com/eugene-a/amqcpp.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130307/e96b4a65/attachment.htm>


More information about the rabbitmq-discuss mailing list