Can somebody tell steps to use OpenAMQ C lib to connect to rabbitMQ server.
Posted
by Hacker_PK
on Stack Overflow
See other posts from Stack Overflow
or by Hacker_PK
Published on 2010-04-05T14:49:55Z
Indexed on
2010/04/05
14:53 UTC
Read the original article
Hit count: 399
I am trying to use RabbitMQ in my C/C++ app, so far I have realized that using OpenAMQ's C Client is the only option, but OpenAMQ is AMQP 0-9 something and RabbitMQ server is 0-8. I have read somewhere that people were successful to do minor changes to RabbitMQ to make it work with OpenAMQ C lib.. can somebody experienced with this throw some light.
© Stack Overflow or respective owner