kombu/t
Rohan McGovern 57f464895d qpid: ensure supported exchange types are declared (#1034)
This is a follow-up to ddba8aeaf0. Prior to that commit,
"implements" was missing entirely for qpid. The earlier commit
added it, but only declared that the transport was async-capable.

Turns out it's important also to declare the supported exchange
types. In particular, if the transport doesn't declare support
for the 'fanout' exchange type, pidbox wouldn't be used[1] and so
it would still not be possible to revoke a task with terminate=True
when using the qpid transport.

[1] https://github.com/celery/celery/commit/2f58c35340f648
2019-04-04 10:56:43 +03:00
..
integration Add transports based on Azure PaaS (#891) 2018-08-30 23:34:52 +06:00
unit qpid: ensure supported exchange types are declared (#1034) 2019-04-04 10:56:43 +03:00
__init__.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
mocks.py Prefer dict literal syntax over dict() (#787) 2017-09-08 07:43:59 +03:00