This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 2.5.
AMQ related functionality.
| copyright: |
|
|---|---|
| license: | BSD, see LICENSE for more details. |
Broker connection class used. Default is kombu.connection.BrokerConnection.
Base Consumer class used. Default is kombu.compat.Consumer.
Create new Queues instance, using queue defaults from the current configuration.
Returns the current task router.
Returns consumer for a single task queue.
Returns publisher used to send tasks.
You should use app.send_task instead.
Queue name⇒ declaration mapping.
| Parameters: |
|
|---|
Add new queue.
| Parameters: |
|
|---|
Format routing table into string for log dumps.
Sets consume_from by selecting a subset of the currently defined queues.
| Parameters: | wanted – List of wanted queue names. |
|---|
alias of TaskProducer