kombu.transport

Built-in transports.

copyright:
  1. 2009 - 2012 by Ask Solem.
license:

BSD, see LICENSE for more details.

Data

kombu.transport.DEFAULT_TRANSPORT

Default transport used when no transport specified.

kombu.transport.TRANSPORT_ALIASES

Mapping of transport aliases/class names.

Functions

kombu.transport.get_transport_cls(transport=None)

Get transport class by name.

The transport string is the full path to a transport class, e.g.:

"kombu.transport.amqplib.Transport"

If the name does not include ”.” (is not fully qualified), the alias table will be consulted.

kombu.transport.resolve_transport(transport=None)

Table Of Contents

Previous topic

Logging - kombu.log

Next topic

kombu.transport.amqplib

This Page