akalend / amqpcpp

rabbitcpp is a C++ library for Message Queue Server RabbitMQ
MIT License
228 stars 142 forks source link

Example close connection AMQP #56

Open neodiz opened 7 years ago

neodiz commented 7 years ago

Hi. Can you explain how to close the connection and delete classes AMQP and AMQPQueue. When I remove the objects AMQP,AMQPQueue called functions closeChannel from all objects. From first object function executed normally from second application is down. From example i use example_get.cpp

akalend commented 7 years ago

Ok,

iramykytyn commented 6 years ago

Hi,

I'm wondering what is expected flow of API calls for the client in order to remove anonymous queue and close the connection?