smok-serwis / coolamqp

Pure Python pretty fast AMQP client with sane reconnects
MIT License
6 stars 1 forks source link

Problem with binding anonymous queues to topic exchanges #50

Closed piotrmaslanka closed 1 month ago

piotrmaslanka commented 4 years ago

This feature is broken. Create your own queues that are auto_delete and have unique names for now.

piotrmaslanka commented 1 month ago

Won't fix. This has been documented. This is because CoolAMQP uses a different queue for declaration than for usage, and queue declared on a channel is valid only for that channel.