akalend / amqpcpp

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

Different consumers triggered when message came 1 queue #105

Open nuriakiin opened 1 year ago

nuriakiin commented 1 year ago

I have 2 listeners. I want them to listen to 2 separate exchanges. I create events on separate queues. However, when a message comes to 1 queue, 2 exchanges are triggered. How to figure out this problem?

TomeC commented 1 year ago

image There should be an issue with the binding relationship between exchange and queue