kombu.transport.memory

In-memory transport.

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

BSD, see LICENSE for more details.

Transport

class kombu.transport.memory.Transport(client, **kwargs)
class Channel(connection, **kwargs)
Transport.state

memory backend state is global.

Channel

class kombu.transport.memory.Channel(connection, **kwargs)

Table Of Contents

Previous topic

<no title>

Next topic

kombu.transport.pyredis

This Page