A wrapper of streadway/amqp that provides reconnection logic and sane defaults
805
stars
129
forks
source link
[v0.12.4] Declaring consumers on the same queue name but different exchanges creates bindings on the same queue #192
Open
ntauth opened 15 hours ago
I'll make it short, I am declaring two consumers like this:
Ad here is what I see on the RabbitMQ management page:
Only one queue is declared, and the
chats
andmessages
exchanges both push to the same queue. Am I missing something?