Celery v0.8.1 (stable) documentation
celery.backends.amqp
AMQP backend. Publish results by sending messages to the broker using the task id as routing key.
NOTE: Results published using this backend is read-once only. After the result has been read, the result is deleted. (however, it’s still cached locally by the backend instance).