akalend / amqpcpp

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

Allow using an empty queue name (the server will generate a queue name) #93

Open AntAgna opened 3 years ago

AntAgna commented 3 years ago

Example implementations of RPC on https://rabbitmq.com recommend to declare a queue without a name to receive the answers from the RPC server. When a queue is declared without a name, the RabbitMQ server will generate a random name.

92