<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I started writing a rabbitmq C&#43;&#43; 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.<br>
<br>
Is there any interest in a library based on such an approach?<br>
<br>
A very preliminary sources with a consumer example is here: https://github.com/eugene-a/amqcpp.<br>
</div>
</body>
</html>