Open nuriakiin opened 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?
There should be an issue with the binding relationship between exchange and queue
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?