kombu.transport.mongodb

MongoDB transport.

copyright:
  1. 2010 - 2012 by Flavio Percoco Premoli.
license:

BSD, see LICENSE for more details.

Transport

class kombu.transport.mongodb.Transport(client, **kwargs)
class Channel(*vargs, **kwargs)
client
close()
get_table(exchange)

Get table of bindings for exchange.

queue_delete(queue, **kwargs)

Channel

class kombu.transport.mongodb.Channel(*vargs, **kwargs)
client
close()
get_table(exchange)

Get table of bindings for exchange.

queue_delete(queue, **kwargs)

Table Of Contents

Previous topic

<no title>

Next topic

kombu.transport.couchdb

This Page