tags:

views:

203

answers:

3

Is there a AMQP implementation that has stable C++ Client libary

A: 

See Apache Active MQ Cpp for one example

Jeff Foster
? Is this *AMQP*, rather than ActiveMQ ? The two are different.
Brian Agnew
AMQP is a standard, Active MQ is an implementation of it (at least that's my understanding of http://activemq.apache.org/amqp.html)
Jeff Foster
ActiveMQ does not implement AMQP yet.
alexis
A: 

Apache Qpid has a stable C++ client library -- see qpid.apache.org.

Dave

Dave
A: 

There is a C client for RabbitMQ and a C++ interface for it is being discussed on the mailing list right now.

http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-March/006547.html

Cheers

alexis

alexis