CopernicaMarketingSoftware / AMQP-CPP

C++ library for asynchronous non-blocking communication with RabbitMQ
Apache License 2.0
884 stars 340 forks source link

Does amqp-cpp support the amqp 1.0 protocol? #528

Closed iec-1 closed 6 months ago

iec-1 commented 7 months ago

Sorry for posting this as an 'issue'. I could not find another place to post questions. Does amqp-cpp support the amqp 1.0 protocol? We want to use amqp-cpp to interface with a the apache activemq broker. This broker uses the amqp 1.0 protocol.

EmielBruijntjes commented 6 months ago

No, it was written for RabbitMQ and that uses 0.9.8 (or so please check). I have never used it to connect with anything else than RabbitMQ.