danpoland

Results 2 issues of danpoland

Queues that are exclusive should not imply they are also auto-deleted: https://github.com/celery/kombu/blob/master/kombu/entity.py#L582 The AMQP specification does not make the assumption that exclusive queues are also auto-deleted. Section 2.1.4.1 > exclusive...