Kombu actually supports the mandatory flag.
@kgiusti the error you see in your tests is [1] ( I fixed it, now the tests work)
Mandatory flag can't be used on "memory" transport in kombu since "memory" transport does not follow AMQP protocol, see [2]
btw we are working on "mandatory" flag implementation, see [3],[4] and [5]
- Gabriele Santomaggio Cloud Developer @SUSE
1- https://github.com/celery/kombu/pull/1053 2- https://github.com/celery/kombu/issues/1050 3- https://blueprints.launchpad.net/oslo.messaging/+spec/transport-options 4- https://review.opendev.org/#/c/666241/ 5- https://review.opendev.org/#/c/660373/
Kombu actually supports the mandatory flag.
@kgiusti the error you see in your tests is [1] ( I fixed it, now the tests work)
Mandatory flag can't be used on "memory" transport in kombu since "memory" transport does not follow AMQP protocol, see [2]
btw we are working on "mandatory" flag implementation, see [3],[4] and [5]
-
Gabriele Santomaggio
Cloud Developer @SUSE
1- https:/ /github. com/celery/ kombu/pull/ 1053 /github. com/celery/ kombu/issues/ 1050 /blueprints. launchpad. net/oslo. messaging/ +spec/transport -options /review. opendev. org/#/c/ 666241/ /review. opendev. org/#/c/ 660373/
2- https:/
3- https:/
4- https:/
5- https:/