[rabbitmq-discuss] C++ client options

Gordon Sim gsim at redhat.com
Fri Aug 9 12:26:11 BST 2013


On 08/07/2013 09:49 PM, Daniel Pocock wrote:
> Just some background: I'm mentoring a student with Google Summer of
> Code, he is making some changes to the reSIProcate project
>
> reSIProcate is a strongly object-oriented C++ project, so to remain
> consistent with the code style, using C++ would be nice.  Regular C
> could be used too.  Some parts of the stack use asio, other parts use a
> similar, single threaded async model.
>
> What we have here is a SIP voice conferencing application:
>
>    https://github.com/resiprocate/reConServer
>
> The original version of the code just takes commands and prints
> responses through stdin/stdout.  We would like to replace that with JSON
> over RabbitMQ / AMQP

Would publishing over MQTT be an option? That might give further choices 
in client library.


More information about the rabbitmq-discuss mailing list