summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-02-04 11:14:15 +0000
committerAsk Solem <ask@celeryproject.org>2012-02-04 11:14:15 +0000
commit655209878d3a2d17eabf2e64e72b0231b5192793 (patch)
treef71bc2ddf2ff2b7db2122ad5ae2a86c05d20da1b
parent8b7f8faf0cc0333095ebfa7f52442b5fb0120577 (diff)
downloadkombu-655209878d3a2d17eabf2e64e72b0231b5192793.tar.gz
Rendered documentation for Github Pages.
-rw-r--r--_sources/changelog.txt19
-rw-r--r--_sources/introduction.txt59
-rw-r--r--_sources/reference/kombu.transport.virtual.txt2
-rw-r--r--_sources/userguide/connections.txt52
-rw-r--r--_sources/userguide/serialization.txt4
-rw-r--r--changelog.html107
-rw-r--r--faq.html10
-rw-r--r--genindex.html82
-rw-r--r--index.html13
-rw-r--r--introduction.html49
-rw-r--r--objects.invbin9398 -> 9514 bytes
-rw-r--r--py-modindex.html10
-rw-r--r--reference/index.html14
-rw-r--r--reference/kombu.abstract.html10
-rw-r--r--reference/kombu.clocks.html10
-rw-r--r--reference/kombu.common.html10
-rw-r--r--reference/kombu.compat.html38
-rw-r--r--reference/kombu.compression.html10
-rw-r--r--reference/kombu.connection.html10
-rw-r--r--reference/kombu.entity.html22
-rw-r--r--reference/kombu.exceptions.html10
-rw-r--r--reference/kombu.log.html10
-rw-r--r--reference/kombu.messaging.html29
-rw-r--r--reference/kombu.mixins.html10
-rw-r--r--reference/kombu.pidbox.html10
-rw-r--r--reference/kombu.pools.html10
-rw-r--r--reference/kombu.serialization.html12
-rw-r--r--reference/kombu.simple.html10
-rw-r--r--reference/kombu.syn.html10
-rw-r--r--reference/kombu.transport.SQS.html10
-rw-r--r--reference/kombu.transport.amqplib.html15
-rw-r--r--reference/kombu.transport.base.html10
-rw-r--r--reference/kombu.transport.beanstalk.html14
-rw-r--r--reference/kombu.transport.couchdb.html14
-rw-r--r--reference/kombu.transport.django.html10
-rw-r--r--reference/kombu.transport.django.management.commands.clean_kombu_messages.html10
-rw-r--r--reference/kombu.transport.django.managers.html10
-rw-r--r--reference/kombu.transport.django.models.html14
-rw-r--r--reference/kombu.transport.html10
-rw-r--r--reference/kombu.transport.librabbitmq.html12
-rw-r--r--reference/kombu.transport.memory.html12
-rw-r--r--reference/kombu.transport.mongodb.html50
-rw-r--r--reference/kombu.transport.pika.html10
-rw-r--r--reference/kombu.transport.pika2.html12
-rw-r--r--reference/kombu.transport.redis.html14
-rw-r--r--reference/kombu.transport.sqlalchemy.html10
-rw-r--r--reference/kombu.transport.sqlalchemy.models.html10
-rw-r--r--reference/kombu.transport.virtual.exchange.html10
-rw-r--r--reference/kombu.transport.virtual.html18
-rw-r--r--reference/kombu.transport.virtual.scheduling.html10
-rw-r--r--reference/kombu.utils.compat.html12
-rw-r--r--reference/kombu.utils.debug.html10
-rw-r--r--reference/kombu.utils.encoding.html10
-rw-r--r--reference/kombu.utils.finalize.html10
-rw-r--r--reference/kombu.utils.functional.html10
-rw-r--r--reference/kombu.utils.html10
-rw-r--r--reference/kombu.utils.limits.html10
-rw-r--r--search.html10
-rw-r--r--searchindex.js2
-rw-r--r--userguide/connections.html38
-rw-r--r--userguide/consumers.html18
-rw-r--r--userguide/examples.html10
-rw-r--r--userguide/index.html14
-rw-r--r--userguide/introduction.html10
-rw-r--r--userguide/pools.html10
-rw-r--r--userguide/producers.html31
-rw-r--r--userguide/serialization.html14
-rw-r--r--userguide/simple.html10
68 files changed, 648 insertions, 518 deletions
diff --git a/_sources/changelog.txt b/_sources/changelog.txt
index e23bd0fc..c0b6bb46 100644
--- a/_sources/changelog.txt
+++ b/_sources/changelog.txt
@@ -2,6 +2,25 @@
Change history
================
+.. _version-2.1.0:
+
+2.1.0
+=====
+:release-date: 2012-02-04 10:38 P.M GMT
+:by: Ask Solem
+
+* MongoDB: Now supports fanout (broadcast) (Issue #98).
+
+ Contributed by Scott Lyons.
+
+* pika transport: Now works with pika 0.9.5 and 0.9.6dev.
+
+ The old pika transport (supporting 0.5.x) is now available
+ as alias ``oldpika``.
+
+ (Note terribly latency has been experienced with the new pika
+ versions, so this is still an experimental transport).
+
.. _version-2.0.0:
2.0.0
diff --git a/_sources/introduction.txt b/_sources/introduction.txt
index ee2006c5..a239476d 100644
--- a/_sources/introduction.txt
+++ b/_sources/introduction.txt
@@ -2,7 +2,7 @@
kombu - AMQP Messaging Framework for Python
#############################################
-:Version: 2.0.0
+:Version: 2.1.0
Synopsis
========
@@ -75,32 +75,33 @@ and the `Wikipedia article about AMQP`_.
Transport Comparison
====================
-+---------------+----------+------------+-----------+---------------+
-| **Client** | **Type** | **Direct** | **Topic** | **Fanout** |
-+---------------+----------+------------+-----------+---------------+
-| *amqplib* | Native | Yes | Yes | Yes |
-+---------------+----------+------------+-----------+---------------+
-| *pika* | Native | Yes | Yes | Yes |
-+---------------+----------+------------+-----------+---------------+
-| *redis* | Virtual | Yes | Yes[*]_ | Yes (PUB/SUB) |
-+---------------+----------+------------+-----------+---------------+
-| *beanstalk* | Virtual | Yes | Yes[*]_ | No |
-+---------------+----------+------------+-----------+---------------+
-| *SQS* | Virtual | Yes | Yes[*]_ | Yes[#]_ |
-+---------------+----------+------------+-----------+---------------+
-| *mongodb* | Virtual | Yes | Yes[*]_ | No |
-+---------------+----------+------------+-----------+---------------+
-| *couchdb* | Virtual | Yes | Yes[*]_ | No |
-+---------------+----------+------------+-----------+---------------+
-| *in-memory* | Virtual | Yes | Yes[*]_ | No |
-+---------------+----------+------------+-----------+---------------+
-
-
-.. [*] Declarations only kept in memory, so exchanges/queues
- must be declared by all clients that needs them.
-
-.. [#] Fanout supported via storing routing tables in SimpleDB.
- Can be disabled by setting the ``supports_fanout`` transport option.
++---------------+----------+------------+------------+---------------+
+| **Client** | **Type** | **Direct** | **Topic** | **Fanout** |
++---------------+----------+------------+------------+---------------+
+| *amqplib* | Native | Yes | Yes | Yes |
++---------------+----------+------------+------------+---------------+
+| *pika* | Native | Yes | Yes | Yes |
++---------------+----------+------------+------------+---------------+
+| *redis* | Virtual | Yes | Yes [#f1]_ | Yes (PUB/SUB) |
++---------------+----------+------------+------------+---------------+
+| *beanstalk* | Virtual | Yes | Yes [#f1]_ | No |
++---------------+----------+------------+------------+---------------+
+| *SQS* | Virtual | Yes | Yes [#f1]_ | Yes [#f2]_ |
++---------------+----------+------------+------------+---------------+
+| *mongodb* | Virtual | Yes | Yes [#f1]_ | Yes |
++---------------+----------+------------+------------+---------------+
+| *couchdb* | Virtual | Yes | Yes [#f1]_ | No |
++---------------+----------+------------+------------+---------------+
+| *in-memory* | Virtual | Yes | Yes [#f1]_ | No |
++---------------+----------+------------+------------+---------------+
+
+
+.. [#f1] Declarations only kept in memory, so exchanges/queues
+ must be declared by all clients that needs them.
+
+.. [#f2] Fanout supported via storing routing tables in SimpleDB.
+ Disabled by default, but can be enabled by using the
+ ``supports_fanout`` transport option.
Documentation
@@ -129,8 +130,8 @@ Quick overview
# Declare the video queue so that the messages can be delivered.
# It is a best practice in Kombu to have both publishers and
- # consmers declare the queue.
- video_queue(channel).declare()
+ # consumers declare the queue.
+ video_queue(conn.channel()).declare()
# produce
with conn.Producer(exchange=media_exchange,
diff --git a/_sources/reference/kombu.transport.virtual.txt b/_sources/reference/kombu.transport.virtual.txt
index 8e60977a..4bac1dd7 100644
--- a/_sources/reference/kombu.transport.virtual.txt
+++ b/_sources/reference/kombu.transport.virtual.txt
@@ -14,7 +14,7 @@
.. autoattribute:: Cycle
- .. autoattribute:: interval
+ .. autoattribute:: polling_interval
.. autoattribute:: default_port
diff --git a/_sources/userguide/connections.txt b/_sources/userguide/connections.txt
index fa9de610..f02b7260 100644
--- a/_sources/userguide/connections.txt
+++ b/_sources/userguide/connections.txt
@@ -129,29 +129,29 @@ keyword arguments, these are:
Transport Comparison
====================
-+---------------+----------+------------+-----------+---------------+
-| **Client** | **Type** | **Direct** | **Topic** | **Fanout** |
-+---------------+----------+------------+-----------+---------------+
-| *amqplib* | Native | Yes | Yes | Yes |
-+---------------+----------+------------+-----------+---------------+
-| *pika* | Native | Yes | Yes | Yes |
-+---------------+----------+------------+-----------+---------------+
-| *redis* | Virtual | Yes | Yes[*]_ | Yes (PUB/SUB) |
-+---------------+----------+------------+-----------+---------------+
-| *beanstalk* | Virtual | Yes | Yes[*]_ | No |
-+---------------+----------+------------+-----------+---------------+
-| *SQS* | Virtual | Yes | Yes[*]_ | Yes[#]_ |
-+---------------+----------+------------+-----------+---------------+
-| *mongodb* | Virtual | Yes | Yes[*]_ | No |
-+---------------+----------+------------+-----------+---------------+
-| *couchdb* | Virtual | Yes | Yes[*]_ | No |
-+---------------+----------+------------+-----------+---------------+
-| *in-memory* | Virtual | Yes | Yes[*]_ | No |
-+---------------+----------+------------+-----------+---------------+
-
-
-.. [*] Declarations only kept in memory, so exchanges/queues
- must be declared by all clients that needs them.
-
-.. [#] Fanout supported via storing routing tables in SimpleDB.
- Can be disabled by setting the ``supports_fanout`` transport option.
++---------------+----------+------------+------------+---------------+
+| **Client** | **Type** | **Direct** | **Topic** | **Fanout** |
++---------------+----------+------------+------------+---------------+
+| *amqplib* | Native | Yes | Yes | Yes |
++---------------+----------+------------+------------+---------------+
+| *pika* | Native | Yes | Yes | Yes |
++---------------+----------+------------+------------+---------------+
+| *redis* | Virtual | Yes | Yes [#f1]_ | Yes (PUB/SUB) |
++---------------+----------+------------+------------+---------------+
+| *beanstalk* | Virtual | Yes | Yes [#f1]_ | No |
++---------------+----------+------------+------------+---------------+
+| *SQS* | Virtual | Yes | Yes [#f1]_ | Yes [#f2]_ |
++---------------+----------+------------+------------+---------------+
+| *mongodb* | Virtual | Yes | Yes [#f1]_ | No |
++---------------+----------+------------+------------+---------------+
+| *couchdb* | Virtual | Yes | Yes [#f1]_ | No |
++---------------+----------+------------+------------+---------------+
+| *in-memory* | Virtual | Yes | Yes [#f1]_ | No |
++---------------+----------+------------+------------+---------------+
+
+
+.. [#f1] Declarations only kept in memory, so exchanges/queues
+ must be declared by all clients that needs them.
+
+.. [#f2] Fanout supported via storing routing tables in SimpleDB.
+ Can be disabled by setting the ``supports_fanout`` transport option.
diff --git a/_sources/userguide/serialization.txt b/_sources/userguide/serialization.txt
index b70ea549..c39cc3cc 100644
--- a/_sources/userguide/serialization.txt
+++ b/_sources/userguide/serialization.txt
@@ -55,7 +55,7 @@ Each option has its advantages and disadvantages.
cross-language compatibility, then `YAML` may be a better fit
than the above.
-To instruct carrot to use an alternate serialization method,
+To instruct `Kombu` to use an alternate serialization method,
use one of the following options.
1. Set the serialization option on a per-producer basis::
@@ -79,7 +79,7 @@ Sending raw data without Serialization
======================================
In some cases, you don't need your message data to be serialized. If you
-pass in a plain string or Unicode object as your message, then carrot will
+pass in a plain string or Unicode object as your message, then `Kombu` will
not waste cycles serializing/deserializing the data.
You can optionally specify a `content_type` and `content_encoding`
diff --git a/changelog.html b/changelog.html
index d4138c80..6fe80305 100644
--- a/changelog.html
+++ b/changelog.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Change history &mdash; Kombu 2.0.0 documentation</title>
+ <title>Change history &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="_static/celery.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="index.html" />
<link rel="prev" title="Finalize - kombu.utils.finalize" href="reference/kombu.utils.finalize.html" />
</head>
<body>
@@ -40,7 +40,7 @@
<li class="right" >
<a href="reference/kombu.utils.finalize.html" title="Finalize - kombu.utils.finalize"
accesskey="P">previous</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -51,8 +51,36 @@
<div class="section" id="change-history">
<h1>Change history<a class="headerlink" href="#change-history" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="version-2-1-0">
+<span id="id1"></span><h2>2.1.0<a class="headerlink" href="#version-2-1-0" title="Permalink to this headline">¶</a></h2>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">release-date:</th><td class="field-body">2012-02-04 10:38 P.M GMT</td>
+</tr>
+<tr class="field-even field"><th class="field-name">by:</th><td class="field-body">Ask Solem</td>
+</tr>
+</tbody>
+</table>
+<ul>
+<li><p class="first">MongoDB: Now supports fanout (broadcast) (Issue #98).</p>
+<blockquote>
+<div><p>Contributed by Scott Lyons.</p>
+</div></blockquote>
+</li>
+<li><p class="first">pika transport: Now works with pika 0.9.5 and 0.9.6dev.</p>
+<blockquote>
+<div><p>The old pika transport (supporting 0.5.x) is now available
+as alias <tt class="docutils literal"><span class="pre">oldpika</span></tt>.</p>
+<p>(Note terribly latency has been experienced with the new pika
+versions, so this is still an experimental transport).</p>
+</div></blockquote>
+</li>
+</ul>
+</div>
<div class="section" id="version-2-0-0">
-<span id="id1"></span><h2>2.0.0<a class="headerlink" href="#version-2-0-0" title="Permalink to this headline">¶</a></h2>
+<span id="id2"></span><h2>2.0.0<a class="headerlink" href="#version-2-0-0" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -166,7 +194,7 @@ that should be declared before the message is published.</p>
</div>
</div>
<div class="section" id="version-1-5-1">
-<span id="id2"></span><h2>1.5.1<a class="headerlink" href="#version-1-5-1" title="Permalink to this headline">¶</a></h2>
+<span id="id3"></span><h2>1.5.1<a class="headerlink" href="#version-1-5-1" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -196,7 +224,7 @@ One example would be to disable the Pickle serializer:</p>
</ul>
</div>
<div class="section" id="version-1-5-0">
-<span id="id3"></span><h2>1.5.0<a class="headerlink" href="#version-1-5-0" title="Permalink to this headline">¶</a></h2>
+<span id="id4"></span><h2>1.5.0<a class="headerlink" href="#version-1-5-0" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -270,7 +298,7 @@ were not yet properly initialized (Issue #78).</p>
</ul>
</div>
<div class="section" id="version-1-4-3">
-<span id="id4"></span><h2>1.4.3<a class="headerlink" href="#version-1-4-3" title="Permalink to this headline">¶</a></h2>
+<span id="id5"></span><h2>1.4.3<a class="headerlink" href="#version-1-4-3" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -284,7 +312,7 @@ were not yet properly initialized (Issue #78).</p>
</ul>
</div>
<div class="section" id="version-1-4-2">
-<span id="id5"></span><h2>1.4.2<a class="headerlink" href="#version-1-4-2" title="Permalink to this headline">¶</a></h2>
+<span id="id6"></span><h2>1.4.2<a class="headerlink" href="#version-1-4-2" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -324,7 +352,7 @@ by <cite>on_decode_error</cite> (Issue #72)</p>
</ul>
</div>
<div class="section" id="version-1-4-1">
-<span id="id6"></span><h2>1.4.1<a class="headerlink" href="#version-1-4-1" title="Permalink to this headline">¶</a></h2>
+<span id="id7"></span><h2>1.4.1<a class="headerlink" href="#version-1-4-1" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -341,7 +369,7 @@ established for every acquire.</li>
</ul>
</div>
<div class="section" id="version-1-4-0">
-<span id="id7"></span><h2>1.4.0<a class="headerlink" href="#version-1-4-0" title="Permalink to this headline">¶</a></h2>
+<span id="id8"></span><h2>1.4.0<a class="headerlink" href="#version-1-4-0" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -411,7 +439,7 @@ of Lamports logical clock.</p>
</ul>
</div>
<div class="section" id="version-1-3-5">
-<span id="id8"></span><h2>1.3.5<a class="headerlink" href="#version-1-3-5" title="Permalink to this headline">¶</a></h2>
+<span id="id9"></span><h2>1.3.5<a class="headerlink" href="#version-1-3-5" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -427,7 +455,7 @@ of Lamports logical clock.</p>
</ul>
</div>
<div class="section" id="version-1-3-4">
-<span id="id9"></span><h2>1.3.4<a class="headerlink" href="#version-1-3-4" title="Permalink to this headline">¶</a></h2>
+<span id="id10"></span><h2>1.3.4<a class="headerlink" href="#version-1-3-4" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -443,7 +471,7 @@ of Lamports logical clock.</p>
</ul>
</div>
<div class="section" id="version-1-3-3">
-<span id="id10"></span><h2>1.3.3<a class="headerlink" href="#version-1-3-3" title="Permalink to this headline">¶</a></h2>
+<span id="id11"></span><h2>1.3.3<a class="headerlink" href="#version-1-3-3" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -459,7 +487,7 @@ of Lamports logical clock.</p>
</ul>
</div>
<div class="section" id="version-1-3-2">
-<span id="id11"></span><h2>1.3.2<a class="headerlink" href="#version-1-3-2" title="Permalink to this headline">¶</a></h2>
+<span id="id12"></span><h2>1.3.2<a class="headerlink" href="#version-1-3-2" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -482,7 +510,7 @@ than the previous limit.</li>
</ul>
</div>
<div class="section" id="version-1-3-1">
-<span id="id12"></span><h2>1.3.1<a class="headerlink" href="#version-1-3-1" title="Permalink to this headline">¶</a></h2>
+<span id="id13"></span><h2>1.3.1<a class="headerlink" href="#version-1-3-1" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -514,7 +542,7 @@ also required by <tt class="xref py py-class docutils literal"><span class="pre"
</ul>
</div>
<div class="section" id="version-1-3-0">
-<span id="id13"></span><h2>1.3.0<a class="headerlink" href="#version-1-3-0" title="Permalink to this headline">¶</a></h2>
+<span id="id14"></span><h2>1.3.0<a class="headerlink" href="#version-1-3-0" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -631,7 +659,7 @@ attribute.</p>
</ul>
</div>
<div class="section" id="version-1-2-1">
-<span id="id14"></span><h2>1.2.1<a class="headerlink" href="#version-1-2-1" title="Permalink to this headline">¶</a></h2>
+<span id="id15"></span><h2>1.2.1<a class="headerlink" href="#version-1-2-1" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -681,7 +709,7 @@ the queue if <tt class="docutils literal"><span class="pre">auto_declare</span><
</ul>
</div>
<div class="section" id="version-1-2-0">
-<span id="id15"></span><h2>1.2.0<a class="headerlink" href="#version-1-2-0" title="Permalink to this headline">¶</a></h2>
+<span id="id16"></span><h2>1.2.0<a class="headerlink" href="#version-1-2-0" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -702,7 +730,7 @@ arguments (Issue #48).</li>
</ul>
</div>
<div class="section" id="version-1-1-6">
-<span id="id16"></span><h2>1.1.6<a class="headerlink" href="#version-1-1-6" title="Permalink to this headline">¶</a></h2>
+<span id="id17"></span><h2>1.1.6<a class="headerlink" href="#version-1-1-6" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -736,7 +764,7 @@ error.</p>
</ul>
</div>
<div class="section" id="version-1-1-5">
-<span id="id17"></span><h2>1.1.5<a class="headerlink" href="#version-1-1-5" title="Permalink to this headline">¶</a></h2>
+<span id="id18"></span><h2>1.1.5<a class="headerlink" href="#version-1-1-5" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -750,7 +778,7 @@ error.</p>
</ul>
</div>
<div class="section" id="version-1-1-4">
-<span id="id18"></span><h2>1.1.4<a class="headerlink" href="#version-1-1-4" title="Permalink to this headline">¶</a></h2>
+<span id="id19"></span><h2>1.1.4<a class="headerlink" href="#version-1-1-4" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -786,7 +814,7 @@ keyword argument.</p>
</ul>
</div>
<div class="section" id="version-1-1-3">
-<span id="id19"></span><h2>1.1.3<a class="headerlink" href="#version-1-1-3" title="Permalink to this headline">¶</a></h2>
+<span id="id20"></span><h2>1.1.3<a class="headerlink" href="#version-1-1-3" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -820,7 +848,7 @@ connection related errors (<tt class="xref py py-attr docutils literal"><span cl
</ul>
</div>
<div class="section" id="version-1-1-2">
-<span id="id20"></span><h2>1.1.2<a class="headerlink" href="#version-1-1-2" title="Permalink to this headline">¶</a></h2>
+<span id="id21"></span><h2>1.1.2<a class="headerlink" href="#version-1-1-2" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -842,7 +870,7 @@ issues.</p>
</ul>
</div>
<div class="section" id="version-1-1-1">
-<span id="id21"></span><h2>1.1.1<a class="headerlink" href="#version-1-1-1" title="Permalink to this headline">¶</a></h2>
+<span id="id22"></span><h2>1.1.1<a class="headerlink" href="#version-1-1-1" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -857,7 +885,7 @@ in Python 2.6+ (Issue #33). We now ship with our own LifoQueue.</li>
</ul>
</div>
<div class="section" id="version-1-1-0">
-<span id="id22"></span><h2>1.1.0<a class="headerlink" href="#version-1-1-0" title="Permalink to this headline">¶</a></h2>
+<span id="id23"></span><h2>1.1.0<a class="headerlink" href="#version-1-1-0" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -867,7 +895,7 @@ in Python 2.6+ (Issue #33). We now ship with our own LifoQueue.</li>
</tbody>
</table>
<div class="section" id="v110-important">
-<span id="id23"></span><h3>Important Notes<a class="headerlink" href="#v110-important" title="Permalink to this headline">¶</a></h3>
+<span id="id24"></span><h3>Important Notes<a class="headerlink" href="#v110-important" title="Permalink to this headline">¶</a></h3>
<ul>
<li><p class="first">Virtual transports: Message body is now base64 encoded by default
(Issue #27).</p>
@@ -945,7 +973,7 @@ log messages for connection related actions.</p>
</div>
</div>
<div class="section" id="version-1-0-7">
-<span id="id24"></span><h2>1.0.7<a class="headerlink" href="#version-1-0-7" title="Permalink to this headline">¶</a></h2>
+<span id="id25"></span><h2>1.0.7<a class="headerlink" href="#version-1-0-7" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -995,8 +1023,8 @@ set (Issue #8).</p>
</li>
</ul>
</div>
-<div class="section" id="id25">
-<h2>1.0.6<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="id26">
+<h2>1.0.6<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1042,7 +1070,7 @@ Channel open
</ul>
</div>
<div class="section" id="version-1-0-5">
-<span id="id26"></span><h2>1.0.5<a class="headerlink" href="#version-1-0-5" title="Permalink to this headline">¶</a></h2>
+<span id="id27"></span><h2>1.0.5<a class="headerlink" href="#version-1-0-5" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1072,7 +1100,7 @@ consumer tag.</p>
</ul>
</div>
<div class="section" id="version-1-0-4">
-<span id="id27"></span><h2>1.0.4<a class="headerlink" href="#version-1-0-4" title="Permalink to this headline">¶</a></h2>
+<span id="id28"></span><h2>1.0.4<a class="headerlink" href="#version-1-0-4" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1092,7 +1120,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-1-0-3">
-<span id="id28"></span><h2>1.0.3<a class="headerlink" href="#version-1-0-3" title="Permalink to this headline">¶</a></h2>
+<span id="id29"></span><h2>1.0.3<a class="headerlink" href="#version-1-0-3" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1108,7 +1136,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-1-0-2">
-<span id="id29"></span><h2>1.0.2<a class="headerlink" href="#version-1-0-2" title="Permalink to this headline">¶</a></h2>
+<span id="id30"></span><h2>1.0.2<a class="headerlink" href="#version-1-0-2" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1123,7 +1151,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-1-0-1">
-<span id="id30"></span><h2>1.0.1<a class="headerlink" href="#version-1-0-1" title="Permalink to this headline">¶</a></h2>
+<span id="id31"></span><h2>1.0.1<a class="headerlink" href="#version-1-0-1" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1137,7 +1165,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-1-0-0">
-<span id="id31"></span><h2>1.0.0<a class="headerlink" href="#version-1-0-0" title="Permalink to this headline">¶</a></h2>
+<span id="id32"></span><h2>1.0.0<a class="headerlink" href="#version-1-0-0" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1151,7 +1179,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-0-1-0">
-<span id="id32"></span><h2>0.1.0<a class="headerlink" href="#version-0-1-0" title="Permalink to this headline">¶</a></h2>
+<span id="id33"></span><h2>0.1.0<a class="headerlink" href="#version-0-1-0" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1177,6 +1205,7 @@ there are no messages in the queue.</p>
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Change history</a><ul>
+<li><a class="reference internal" href="#version-2-1-0">2.1.0</a></li>
<li><a class="reference internal" href="#version-2-0-0">2.0.0</a></li>
<li><a class="reference internal" href="#important-notes">Important Notes</a><ul>
<li><a class="reference internal" href="#python-compatibility">Python Compatibility</a></li>
@@ -1210,7 +1239,7 @@ there are no messages in the queue.</p>
</ul>
</li>
<li><a class="reference internal" href="#version-1-0-7">1.0.7</a></li>
-<li><a class="reference internal" href="#id25">1.0.6</a></li>
+<li><a class="reference internal" href="#id26">1.0.6</a></li>
<li><a class="reference internal" href="#version-1-0-5">1.0.5</a></li>
<li><a class="reference internal" href="#version-1-0-4">1.0.4</a></li>
<li><a class="reference internal" href="#version-1-0-3">1.0.3</a></li>
@@ -1259,7 +1288,7 @@ there are no messages in the queue.</p>
<li class="right" >
<a href="reference/kombu.utils.finalize.html" title="Finalize - kombu.utils.finalize"
>previous</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/faq.html b/faq.html
index 1ab75aca..9dd56774 100644
--- a/faq.html
+++ b/faq.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Frequently Asked Questions &mdash; Kombu 2.0.0 documentation</title>
+ <title>Frequently Asked Questions &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="_static/celery.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="index.html" />
<link rel="next" title="API Reference" href="reference/index.html" />
<link rel="prev" title="Serialization" href="userguide/serialization.html" />
</head>
@@ -44,7 +44,7 @@
<li class="right" >
<a href="userguide/serialization.html" title="Serialization"
accesskey="P">previous</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -132,7 +132,7 @@ so make sure your version is recent enough to support it.</p>
<li class="right" >
<a href="userguide/serialization.html" title="Serialization"
>previous</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/genindex.html b/genindex.html
index 889b8c85..e1266b40 100644
--- a/genindex.html
+++ b/genindex.html
@@ -9,7 +9,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Index &mdash; Kombu 2.0.0 documentation</title>
+ <title>Index &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="_static/celery.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -26,7 +26,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="index.html" />
</head>
<body>
<div class="related">
@@ -38,7 +38,7 @@
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -2135,7 +2135,7 @@
</dt>
- <dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Channel.get_table">get_table() (kombu.transport.redis.Channel method)</a>
+ <dt><a href="reference/kombu.transport.mongodb.html#kombu.transport.mongodb.Channel.get_table">get_table() (kombu.transport.mongodb.Channel method)</a>
</dt>
<dd><dl>
@@ -2148,6 +2148,14 @@
</dt>
+ <dt><a href="reference/kombu.transport.mongodb.html#kombu.transport.mongodb.Transport.Channel.get_table">(kombu.transport.mongodb.Transport.Channel method)</a>
+ </dt>
+
+
+ <dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Channel.get_table">(kombu.transport.redis.Channel method)</a>
+ </dt>
+
+
<dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Transport.Channel.get_table">(kombu.transport.redis.Transport.Channel method)</a>
</dt>
@@ -2255,29 +2263,11 @@
</dt>
- <dt><a href="reference/kombu.transport.beanstalk.html#kombu.transport.beanstalk.Transport.interval">interval (kombu.transport.beanstalk.Transport attribute)</a>
- </dt>
-
- <dd><dl>
-
- <dt><a href="reference/kombu.transport.couchdb.html#kombu.transport.couchdb.Transport.interval">(kombu.transport.couchdb.Transport attribute)</a>
- </dt>
-
-
- <dt><a href="reference/kombu.transport.mongodb.html#kombu.transport.mongodb.Transport.interval">(kombu.transport.mongodb.Transport attribute)</a>
- </dt>
-
-
- <dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Transport.interval">(kombu.transport.redis.Transport attribute)</a>
- </dt>
-
-
- <dt><a href="reference/kombu.transport.virtual.html#kombu.transport.virtual.Transport.interval">(kombu.transport.virtual.Transport attribute)</a>
+ <dt><a href="reference/kombu.common.html#kombu.common.ipublish">ipublish() (in module kombu.common)</a>
</dt>
- </dl></dd>
- <dt><a href="reference/kombu.common.html#kombu.common.ipublish">ipublish() (in module kombu.common)</a>
+ <dt><a href="reference/kombu.transport.amqplib.html#kombu.transport.amqplib.Transport.is_alive">is_alive() (kombu.transport.amqplib.Transport method)</a>
</dt>
@@ -2951,7 +2941,7 @@
</dt>
- <dt><a href="reference/kombu.transport.django.html#kombu.transport.django.Transport.polling_interval">polling_interval (kombu.transport.django.Transport attribute)</a>
+ <dt><a href="reference/kombu.transport.beanstalk.html#kombu.transport.beanstalk.Transport.polling_interval">polling_interval (kombu.transport.beanstalk.Transport attribute)</a>
</dt>
<dd><dl>
@@ -2959,6 +2949,26 @@
<dt><a href="reference/kombu.transport.SQS.html#kombu.transport.SQS.Transport.polling_interval">(kombu.transport.SQS.Transport attribute)</a>
</dt>
+
+ <dt><a href="reference/kombu.transport.couchdb.html#kombu.transport.couchdb.Transport.polling_interval">(kombu.transport.couchdb.Transport attribute)</a>
+ </dt>
+
+
+ <dt><a href="reference/kombu.transport.django.html#kombu.transport.django.Transport.polling_interval">(kombu.transport.django.Transport attribute)</a>
+ </dt>
+
+
+ <dt><a href="reference/kombu.transport.mongodb.html#kombu.transport.mongodb.Transport.polling_interval">(kombu.transport.mongodb.Transport attribute)</a>
+ </dt>
+
+
+ <dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Transport.polling_interval">(kombu.transport.redis.Transport attribute)</a>
+ </dt>
+
+
+ <dt><a href="reference/kombu.transport.virtual.html#kombu.transport.virtual.Transport.polling_interval">(kombu.transport.virtual.Transport attribute)</a>
+ </dt>
+
</dl></dd>
<dt><a href="reference/kombu.connection.html#kombu.connection.BrokerConnection.Pool">Pool() (kombu.connection.BrokerConnection method)</a>
@@ -3274,6 +3284,14 @@
</dt>
+ <dt><a href="reference/kombu.transport.mongodb.html#kombu.transport.mongodb.Channel.queue_delete">(kombu.transport.mongodb.Channel method)</a>
+ </dt>
+
+
+ <dt><a href="reference/kombu.transport.mongodb.html#kombu.transport.mongodb.Transport.Channel.queue_delete">(kombu.transport.mongodb.Transport.Channel method)</a>
+ </dt>
+
+
<dt><a href="reference/kombu.transport.virtual.html#kombu.transport.virtual.Channel.queue_delete">(kombu.transport.virtual.Channel method)</a>
</dt>
@@ -3795,7 +3813,7 @@
</dl></dd>
- <dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Channel.supports_fanout">supports_fanout (kombu.transport.redis.Channel attribute)</a>
+ <dt><a href="reference/kombu.transport.mongodb.html#kombu.transport.mongodb.Channel.supports_fanout">supports_fanout (kombu.transport.mongodb.Channel attribute)</a>
</dt>
<dd><dl>
@@ -3808,6 +3826,14 @@
</dt>
+ <dt><a href="reference/kombu.transport.mongodb.html#kombu.transport.mongodb.Transport.Channel.supports_fanout">(kombu.transport.mongodb.Transport.Channel attribute)</a>
+ </dt>
+
+
+ <dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Channel.supports_fanout">(kombu.transport.redis.Channel attribute)</a>
+ </dt>
+
+
<dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Transport.Channel.supports_fanout">(kombu.transport.redis.Transport.Channel attribute)</a>
</dt>
@@ -4186,7 +4212,7 @@
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/index.html b/index.html
index b82e2f8b..9ba61f5a 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Kombu Documentation &mdash; Kombu 2.0.0 documentation</title>
+ <title>Kombu Documentation &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="_static/celery.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="#" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="#" />
<link rel="next" title="kombu - AMQP Messaging Framework for Python" href="introduction.html" />
</head>
<body>
@@ -40,7 +40,7 @@
<li class="right" >
<a href="introduction.html" title="kombu - AMQP Messaging Framework for Python"
accesskey="N">next</a> |</li>
- <li><a href="#">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="#">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -129,6 +129,7 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change history</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-2-1-0">2.1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-2-0-0">2.0.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#important-notes">Important Notes</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-5-1">1.5.1</a></li>
@@ -153,7 +154,7 @@
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-1-1">1.1.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-1-0">1.1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-0-7">1.0.7</a></li>
-<li class="toctree-l2"><a class="reference internal" href="changelog.html#id25">1.0.6</a></li>
+<li class="toctree-l2"><a class="reference internal" href="changelog.html#id26">1.0.6</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-0-5">1.0.5</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-0-4">1.0.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-0-3">1.0.3</a></li>
@@ -221,7 +222,7 @@
<li class="right" >
<a href="introduction.html" title="kombu - AMQP Messaging Framework for Python"
>next</a> |</li>
- <li><a href="#">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="#">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/introduction.html b/introduction.html
index 3178974b..e3454ab1 100644
--- a/introduction.html
+++ b/introduction.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu - AMQP Messaging Framework for Python &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu - AMQP Messaging Framework for Python &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="_static/celery.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="index.html" />
<link rel="next" title="User Guide" href="userguide/index.html" />
<link rel="prev" title="Kombu Documentation" href="index.html" />
</head>
@@ -44,7 +44,7 @@
<li class="right" >
<a href="index.html" title="Kombu Documentation"
accesskey="P">previous</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -59,7 +59,7 @@
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Version:</th><td class="field-body">2.0.0</td>
+<tr class="field-odd field"><th class="field-name">Version:</th><td class="field-body">2.1.0</td>
</tr>
</tbody>
</table>
@@ -113,11 +113,11 @@ and the <a class="reference external" href="http://en.wikipedia.org/wiki/AMQP">W
<h2>Transport Comparison<a class="headerlink" href="#transport-comparison" title="Permalink to this headline">¶</a></h2>
<table border="1" class="docutils">
<colgroup>
-<col width="24%" />
+<col width="23%" />
<col width="16%" />
<col width="19%" />
-<col width="17%" />
-<col width="24%" />
+<col width="19%" />
+<col width="23%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><strong>Client</strong></td>
@@ -141,53 +141,54 @@ and the <a class="reference external" href="http://en.wikipedia.org/wiki/AMQP">W
<tr class="row-even"><td><em>redis</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id1">[1]</a></td>
<td>Yes (PUB/SUB)</td>
</tr>
<tr class="row-odd"><td><em>beanstalk</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id2">[1]</a></td>
<td>No</td>
</tr>
<tr class="row-even"><td><em>SQS</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
-<td>Yes[#]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id3">[1]</a></td>
+<td>Yes <a class="footnote-reference" href="#f2" id="id4">[2]</a></td>
</tr>
<tr class="row-odd"><td><em>mongodb</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
-<td>No</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id5">[1]</a></td>
+<td>Yes</td>
</tr>
<tr class="row-even"><td><em>couchdb</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id6">[1]</a></td>
<td>No</td>
</tr>
<tr class="row-odd"><td><em>in-memory</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id7">[1]</a></td>
<td>No</td>
</tr>
</tbody>
</table>
-<table class="docutils footnote" frame="void" id="id1" rules="none">
+<table class="docutils footnote" frame="void" id="f1" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
-<tr><td class="label">[*]</td><td>Declarations only kept in memory, so exchanges/queues
+<tr><td class="label">[1]</td><td><em>(<a class="fn-backref" href="#id1">1</a>, <a class="fn-backref" href="#id2">2</a>, <a class="fn-backref" href="#id3">3</a>, <a class="fn-backref" href="#id5">4</a>, <a class="fn-backref" href="#id6">5</a>, <a class="fn-backref" href="#id7">6</a>)</em> Declarations only kept in memory, so exchanges/queues
must be declared by all clients that needs them.</td></tr>
</tbody>
</table>
-<table class="docutils footnote" frame="void" id="id2" rules="none">
+<table class="docutils footnote" frame="void" id="f2" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
-<tr><td class="label">[1]</td><td>Fanout supported via storing routing tables in SimpleDB.
-Can be disabled by setting the <tt class="docutils literal"><span class="pre">supports_fanout</span></tt> transport option.</td></tr>
+<tr><td class="label"><a class="fn-backref" href="#id4">[2]</a></td><td>Fanout supported via storing routing tables in SimpleDB.
+Disabled by default, but can be enabled by using the
+<tt class="docutils literal"><span class="pre">supports_fanout</span></tt> transport option.</td></tr>
</tbody>
</table>
<div class="section" id="documentation">
@@ -212,8 +213,8 @@ Can be disabled by setting the <tt class="docutils literal"><span class="pre">su
<span class="c"># Declare the video queue so that the messages can be delivered.</span>
<span class="c"># It is a best practice in Kombu to have both publishers and</span>
- <span class="c"># consmers declare the queue.</span>
- <span class="n">video_queue</span><span class="p">(</span><span class="n">channel</span><span class="p">)</span><span class="o">.</span><span class="n">declare</span><span class="p">()</span>
+ <span class="c"># consumers declare the queue.</span>
+ <span class="n">video_queue</span><span class="p">(</span><span class="n">conn</span><span class="o">.</span><span class="n">channel</span><span class="p">())</span><span class="o">.</span><span class="n">declare</span><span class="p">()</span>
<span class="c"># produce</span>
<span class="k">with</span> <span class="n">conn</span><span class="o">.</span><span class="n">Producer</span><span class="p">(</span><span class="n">exchange</span><span class="o">=</span><span class="n">media_exchange</span><span class="p">,</span>
@@ -467,7 +468,7 @@ file in the top distribution directory for the full license text.</p>
<li class="right" >
<a href="index.html" title="Kombu Documentation"
>previous</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/objects.inv b/objects.inv
index 422a1923..39a02691 100644
--- a/objects.inv
+++ b/objects.inv
Binary files differ
diff --git a/py-modindex.html b/py-modindex.html
index 425cbbd8..b45259e0 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Python Module Index &mdash; Kombu 2.0.0 documentation</title>
+ <title>Python Module Index &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="_static/celery.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="index.html" />
@@ -39,7 +39,7 @@
<li class="right" >
<a href="#" title="Python Module Index"
>modules</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -316,7 +316,7 @@
<li class="right" >
<a href="#" title="Python Module Index"
>modules</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/reference/index.html b/reference/index.html
index 4ab4937c..20f63962 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>API Reference &mdash; Kombu 2.0.0 documentation</title>
+ <title>API Reference &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="next" title="kombu.connection" href="kombu.connection.html" />
<link rel="prev" title="Frequently Asked Questions" href="../faq.html" />
</head>
@@ -44,7 +44,7 @@
<li class="right" >
<a href="../faq.html" title="Frequently Asked Questions"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -59,9 +59,9 @@
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Release:</th><td class="field-body">2.0</td>
+<tr class="field-odd field"><th class="field-name">Release:</th><td class="field-body">2.1</td>
</tr>
-<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">January 15, 2012</td>
+<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">February 04, 2012</td>
</tr>
</tbody>
</table>
@@ -307,7 +307,7 @@
<li class="right" >
<a href="../faq.html" title="Frequently Asked Questions"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/reference/kombu.abstract.html b/reference/kombu.abstract.html
index f792464b..fb662c6e 100644
--- a/reference/kombu.abstract.html
+++ b/reference/kombu.abstract.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.compression &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.compression &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Async Utilities - kombu.syn" href="kombu.syn.html" />
<link rel="prev" title="General Pools - kombu.pools" href="kombu.pools.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.pools.html" title="General Pools - kombu.pools"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -174,7 +174,7 @@
<li class="right" >
<a href="kombu.pools.html" title="General Pools - kombu.pools"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.clocks.html b/reference/kombu.clocks.html
index fb238c38..b49e3f6a 100644
--- a/reference/kombu.clocks.html
+++ b/reference/kombu.clocks.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Clocks and Synchronization - kombu.clocks &mdash; Kombu 2.0.0 documentation</title>
+ <title>Clocks and Synchronization - kombu.clocks &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.compat" href="kombu.compat.html" />
<link rel="prev" title="Mixin Classes - kombu.mixins" href="kombu.mixins.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.mixins.html" title="Mixin Classes - kombu.mixins"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -191,7 +191,7 @@ the time stamp of the incoming message.</p>
<li class="right" >
<a href="kombu.mixins.html" title="Mixin Classes - kombu.mixins"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.common.html b/reference/kombu.common.html
index 6a489993..eade5049 100644
--- a/reference/kombu.common.html
+++ b/reference/kombu.common.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Common Utilities - kombu.common &mdash; Kombu 2.0.0 documentation</title>
+ <title>Common Utilities - kombu.common &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Mixin Classes - kombu.mixins" href="kombu.mixins.html" />
<link rel="prev" title="kombu.entity" href="kombu.entity.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.entity.html" title="kombu.entity"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -215,7 +215,7 @@ despite intermittent connection failures.</p>
<li class="right" >
<a href="kombu.entity.html" title="kombu.entity"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.compat.html b/reference/kombu.compat.html
index eedf94b8..fe0c8185 100644
--- a/reference/kombu.compat.html
+++ b/reference/kombu.compat.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.compat &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.compat &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.pidbox" href="kombu.pidbox.html" />
<link rel="prev" title="Clocks and Synchronization - kombu.clocks" href="kombu.clocks.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.clocks.html" title="Clocks and Synchronization - kombu.clocks"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -125,8 +125,8 @@
<dt id="kombu.compat.Publisher.declare">
<tt class="descname">declare</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.compat.Publisher.declare" title="Permalink to this definition">¶</a></dt>
<dd><p>Declare the exchange.</p>
-<p>This is done automatically at instantiation if <a class="reference internal" href="#kombu.compat.Publisher.auto_declare" title="kombu.compat.Publisher.auto_declare"><tt class="xref py py-attr docutils literal"><span class="pre">auto_declare</span></tt></a>
-is set to <tt class="xref py py-const docutils literal"><span class="pre">True</span></tt>.</p>
+<p>This happens automatically at instantiation if
+<a class="reference internal" href="#kombu.compat.Publisher.auto_declare" title="kombu.compat.Publisher.auto_declare"><tt class="xref py py-attr docutils literal"><span class="pre">auto_declare</span></tt></a> is enabled.</p>
</dd></dl>
<dl class="attribute">
@@ -147,7 +147,9 @@ is set to <tt class="xref py py-const docutils literal"><span class="pre">True</
<dl class="method">
<dt id="kombu.compat.Publisher.maybe_declare">
<tt class="descname">maybe_declare</tt><big>(</big><em>entity</em>, <em>retry=False</em>, <em>**retry_policy</em><big>)</big><a class="headerlink" href="#kombu.compat.Publisher.maybe_declare" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
+<dd><p>Declare the exchange if it hasn&#8217;t already been declared
+during this session.</p>
+</dd></dl>
<dl class="attribute">
<dt id="kombu.compat.Publisher.on_return">
@@ -172,11 +174,19 @@ is set to <tt class="xref py py-const docutils literal"><span class="pre">True</
<li><strong>content_type</strong> &#8211; Content type. Default is auto-detect.</li>
<li><strong>content_encoding</strong> &#8211; Content encoding. Default is auto-detect.</li>
<li><strong>serializer</strong> &#8211; Serializer to use. Default is auto-detect.</li>
+<li><strong>compression</strong> &#8211; Compression method to use. Default is none.</li>
<li><strong>headers</strong> &#8211; Mapping of arbitrary headers to pass along
with the message body.</li>
<li><strong>exchange</strong> &#8211; Override the exchange. Note that this exchange
must have been declared.</li>
-<li><strong>properties</strong> &#8211; Additional properties, see the AMQP spec.</li>
+<li><strong>declare</strong> &#8211; Optional list of required entities that must
+have been declared before publishing the message. The entities
+will be declared using <a class="reference internal" href="kombu.common.html#kombu.common.maybe_declare" title="kombu.common.maybe_declare"><tt class="xref py py-func docutils literal"><span class="pre">maybe_declare()</span></tt></a>.</li>
+<li><strong>retry</strong> &#8211; Retry publishing, or declaring entities if the
+connection is lost.</li>
+<li><strong>retry_policy</strong> &#8211; Retry configuration, this is the keywords
+supported by <tt class="xref py py-meth docutils literal"><span class="pre">ensure()</span></tt>.</li>
+<li><strong>**properties</strong> &#8211; Additional message properties, see AMQP spec.</li>
</ul>
</td>
</tr>
@@ -271,8 +281,7 @@ mean the server will not send any more messages for this consumer.</p>
<dl class="method">
<dt id="kombu.compat.Consumer.consume">
<tt class="descname">consume</tt><big>(</big><em>no_ack=None</em><big>)</big><a class="headerlink" href="#kombu.compat.Consumer.consume" title="Permalink to this definition">¶</a></dt>
-<dd><p>Register consumer on server.</p>
-</dd></dl>
+<dd></dd></dl>
<dl class="method">
<dt id="kombu.compat.Consumer.consuming_from">
@@ -361,7 +370,7 @@ until flow is reactivated.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This will <em>delete all ready messages</em>, there is no
-undo operation available.</p>
+undo operation.</p>
</div>
</dd></dl>
@@ -542,8 +551,7 @@ mean the server will not send any more messages for this consumer.</p>
<dl class="method">
<dt id="kombu.compat.ConsumerSet.consume">
<tt class="descname">consume</tt><big>(</big><em>no_ack=None</em><big>)</big><a class="headerlink" href="#kombu.compat.ConsumerSet.consume" title="Permalink to this definition">¶</a></dt>
-<dd><p>Register consumer on server.</p>
-</dd></dl>
+<dd></dd></dl>
<dl class="method">
<dt id="kombu.compat.ConsumerSet.consuming_from">
@@ -597,7 +605,7 @@ until flow is reactivated.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This will <em>delete all ready messages</em>, there is no
-undo operation available.</p>
+undo operation.</p>
</div>
</dd></dl>
@@ -763,7 +771,7 @@ and the <cite>Message</cite> instance (a subclass of
<li class="right" >
<a href="kombu.clocks.html" title="Clocks and Synchronization - kombu.clocks"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.compression.html b/reference/kombu.compression.html
index 74a22bab..54d8f766 100644
--- a/reference/kombu.compression.html
+++ b/reference/kombu.compression.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.compression &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.compression &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="General Pools - kombu.pools" href="kombu.pools.html" />
<link rel="prev" title="kombu.serialization" href="kombu.serialization.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.serialization.html" title="kombu.serialization"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -220,7 +220,7 @@
<li class="right" >
<a href="kombu.serialization.html" title="kombu.serialization"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.connection.html b/reference/kombu.connection.html
index 19c24168..8c295920 100644
--- a/reference/kombu.connection.html
+++ b/reference/kombu.connection.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.connection &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.connection &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.simple" href="kombu.simple.html" />
<link rel="prev" title="API Reference" href="index.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="index.html" title="API Reference"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -553,7 +553,7 @@ be acquired if so needed.</p>
<li class="right" >
<a href="index.html" title="API Reference"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.entity.html b/reference/kombu.entity.html
index 361d1cbf..ed5f0dd2 100644
--- a/reference/kombu.entity.html
+++ b/reference/kombu.entity.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.entity &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.entity &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Common Utilities - kombu.common" href="kombu.common.html" />
<link rel="prev" title="kombu.messaging" href="kombu.messaging.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.messaging.html" title="kombu.messaging"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -277,7 +277,7 @@ properly sets content_encoding.</li>
<dl class="attribute">
<dt id="kombu.entity.Exchange.attrs">
-<tt class="descname">attrs</tt><em class="property"> = (('name', None), ('type', None), ('arguments', None), ('durable', &lt;type 'bool'&gt;), ('auto_delete', &lt;type 'bool'&gt;), ('delivery_mode', &lt;function &lt;lambda&gt; at 0x102749410&gt;))</em><a class="headerlink" href="#kombu.entity.Exchange.attrs" title="Permalink to this definition">¶</a></dt>
+<tt class="descname">attrs</tt><em class="property"> = (('name', None), ('type', None), ('arguments', None), ('durable', &lt;type 'bool'&gt;), ('auto_delete', &lt;type 'bool'&gt;), ('delivery_mode', &lt;function &lt;lambda&gt; at 0x1026b0578&gt;))</em><a class="headerlink" href="#kombu.entity.Exchange.attrs" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -651,21 +651,13 @@ is more important than performance.</p>
<dl class="method">
<dt id="kombu.entity.Queue.purge">
<tt class="descname">purge</tt><big>(</big><em>nowait=False</em><big>)</big><a class="headerlink" href="#kombu.entity.Queue.purge" title="Permalink to this definition">¶</a></dt>
-<dd><p>Remove all messages from the queue.</p>
+<dd><p>Remove all ready messages from the queue.</p>
</dd></dl>
<dl class="method">
<dt id="kombu.entity.Queue.queue_bind">
<tt class="descname">queue_bind</tt><big>(</big><em>nowait=False</em><big>)</big><a class="headerlink" href="#kombu.entity.Queue.queue_bind" title="Permalink to this definition">¶</a></dt>
<dd><p>Create the queue binding on the server.</p>
-<table class="docutils field-list" frame="void" rules="none">
-<col class="field-name" />
-<col class="field-body" />
-<tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>nowait</strong> &#8211; Do not wait for a reply.</td>
-</tr>
-</tbody>
-</table>
</dd></dl>
<dl class="method">
@@ -769,7 +761,7 @@ without modifying the server state.</li>
<li class="right" >
<a href="kombu.messaging.html" title="kombu.messaging"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.exceptions.html b/reference/kombu.exceptions.html
index 16150cf3..6412ccfd 100644
--- a/reference/kombu.exceptions.html
+++ b/reference/kombu.exceptions.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.exceptions &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.exceptions &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Logging - kombu.log" href="kombu.log.html" />
<link rel="prev" title="kombu.pidbox" href="kombu.pidbox.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.pidbox.html" title="kombu.pidbox"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -161,7 +161,7 @@
<li class="right" >
<a href="kombu.pidbox.html" title="kombu.pidbox"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.log.html b/reference/kombu.log.html
index ab9b906a..105904cd 100644
--- a/reference/kombu.log.html
+++ b/reference/kombu.log.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Logging - kombu.log &mdash; Kombu 2.0.0 documentation</title>
+ <title>Logging - kombu.log &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport" href="kombu.transport.html" />
<link rel="prev" title="kombu.exceptions" href="kombu.exceptions.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.exceptions.html" title="kombu.exceptions"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -185,7 +185,7 @@
<li class="right" >
<a href="kombu.exceptions.html" title="kombu.exceptions"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.messaging.html b/reference/kombu.messaging.html
index 6bc5909f..fd6af4ca 100644
--- a/reference/kombu.messaging.html
+++ b/reference/kombu.messaging.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.messaging &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.messaging &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.entity" href="kombu.entity.html" />
<link rel="prev" title="kombu.simple" href="kombu.simple.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.simple.html" title="kombu.simple"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -154,8 +154,8 @@ to <tt class="xref py py-const docutils literal"><span class="pre">False</span><
<dt id="kombu.messaging.Producer.declare">
<tt class="descname">declare</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.messaging.Producer.declare" title="Permalink to this definition">¶</a></dt>
<dd><p>Declare the exchange.</p>
-<p>This is done automatically at instantiation if <a class="reference internal" href="#kombu.messaging.Producer.auto_declare" title="kombu.messaging.Producer.auto_declare"><tt class="xref py py-attr docutils literal"><span class="pre">auto_declare</span></tt></a>
-is set to <tt class="xref py py-const docutils literal"><span class="pre">True</span></tt>.</p>
+<p>This happens automatically at instantiation if
+<a class="reference internal" href="#kombu.messaging.Producer.auto_declare" title="kombu.messaging.Producer.auto_declare"><tt class="xref py py-attr docutils literal"><span class="pre">auto_declare</span></tt></a> is enabled.</p>
</dd></dl>
<dl class="method">
@@ -176,11 +176,19 @@ is set to <tt class="xref py py-const docutils literal"><span class="pre">True</
<li><strong>content_type</strong> &#8211; Content type. Default is auto-detect.</li>
<li><strong>content_encoding</strong> &#8211; Content encoding. Default is auto-detect.</li>
<li><strong>serializer</strong> &#8211; Serializer to use. Default is auto-detect.</li>
+<li><strong>compression</strong> &#8211; Compression method to use. Default is none.</li>
<li><strong>headers</strong> &#8211; Mapping of arbitrary headers to pass along
with the message body.</li>
<li><strong>exchange</strong> &#8211; Override the exchange. Note that this exchange
must have been declared.</li>
-<li><strong>properties</strong> &#8211; Additional properties, see the AMQP spec.</li>
+<li><strong>declare</strong> &#8211; Optional list of required entities that must
+have been declared before publishing the message. The entities
+will be declared using <a class="reference internal" href="kombu.common.html#kombu.common.maybe_declare" title="kombu.common.maybe_declare"><tt class="xref py py-func docutils literal"><span class="pre">maybe_declare()</span></tt></a>.</li>
+<li><strong>retry</strong> &#8211; Retry publishing, or declaring entities if the
+connection is lost.</li>
+<li><strong>retry_policy</strong> &#8211; Retry configuration, this is the keywords
+supported by <tt class="xref py py-meth docutils literal"><span class="pre">ensure()</span></tt>.</li>
+<li><strong>**properties</strong> &#8211; Additional message properties, see AMQP spec.</li>
</ul>
</td>
</tr>
@@ -287,8 +295,7 @@ and the <cite>Message</cite> instance (a subclass of
<dl class="method">
<dt id="kombu.messaging.Consumer.consume">
<tt class="descname">consume</tt><big>(</big><em>no_ack=None</em><big>)</big><a class="headerlink" href="#kombu.messaging.Consumer.consume" title="Permalink to this definition">¶</a></dt>
-<dd><p>Register consumer on server.</p>
-</dd></dl>
+<dd></dd></dl>
<dl class="method">
<dt id="kombu.messaging.Consumer.cancel">
@@ -311,7 +318,7 @@ mean the server will not send any more messages for this consumer.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This will <em>delete all ready messages</em>, there is no
-undo operation available.</p>
+undo operation.</p>
</div>
</dd></dl>
@@ -473,7 +480,7 @@ registered.</p>
<li class="right" >
<a href="kombu.simple.html" title="kombu.simple"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.mixins.html b/reference/kombu.mixins.html
index 6ce2d201..934ebb9c 100644
--- a/reference/kombu.mixins.html
+++ b/reference/kombu.mixins.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Mixin Classes - kombu.mixins &mdash; Kombu 2.0.0 documentation</title>
+ <title>Mixin Classes - kombu.mixins &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Clocks and Synchronization - kombu.clocks" href="kombu.clocks.html" />
<link rel="prev" title="Common Utilities - kombu.common" href="kombu.common.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.common.html" title="Common Utilities - kombu.common"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -328,7 +328,7 @@ of a thread.</p>
<li class="right" >
<a href="kombu.common.html" title="Common Utilities - kombu.common"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.pidbox.html b/reference/kombu.pidbox.html
index abef7d0a..031d0a3e 100644
--- a/reference/kombu.pidbox.html
+++ b/reference/kombu.pidbox.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.pidbox &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.pidbox &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.exceptions" href="kombu.exceptions.html" />
<link rel="prev" title="kombu.compat" href="kombu.compat.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.compat.html" title="kombu.compat"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -351,7 +351,7 @@
<li class="right" >
<a href="kombu.compat.html" title="kombu.compat"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.pools.html b/reference/kombu.pools.html
index ebf3891e..6274a986 100644
--- a/reference/kombu.pools.html
+++ b/reference/kombu.pools.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>General Pools - kombu.pools &mdash; Kombu 2.0.0 documentation</title>
+ <title>General Pools - kombu.pools &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.compression" href="kombu.abstract.html" />
<link rel="prev" title="kombu.compression" href="kombu.compression.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.compression.html" title="kombu.compression"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -206,7 +206,7 @@
<li class="right" >
<a href="kombu.compression.html" title="kombu.compression"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.serialization.html b/reference/kombu.serialization.html
index d659ec46..a1664291 100644
--- a/reference/kombu.serialization.html
+++ b/reference/kombu.serialization.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.serialization &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.serialization &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.compression" href="kombu.compression.html" />
<link rel="prev" title="kombu.transport.virtual.scheduling" href="kombu.transport.virtual.scheduling.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.virtual.scheduling.html" title="kombu.transport.virtual.scheduling"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -199,7 +199,7 @@ utf-8`, <cite>us-ascii</cite>, or <cite>binary</cite>.</li>
<dl class="data">
<dt id="kombu.serialization.registry">
-<tt class="descclassname">kombu.serialization.</tt><tt class="descname">registry</tt><em class="property"> = &lt;kombu.serialization.SerializerRegistry object at 0x1024e5d10&gt;</em><a class="headerlink" href="#kombu.serialization.registry" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">kombu.serialization.</tt><tt class="descname">registry</tt><em class="property"> = &lt;kombu.serialization.SerializerRegistry object at 0x10264f790&gt;</em><a class="headerlink" href="#kombu.serialization.registry" title="Permalink to this definition">¶</a></dt>
<dd><dl class="function">
<dt>
<tt class="descclassname">kombu.serialization.</tt><tt class="descname">encode</tt><big>(</big><em>data</em>, <em>serializer=default_serializer</em><big>)</big></dt>
@@ -308,7 +308,7 @@ requested is not available.</p>
<li class="right" >
<a href="kombu.transport.virtual.scheduling.html" title="kombu.transport.virtual.scheduling"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.simple.html b/reference/kombu.simple.html
index 3b4730a7..80deadd8 100644
--- a/reference/kombu.simple.html
+++ b/reference/kombu.simple.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.simple &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.simple &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.messaging" href="kombu.messaging.html" />
<link rel="prev" title="kombu.connection" href="kombu.connection.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.connection.html" title="kombu.connection"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -314,7 +314,7 @@
<li class="right" >
<a href="kombu.connection.html" title="kombu.connection"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.syn.html b/reference/kombu.syn.html
index adb599a4..3b997e7b 100644
--- a/reference/kombu.syn.html
+++ b/reference/kombu.syn.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Async Utilities - kombu.syn &mdash; Kombu 2.0.0 documentation</title>
+ <title>Async Utilities - kombu.syn &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Utilities - kombu.utils" href="kombu.utils.html" />
<link rel="prev" title="kombu.compression" href="kombu.abstract.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.abstract.html" title="kombu.compression"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -145,7 +145,7 @@
<li class="right" >
<a href="kombu.abstract.html" title="kombu.compression"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.SQS.html b/reference/kombu.transport.SQS.html
index 96d0fdc0..56e1154d 100644
--- a/reference/kombu.transport.SQS.html
+++ b/reference/kombu.transport.SQS.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.SQS &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.SQS &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.base" href="kombu.transport.base.html" />
<link rel="prev" title="Models" href="kombu.transport.sqlalchemy.models.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.sqlalchemy.models.html" title="Models"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -497,7 +497,7 @@
<li class="right" >
<a href="kombu.transport.sqlalchemy.models.html" title="Models"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.amqplib.html b/reference/kombu.transport.amqplib.html
index 14508c46..bf1ab497 100644
--- a/reference/kombu.transport.amqplib.html
+++ b/reference/kombu.transport.amqplib.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.amqplib &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.amqplib &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.librabbitmq" href="kombu.transport.librabbitmq.html" />
<link rel="prev" title="kombu.transport" href="kombu.transport.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.html" title="kombu.transport"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -155,6 +155,11 @@
</dd></dl>
<dl class="method">
+<dt id="kombu.transport.amqplib.Transport.is_alive">
+<tt class="descclassname">Transport.</tt><tt class="descname">is_alive</tt><big>(</big><em>connection</em><big>)</big><a class="headerlink" href="#kombu.transport.amqplib.Transport.is_alive" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
<dt id="kombu.transport.amqplib.Transport.verify_connection">
<tt class="descclassname">Transport.</tt><tt class="descname">verify_connection</tt><big>(</big><em>connection</em><big>)</big><a class="headerlink" href="#kombu.transport.amqplib.Transport.verify_connection" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
@@ -372,7 +377,7 @@ default value of None means match any method), and dispatch to it.</p>
<li class="right" >
<a href="kombu.transport.html" title="kombu.transport"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.base.html b/reference/kombu.transport.base.html
index a99348ac..f4a28a02 100644
--- a/reference/kombu.transport.base.html
+++ b/reference/kombu.transport.base.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.base &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.base &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.virtual" href="kombu.transport.virtual.html" />
<link rel="prev" title="kombu.transport.SQS" href="kombu.transport.SQS.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.SQS.html" title="kombu.transport.SQS"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -318,7 +318,7 @@ python structure sent by the publisher.</p>
<li class="right" >
<a href="kombu.transport.SQS.html" title="kombu.transport.SQS"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.beanstalk.html b/reference/kombu.transport.beanstalk.html
index ac175bba..9d0b55db 100644
--- a/reference/kombu.transport.beanstalk.html
+++ b/reference/kombu.transport.beanstalk.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.beanstalk &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.beanstalk &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.mongodb" href="kombu.transport.mongodb.html" />
<link rel="prev" title="kombu.transport.redis" href="kombu.transport.redis.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.redis.html" title="kombu.transport.redis"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -114,8 +114,8 @@
<dd></dd></dl>
<dl class="attribute">
-<dt id="kombu.transport.beanstalk.Transport.interval">
-<tt class="descclassname">Transport.</tt><tt class="descname">interval</tt><em class="property"> = 1</em><a class="headerlink" href="#kombu.transport.beanstalk.Transport.interval" title="Permalink to this definition">¶</a></dt>
+<dt id="kombu.transport.beanstalk.Transport.polling_interval">
+<tt class="descclassname">Transport.</tt><tt class="descname">polling_interval</tt><em class="property"> = 1</em><a class="headerlink" href="#kombu.transport.beanstalk.Transport.polling_interval" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
@@ -201,7 +201,7 @@
<li class="right" >
<a href="kombu.transport.redis.html" title="kombu.transport.redis"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.couchdb.html b/reference/kombu.transport.couchdb.html
index e5abf94a..d2defc50 100644
--- a/reference/kombu.transport.couchdb.html
+++ b/reference/kombu.transport.couchdb.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.couchdb &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.couchdb &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.django" href="kombu.transport.django.html" />
<link rel="prev" title="kombu.transport.mongodb" href="kombu.transport.mongodb.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.mongodb.html" title="kombu.transport.mongodb"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -115,8 +115,8 @@
<dd></dd></dl>
<dl class="attribute">
-<dt id="kombu.transport.couchdb.Transport.interval">
-<tt class="descclassname">Transport.</tt><tt class="descname">interval</tt><em class="property"> = 1</em><a class="headerlink" href="#kombu.transport.couchdb.Transport.interval" title="Permalink to this definition">¶</a></dt>
+<dt id="kombu.transport.couchdb.Transport.polling_interval">
+<tt class="descclassname">Transport.</tt><tt class="descname">polling_interval</tt><em class="property"> = 1</em><a class="headerlink" href="#kombu.transport.couchdb.Transport.polling_interval" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
@@ -211,7 +211,7 @@
<li class="right" >
<a href="kombu.transport.mongodb.html" title="kombu.transport.mongodb"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.django.html b/reference/kombu.transport.django.html
index 3614b483..e475d4ce 100644
--- a/reference/kombu.transport.django.html
+++ b/reference/kombu.transport.django.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.django &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.django &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Django Models - kombu.transport.django.models" href="kombu.transport.django.models.html" />
<link rel="prev" title="kombu.transport.couchdb" href="kombu.transport.couchdb.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.couchdb.html" title="kombu.transport.couchdb"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -187,7 +187,7 @@
<li class="right" >
<a href="kombu.transport.couchdb.html" title="kombu.transport.couchdb"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.django.management.commands.clean_kombu_messages.html b/reference/kombu.transport.django.management.commands.clean_kombu_messages.html
index ac9fd2f7..dc669b05 100644
--- a/reference/kombu.transport.django.management.commands.clean_kombu_messages.html
+++ b/reference/kombu.transport.django.management.commands.clean_kombu_messages.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Django Management - clean_kombu_messages &mdash; Kombu 2.0.0 documentation</title>
+ <title>Django Management - clean_kombu_messages &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.sqlalchemy" href="kombu.transport.sqlalchemy.html" />
<link rel="prev" title="Django Managers - kombu.transport.django.managers" href="kombu.transport.django.managers.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.django.managers.html" title="Django Managers - kombu.transport.django.managers"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -120,7 +120,7 @@
<li class="right" >
<a href="kombu.transport.django.managers.html" title="Django Managers - kombu.transport.django.managers"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.django.managers.html b/reference/kombu.transport.django.managers.html
index ba1ad569..2ae0ced0 100644
--- a/reference/kombu.transport.django.managers.html
+++ b/reference/kombu.transport.django.managers.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Django Managers - kombu.transport.django.managers &mdash; Kombu 2.0.0 documentation</title>
+ <title>Django Managers - kombu.transport.django.managers &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Django Management - clean_kombu_messages" href="kombu.transport.django.management.commands.clean_kombu_messages.html" />
<link rel="prev" title="Django Models - kombu.transport.django.models" href="kombu.transport.django.models.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.django.models.html" title="Django Models - kombu.transport.django.models"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -160,7 +160,7 @@
<li class="right" >
<a href="kombu.transport.django.models.html" title="Django Models - kombu.transport.django.models"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.django.models.html b/reference/kombu.transport.django.models.html
index e420f1a9..017edbea 100644
--- a/reference/kombu.transport.django.models.html
+++ b/reference/kombu.transport.django.models.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Django Models - kombu.transport.django.models &mdash; Kombu 2.0.0 documentation</title>
+ <title>Django Models - kombu.transport.django.models &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Django Managers - kombu.transport.django.managers" href="kombu.transport.django.managers.html" />
<link rel="prev" title="kombu.transport.django" href="kombu.transport.django.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.django.html" title="kombu.transport.django"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -73,7 +73,7 @@
<dl class="attribute">
<dt id="kombu.transport.django.models.Message.objects">
-<tt class="descclassname">Message.</tt><tt class="descname">objects</tt><em class="property"> = &lt;kombu.transport.django.managers.MessageManager object at 0x102447950&gt;</em><a class="headerlink" href="#kombu.transport.django.models.Message.objects" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Message.</tt><tt class="descname">objects</tt><em class="property"> = &lt;kombu.transport.django.managers.MessageManager object at 0x1036437d0&gt;</em><a class="headerlink" href="#kombu.transport.django.models.Message.objects" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -104,7 +104,7 @@
<dl class="attribute">
<dt id="kombu.transport.django.models.Queue.objects">
-<tt class="descclassname">Queue.</tt><tt class="descname">objects</tt><em class="property"> = &lt;kombu.transport.django.managers.QueueManager object at 0x1024473d0&gt;</em><a class="headerlink" href="#kombu.transport.django.models.Queue.objects" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Queue.</tt><tt class="descname">objects</tt><em class="property"> = &lt;kombu.transport.django.managers.QueueManager object at 0x103643610&gt;</em><a class="headerlink" href="#kombu.transport.django.models.Queue.objects" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
@@ -162,7 +162,7 @@
<li class="right" >
<a href="kombu.transport.django.html" title="kombu.transport.django"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.html b/reference/kombu.transport.html
index 37cd9d96..86ad90b7 100644
--- a/reference/kombu.transport.html
+++ b/reference/kombu.transport.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.amqplib" href="kombu.transport.amqplib.html" />
<link rel="prev" title="Logging - kombu.log" href="kombu.log.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.log.html" title="Logging - kombu.log"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -175,7 +175,7 @@ the alias table will be consulted.</p>
<li class="right" >
<a href="kombu.log.html" title="Logging - kombu.log"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.librabbitmq.html b/reference/kombu.transport.librabbitmq.html
index fd77b1a5..581a9504 100644
--- a/reference/kombu.transport.librabbitmq.html
+++ b/reference/kombu.transport.librabbitmq.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.librabbitmq &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.librabbitmq &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.pika" href="kombu.transport.pika.html" />
<link rel="prev" title="kombu.transport.amqplib" href="kombu.transport.amqplib.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.amqplib.html" title="kombu.transport.amqplib"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -330,7 +330,7 @@ after transient reply message received.</p>
<dl class="method">
<dt id="kombu.transport.librabbitmq.Connection.Channel.basic_get">
-<tt class="descclassname">Connection.Channel.</tt><tt class="descname">basic_get</tt><big>(</big><em>queue=''</em>, <em>noack=False</em><big>)</big><a class="headerlink" href="#kombu.transport.librabbitmq.Connection.Channel.basic_get" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Connection.Channel.</tt><tt class="descname">basic_get</tt><big>(</big><em>queue=''</em>, <em>no_ack=False</em><big>)</big><a class="headerlink" href="#kombu.transport.librabbitmq.Connection.Channel.basic_get" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
@@ -550,7 +550,7 @@ after transient reply message received.</p>
<li class="right" >
<a href="kombu.transport.amqplib.html" title="kombu.transport.amqplib"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.memory.html b/reference/kombu.transport.memory.html
index 7c00cbea..ddf0d6b8 100644
--- a/reference/kombu.transport.memory.html
+++ b/reference/kombu.transport.memory.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.memory &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.memory &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.redis" href="kombu.transport.redis.html" />
<link rel="prev" title="kombu.transport.pika" href="kombu.transport.pika2.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.pika2.html" title="kombu.transport.pika"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -105,7 +105,7 @@
<dl class="attribute">
<dt id="kombu.transport.memory.Transport.state">
-<tt class="descclassname">Transport.</tt><tt class="descname">state</tt><em class="property"> = &lt;kombu.transport.virtual.BrokerState object at 0x102aab050&gt;</em><a class="headerlink" href="#kombu.transport.memory.Transport.state" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">state</tt><em class="property"> = &lt;kombu.transport.virtual.BrokerState object at 0x104012450&gt;</em><a class="headerlink" href="#kombu.transport.memory.Transport.state" title="Permalink to this definition">¶</a></dt>
<dd><p>memory backend state is global.</p>
</dd></dl>
@@ -197,7 +197,7 @@
<li class="right" >
<a href="kombu.transport.pika2.html" title="kombu.transport.pika"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.mongodb.html b/reference/kombu.transport.mongodb.html
index 6e4a2a69..b0680d41 100644
--- a/reference/kombu.transport.mongodb.html
+++ b/reference/kombu.transport.mongodb.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.mongodb &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.mongodb &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.couchdb" href="kombu.transport.couchdb.html" />
<link rel="prev" title="kombu.transport.beanstalk" href="kombu.transport.beanstalk.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.beanstalk.html" title="kombu.transport.beanstalk"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -85,7 +85,7 @@
<em class="property">class </em><tt class="descclassname">kombu.transport.mongodb.</tt><tt class="descname">Transport</tt><big>(</big><em>client</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Transport" title="Permalink to this definition">¶</a></dt>
<dd><dl class="class">
<dt id="kombu.transport.mongodb.Transport.Channel">
-<em class="property">class </em><tt class="descname">Channel</tt><big>(</big><em>connection</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Transport.Channel" title="Permalink to this definition">¶</a></dt>
+<em class="property">class </em><tt class="descname">Channel</tt><big>(</big><em>*vargs</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Transport.Channel" title="Permalink to this definition">¶</a></dt>
<dd><dl class="attribute">
<dt id="kombu.transport.mongodb.Transport.Channel.client">
<tt class="descname">client</tt><a class="headerlink" href="#kombu.transport.mongodb.Transport.Channel.client" title="Permalink to this definition">¶</a></dt>
@@ -96,6 +96,22 @@
<tt class="descname">close</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Transport.Channel.close" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
+<dl class="method">
+<dt id="kombu.transport.mongodb.Transport.Channel.get_table">
+<tt class="descname">get_table</tt><big>(</big><em>exchange</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Transport.Channel.get_table" title="Permalink to this definition">¶</a></dt>
+<dd><p>Get table of bindings for <tt class="docutils literal"><span class="pre">exchange</span></tt>.</p>
+</dd></dl>
+
+<dl class="method">
+<dt id="kombu.transport.mongodb.Transport.Channel.queue_delete">
+<tt class="descname">queue_delete</tt><big>(</big><em>queue</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Transport.Channel.queue_delete" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="kombu.transport.mongodb.Transport.Channel.supports_fanout">
+<tt class="descname">supports_fanout</tt><em class="property"> = True</em><a class="headerlink" href="#kombu.transport.mongodb.Transport.Channel.supports_fanout" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
</dd></dl>
<dl class="attribute">
@@ -114,8 +130,8 @@
<dd></dd></dl>
<dl class="attribute">
-<dt id="kombu.transport.mongodb.Transport.interval">
-<tt class="descclassname">Transport.</tt><tt class="descname">interval</tt><em class="property"> = 1</em><a class="headerlink" href="#kombu.transport.mongodb.Transport.interval" title="Permalink to this definition">¶</a></dt>
+<dt id="kombu.transport.mongodb.Transport.polling_interval">
+<tt class="descclassname">Transport.</tt><tt class="descname">polling_interval</tt><em class="property"> = 1</em><a class="headerlink" href="#kombu.transport.mongodb.Transport.polling_interval" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
@@ -125,7 +141,7 @@
<h2><a class="toc-backref" href="#id2">Channel</a><a class="headerlink" href="#channel" title="Permalink to this headline">¶</a></h2>
<dl class="class">
<dt id="kombu.transport.mongodb.Channel">
-<em class="property">class </em><tt class="descclassname">kombu.transport.mongodb.</tt><tt class="descname">Channel</tt><big>(</big><em>connection</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Channel" title="Permalink to this definition">¶</a></dt>
+<em class="property">class </em><tt class="descclassname">kombu.transport.mongodb.</tt><tt class="descname">Channel</tt><big>(</big><em>*vargs</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Channel" title="Permalink to this definition">¶</a></dt>
<dd><dl class="attribute">
<dt id="kombu.transport.mongodb.Channel.client">
<tt class="descname">client</tt><a class="headerlink" href="#kombu.transport.mongodb.Channel.client" title="Permalink to this definition">¶</a></dt>
@@ -136,6 +152,22 @@
<tt class="descname">close</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Channel.close" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
+<dl class="method">
+<dt id="kombu.transport.mongodb.Channel.get_table">
+<tt class="descname">get_table</tt><big>(</big><em>exchange</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Channel.get_table" title="Permalink to this definition">¶</a></dt>
+<dd><p>Get table of bindings for <tt class="docutils literal"><span class="pre">exchange</span></tt>.</p>
+</dd></dl>
+
+<dl class="method">
+<dt id="kombu.transport.mongodb.Channel.queue_delete">
+<tt class="descname">queue_delete</tt><big>(</big><em>queue</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.transport.mongodb.Channel.queue_delete" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="kombu.transport.mongodb.Channel.supports_fanout">
+<tt class="descname">supports_fanout</tt><em class="property"> = True</em><a class="headerlink" href="#kombu.transport.mongodb.Channel.supports_fanout" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
</dd></dl>
</div>
@@ -201,7 +233,7 @@
<li class="right" >
<a href="kombu.transport.beanstalk.html" title="kombu.transport.beanstalk"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.pika.html b/reference/kombu.transport.pika.html
index 08921475..fa8459de 100644
--- a/reference/kombu.transport.pika.html
+++ b/reference/kombu.transport.pika.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.pika &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.pika &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.pika" href="kombu.transport.pika2.html" />
<link rel="prev" title="kombu.transport.librabbitmq" href="kombu.transport.librabbitmq.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.librabbitmq.html" title="kombu.transport.librabbitmq"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -110,7 +110,7 @@
<li class="right" >
<a href="kombu.transport.librabbitmq.html" title="kombu.transport.librabbitmq"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.pika2.html b/reference/kombu.transport.pika2.html
index 1f14e0a4..9508386c 100644
--- a/reference/kombu.transport.pika2.html
+++ b/reference/kombu.transport.pika2.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.pika &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.pika &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.memory" href="kombu.transport.memory.html" />
<link rel="prev" title="kombu.transport.pika" href="kombu.transport.pika.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.pika.html" title="kombu.transport.pika"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -178,7 +178,7 @@
<dl class="attribute">
<dt id="kombu.transport.pika2.Transport.connection_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">connection_errors</tt><em class="property"> = (&lt;class 'socket.error'&gt;, &lt;class 'pika.exceptions.ConnectionClosed'&gt;, &lt;class 'pika.exceptions.ChannelClosed'&gt;, &lt;class 'pika.exceptions.AuthenticationError'&gt;, &lt;class 'pika.exceptions.NoFreeChannels'&gt;, &lt;class 'pika.exceptions.DuplicateConsumerTag'&gt;, &lt;class 'pika.exceptions.UnknownConsumerTag'&gt;, &lt;class 'pika.exceptions.RecursiveOperationDetected'&gt;, &lt;class 'pika.exceptions.ProtocolSyntaxError'&gt;)</em><a class="headerlink" href="#kombu.transport.pika2.Transport.connection_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">connection_errors</tt><em class="property"> = (&lt;class 'socket.error'&gt;, &lt;class 'pika.exceptions.ConnectionClosed'&gt;, &lt;class 'pika.exceptions.ChannelClosed'&gt;, &lt;class 'pika.exceptions.LoginError'&gt;, &lt;class 'pika.exceptions.NoFreeChannels'&gt;, &lt;class 'pika.exceptions.DuplicateConsumerTag'&gt;, &lt;class 'pika.exceptions.UnknownConsumerTag'&gt;, &lt;class 'pika.exceptions.RecursiveOperationDetected'&gt;, &lt;class 'pika.exceptions.ProtocolSyntaxError'&gt;)</em><a class="headerlink" href="#kombu.transport.pika2.Transport.connection_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
@@ -418,7 +418,7 @@
<li class="right" >
<a href="kombu.transport.pika.html" title="kombu.transport.pika"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.redis.html b/reference/kombu.transport.redis.html
index e0285105..bedd5a9a 100644
--- a/reference/kombu.transport.redis.html
+++ b/reference/kombu.transport.redis.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.redis &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.redis &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.beanstalk" href="kombu.transport.beanstalk.html" />
<link rel="prev" title="kombu.transport.memory" href="kombu.transport.memory.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.memory.html" title="kombu.transport.memory"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -144,8 +144,8 @@
<dd></dd></dl>
<dl class="attribute">
-<dt id="kombu.transport.redis.Transport.interval">
-<tt class="descclassname">Transport.</tt><tt class="descname">interval</tt><em class="property"> = 1</em><a class="headerlink" href="#kombu.transport.redis.Transport.interval" title="Permalink to this definition">¶</a></dt>
+<dt id="kombu.transport.redis.Transport.polling_interval">
+<tt class="descclassname">Transport.</tt><tt class="descname">polling_interval</tt><em class="property"> = None</em><a class="headerlink" href="#kombu.transport.redis.Transport.polling_interval" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
@@ -271,7 +271,7 @@
<li class="right" >
<a href="kombu.transport.memory.html" title="kombu.transport.memory"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.sqlalchemy.html b/reference/kombu.transport.sqlalchemy.html
index 1a7f2557..e6f8405d 100644
--- a/reference/kombu.transport.sqlalchemy.html
+++ b/reference/kombu.transport.sqlalchemy.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.sqlalchemy &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.sqlalchemy &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Models" href="kombu.transport.sqlalchemy.models.html" />
<link rel="prev" title="Django Management - clean_kombu_messages" href="kombu.transport.django.management.commands.clean_kombu_messages.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.django.management.commands.clean_kombu_messages.html" title="Django Management - clean_kombu_messages"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -172,7 +172,7 @@
<li class="right" >
<a href="kombu.transport.django.management.commands.clean_kombu_messages.html" title="Django Management - clean_kombu_messages"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.sqlalchemy.models.html b/reference/kombu.transport.sqlalchemy.models.html
index 0dac09d4..6b8d27dc 100644
--- a/reference/kombu.transport.sqlalchemy.models.html
+++ b/reference/kombu.transport.sqlalchemy.models.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Models &mdash; Kombu 2.0.0 documentation</title>
+ <title>Models &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.SQS" href="kombu.transport.SQS.html" />
<link rel="prev" title="kombu.transport.sqlalchemy" href="kombu.transport.sqlalchemy.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.sqlalchemy.html" title="kombu.transport.sqlalchemy"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -170,7 +170,7 @@
<li class="right" >
<a href="kombu.transport.sqlalchemy.html" title="kombu.transport.sqlalchemy"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.virtual.exchange.html b/reference/kombu.transport.virtual.exchange.html
index c5ead994..3fdf23f0 100644
--- a/reference/kombu.transport.virtual.exchange.html
+++ b/reference/kombu.transport.virtual.exchange.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.virtual.exchange &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.virtual.exchange &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.virtual.scheduling" href="kombu.transport.virtual.scheduling.html" />
<link rel="prev" title="kombu.transport.virtual" href="kombu.transport.virtual.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.virtual.html" title="kombu.transport.virtual"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -291,7 +291,7 @@ for bindings to this exchange.</p>
<li class="right" >
<a href="kombu.transport.virtual.html" title="kombu.transport.virtual"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.virtual.html b/reference/kombu.transport.virtual.html
index fbc6708f..56c76e9a 100644
--- a/reference/kombu.transport.virtual.html
+++ b/reference/kombu.transport.virtual.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.virtual &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.virtual &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.transport.virtual.exchange" href="kombu.transport.virtual.exchange.html" />
<link rel="prev" title="kombu.transport.base" href="kombu.transport.base.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.base.html" title="kombu.transport.base"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -109,9 +109,9 @@
</dd></dl>
<dl class="attribute">
-<dt id="kombu.transport.virtual.Transport.interval">
-<tt class="descname">interval</tt><em class="property"> = 1</em><a class="headerlink" href="#kombu.transport.virtual.Transport.interval" title="Permalink to this definition">¶</a></dt>
-<dd><p>default interval between polling channels for new events.</p>
+<dt id="kombu.transport.virtual.Transport.polling_interval">
+<tt class="descname">polling_interval</tt><em class="property"> = 1.0</em><a class="headerlink" href="#kombu.transport.virtual.Transport.polling_interval" title="Permalink to this definition">¶</a></dt>
+<dd><p>Time to sleep between unsuccessful polls.</p>
</dd></dl>
<dl class="attribute">
@@ -122,7 +122,7 @@
<dl class="attribute">
<dt id="kombu.transport.virtual.Transport.state">
-<tt class="descname">state</tt><em class="property"> = &lt;kombu.transport.virtual.BrokerState object at 0x103d2a850&gt;</em><a class="headerlink" href="#kombu.transport.virtual.Transport.state" title="Permalink to this definition">¶</a></dt>
+<tt class="descname">state</tt><em class="property"> = &lt;kombu.transport.virtual.BrokerState object at 0x103cffb10&gt;</em><a class="headerlink" href="#kombu.transport.virtual.Transport.state" title="Permalink to this definition">¶</a></dt>
<dd><p><a class="reference internal" href="#kombu.transport.virtual.BrokerState" title="kombu.transport.virtual.BrokerState"><tt class="xref py py-class docutils literal"><span class="pre">BrokerState</span></tt></a> containing declared exchanges and
bindings (set by constructor).</p>
</dd></dl>
@@ -658,7 +658,7 @@ prefetch limits.</p>
<li class="right" >
<a href="kombu.transport.base.html" title="kombu.transport.base"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.transport.virtual.scheduling.html b/reference/kombu.transport.virtual.scheduling.html
index 0b544b24..fdc60b35 100644
--- a/reference/kombu.transport.virtual.scheduling.html
+++ b/reference/kombu.transport.virtual.scheduling.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.transport.virtual.scheduling &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.transport.virtual.scheduling &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.serialization" href="kombu.serialization.html" />
<link rel="prev" title="kombu.transport.virtual.exchange" href="kombu.transport.virtual.exchange.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.transport.virtual.exchange.html" title="kombu.transport.virtual.exchange"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -147,7 +147,7 @@ an equal chance to be consumed from.</p>
<li class="right" >
<a href="kombu.transport.virtual.exchange.html" title="kombu.transport.virtual.exchange"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.utils.compat.html b/reference/kombu.utils.compat.html
index b3a17bf0..43d30145 100644
--- a/reference/kombu.utils.compat.html
+++ b/reference/kombu.utils.compat.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Compat. utilities - kombu.utils.compat &mdash; Kombu 2.0.0 documentation</title>
+ <title>Compat. utilities - kombu.utils.compat &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Debugging - kombu.utils.debug" href="kombu.utils.debug.html" />
<link rel="prev" title="Rate limiting - kombu.utils.limits" href="kombu.utils.limits.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.utils.limits.html" title="Rate limiting - kombu.utils.limits"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -126,7 +126,7 @@
<dl class="method">
<dt id="kombu.utils.compat.CompatOrderedDict.pop">
-<tt class="descname">pop</tt><big>(</big><em>key</em>, <em>default=&lt;object object at 0x1024b4980&gt;</em><big>)</big><a class="headerlink" href="#kombu.utils.compat.CompatOrderedDict.pop" title="Permalink to this definition">¶</a></dt>
+<tt class="descname">pop</tt><big>(</big><em>key</em>, <em>default=&lt;object object at 0x10263a990&gt;</em><big>)</big><a class="headerlink" href="#kombu.utils.compat.CompatOrderedDict.pop" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
@@ -221,7 +221,7 @@ order if false.</p>
<li class="right" >
<a href="kombu.utils.limits.html" title="Rate limiting - kombu.utils.limits"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.utils.debug.html b/reference/kombu.utils.debug.html
index ec710f9f..4e709743 100644
--- a/reference/kombu.utils.debug.html
+++ b/reference/kombu.utils.debug.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Debugging - kombu.utils.debug &mdash; Kombu 2.0.0 documentation</title>
+ <title>Debugging - kombu.utils.debug &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="String Encoding - kombu.utils.encoding" href="kombu.utils.encoding.html" />
<link rel="prev" title="Compat. utilities - kombu.utils.compat" href="kombu.utils.compat.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.utils.compat.html" title="Compat. utilities - kombu.utils.compat"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -151,7 +151,7 @@
<li class="right" >
<a href="kombu.utils.compat.html" title="Compat. utilities - kombu.utils.compat"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.utils.encoding.html b/reference/kombu.utils.encoding.html
index ea98f5fe..825e0600 100644
--- a/reference/kombu.utils.encoding.html
+++ b/reference/kombu.utils.encoding.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>String Encoding - kombu.utils.encoding &mdash; Kombu 2.0.0 documentation</title>
+ <title>String Encoding - kombu.utils.encoding &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="kombu.utils.functional" href="kombu.utils.functional.html" />
<link rel="prev" title="Debugging - kombu.utils.debug" href="kombu.utils.debug.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.utils.debug.html" title="Debugging - kombu.utils.debug"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -183,7 +183,7 @@ exception.</p>
<li class="right" >
<a href="kombu.utils.debug.html" title="Debugging - kombu.utils.debug"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.utils.finalize.html b/reference/kombu.utils.finalize.html
index 4cf8dd68..c3f95335 100644
--- a/reference/kombu.utils.finalize.html
+++ b/reference/kombu.utils.finalize.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Finalize - kombu.utils.finalize &mdash; Kombu 2.0.0 documentation</title>
+ <title>Finalize - kombu.utils.finalize &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Change history" href="../changelog.html" />
<link rel="prev" title="kombu.utils.functional" href="kombu.utils.functional.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.utils.functional.html" title="kombu.utils.functional"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -159,7 +159,7 @@
<li class="right" >
<a href="kombu.utils.functional.html" title="kombu.utils.functional"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.utils.functional.html b/reference/kombu.utils.functional.html
index bc77c52d..10ea93a8 100644
--- a/reference/kombu.utils.functional.html
+++ b/reference/kombu.utils.functional.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>kombu.utils.functional &mdash; Kombu 2.0.0 documentation</title>
+ <title>kombu.utils.functional &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Finalize - kombu.utils.finalize" href="kombu.utils.finalize.html" />
<link rel="prev" title="String Encoding - kombu.utils.encoding" href="kombu.utils.encoding.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.utils.encoding.html" title="String Encoding - kombu.utils.encoding"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -134,7 +134,7 @@ memoized (see <tt class="xref py py-class docutils literal"><span class="pre">mp
<li class="right" >
<a href="kombu.utils.encoding.html" title="String Encoding - kombu.utils.encoding"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.utils.html b/reference/kombu.utils.html
index c1739da7..3ef9dbc4 100644
--- a/reference/kombu.utils.html
+++ b/reference/kombu.utils.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Utilities - kombu.utils &mdash; Kombu 2.0.0 documentation</title>
+ <title>Utilities - kombu.utils &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Rate limiting - kombu.utils.limits" href="kombu.utils.limits.html" />
<link rel="prev" title="Async Utilities - kombu.syn" href="kombu.syn.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.syn.html" title="Async Utilities - kombu.syn"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -260,7 +260,7 @@ context manager.</p>
<li class="right" >
<a href="kombu.syn.html" title="Async Utilities - kombu.syn"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/reference/kombu.utils.limits.html b/reference/kombu.utils.limits.html
index f63b1ec1..3b89ceeb 100644
--- a/reference/kombu.utils.limits.html
+++ b/reference/kombu.utils.limits.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Rate limiting - kombu.utils.limits &mdash; Kombu 2.0.0 documentation</title>
+ <title>Rate limiting - kombu.utils.limits &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
<link rel="next" title="Compat. utilities - kombu.utils.compat" href="kombu.utils.compat.html" />
<link rel="prev" title="Utilities - kombu.utils" href="kombu.utils.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="kombu.utils.html" title="Utilities - kombu.utils"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -190,7 +190,7 @@ available.</p>
<li class="right" >
<a href="kombu.utils.html" title="Utilities - kombu.utils"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >API Reference</a> &raquo;</li>
</ul>
</div>
diff --git a/search.html b/search.html
index 6e4f723b..ae6d538a 100644
--- a/search.html
+++ b/search.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Search &mdash; Kombu 2.0.0 documentation</title>
+ <title>Search &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="_static/celery.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -25,7 +25,7 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="index.html" />
<script type="text/javascript">
jQuery(function() { Search.loadIndex("searchindex.js"); });
</script>
@@ -42,7 +42,7 @@
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -95,7 +95,7 @@
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
- <li><a href="index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/searchindex.js b/searchindex.js
index 93843876..5b298dca 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({objects:{"kombu.transport.SQS.Channel":{queue_name_prefix:[8,2,1,""],conninfo:[8,2,1,""],exchange_delete:[8,1,1,""],basic_ack:[8,1,1,""],close:[8,1,1,""],transport_options:[8,2,1,""],default_region:[8,2,1,""],supports_fanout:[8,2,1,""],region:[8,2,1,""],sqs:[8,2,1,""],entity_name:[8,1,1,""],basic_cancel:[8,1,1,""],basic_consume:[8,1,1,""],sdb:[8,2,1,""],table:[8,2,1,""],get_table:[8,1,1,""],Table:[8,5,1,""],get_exchanges:[8,1,1,""],visibility_timeout:[8,2,1,""],domain_format:[8,2,1,""]},"kombu.transport.django.models":{Queue:[23,5,1,""],Message:[23,5,1,""]},"kombu.connection.ChannelPool":{release:[55,1,1,""],acquire:[55,1,1,""],LimitExceeded:[55,2,1,""]},"kombu.transport.amqplib.Connection":{dispatch_method:[17,1,1,""],drain_events:[17,1,1,""],wait_multi:[17,1,1,""],read_timeout:[17,1,1,""],close:[17,1,1,""],channel:[17,1,1,""],wait:[17,1,1,""]},"kombu.transport.virtual.scheduling.FairCycle":{close:[50,1,1,""],get:[50,1,1,""]},"kombu.transport.librabbitmq.Transport.Connection.Channel":{Message:[53,5,1,""],prepare_message:[53,1,1,""]},"kombu.transport.SQS.Transport.Channel":{transport_options:[8,2,1,""],conninfo:[8,2,1,""],Table:[8,5,1,""],exchange_delete:[8,1,1,""],basic_ack:[8,1,1,""],entity_name:[8,1,1,""],queue_name_prefix:[8,2,1,""],sqs:[8,2,1,""],supports_fanout:[8,2,1,""],region:[8,2,1,""],default_region:[8,2,1,""],basic_cancel:[8,1,1,""],basic_consume:[8,1,1,""],sdb:[8,2,1,""],close:[8,1,1,""],get_table:[8,1,1,""],table:[8,2,1,""],get_exchanges:[8,1,1,""],visibility_timeout:[8,2,1,""],domain_format:[8,2,1,""]},"kombu.transport":{sqlalchemy:[1,0,1,""],amqplib:[17,0,1,""],SQS:[8,0,1,""],mongodb:[6,0,1,""],couchdb:[27,0,1,""],redis:[40,0,1,""],virtual:[3,0,1,""],django:[39,0,1,""],DEFAULT_TRANSPORT:[10,3,1,""],librabbitmq:[53,0,1,""],beanstalk:[46,0,1,""],base:[31,0,1,""],pika2:[41,0,1,""],get_transport_cls:[10,4,1,""],memory:[14,0,1,""],TRANSPORT_ALIASES:[10,3,1,""],resolve_transport:[10,4,1,""]},"kombu.transport.redis.Channel":{keyprefix_queue:[40,2,1,""],sep:[40,2,1,""],supports_fanout:[40,2,1,""],client:[40,2,1,""],get_table:[40,1,1,""],subclient:[40,2,1,""],basic_cancel:[40,1,1,""],basic_consume:[40,1,1,""],active_queues:[40,2,1,""],close:[40,1,1,""]},"kombu.simple.SimpleBuffer":{queue:[52,2,1,""],qsize:[52,1,1,""],producer:[52,2,1,""],get:[52,1,1,""],clear:[52,1,1,""],get_nowait:[52,1,1,""],queue_opts:[52,2,1,""],exchange_opts:[52,2,1,""],channel:[52,2,1,""],put:[52,1,1,""],close:[52,1,1,""],consumer:[52,2,1,""],no_ack:[52,2,1,""],"__len__":[52,1,1,""]},"kombu.transport.django.managers":{MessageManager:[2,5,1,""],QueueManager:[2,5,1,""]},"kombu.transport.virtual.Channel":{do_restore:[3,2,1,""],qos:[3,2,1,""],basic_ack:[3,1,1,""],basic_reject:[3,1,1,""],basic_get:[3,1,1,""],close:[3,1,1,""],basic_recover:[3,1,1,""],exchange_declare:[3,1,1,""],exchange_delete:[3,1,1,""],queue_bind:[3,1,1,""],drain_events:[3,1,1,""],state:[3,2,1,""],basic_publish:[3,1,1,""],basic_consume:[3,1,1,""],queue_delete:[3,1,1,""],queue_declare:[3,1,1,""],queue_purge:[3,1,1,""],basic_qos:[3,1,1,""],basic_cancel:[3,1,1,""],message_to_python:[3,1,1,""],get_table:[3,1,1,""],exchange_types:[3,2,1,""],flow:[3,1,1,""],"typeof":[3,1,1,""],Message:[3,2,1,""],prepare_message:[3,1,1,""]},"kombu.transport.pika2.Connection":{close:[41,1,1,""],drain_events:[41,1,1,""],channel:[41,1,1,""],Channel:[41,5,1,""]},"kombu.transport.virtual.scheduling":{FairCycle:[50,5,1,""]},"kombu.pidbox.Mailbox":{Node:[42,1,1,""],abcast:[42,1,1,""],get_reply_queue:[42,1,1,""],exchange:[42,2,1,""],multi_call:[42,1,1,""],namespace:[42,2,1,""],cast:[42,1,1,""],connection:[42,2,1,""],call:[42,1,1,""],get_queue:[42,1,1,""],reply_exchange:[42,2,1,""],type:[42,2,1,""]},"kombu.simple.SimpleQueue":{queue:[52,2,1,""],qsize:[52,1,1,""],producer:[52,2,1,""],get:[52,1,1,""],clear:[52,1,1,""],get_nowait:[52,1,1,""],queue_opts:[52,2,1,""],exchange_opts:[52,2,1,""],channel:[52,2,1,""],put:[52,1,1,""],close:[52,1,1,""],consumer:[52,2,1,""],no_ack:[52,2,1,""],"__len__":[52,1,1,""]},"kombu.transport.django.Channel":{basic_consume:[39,1,1,""],refresh_connection:[39,1,1,""]},"kombu.transport.redis.Transport":{interval:[40,2,1,""],Channel:[40,5,1,""],default_port:[40,2,1,""]},"kombu.transport.redis.Transport.Channel":{keyprefix_queue:[40,2,1,""],sep:[40,2,1,""],supports_fanout:[40,2,1,""],get_table:[40,1,1,""],subclient:[40,2,1,""],client:[40,2,1,""],basic_consume:[40,1,1,""],active_queues:[40,2,1,""],close:[40,1,1,""],basic_cancel:[40,1,1,""]},"kombu.transport.librabbitmq.Connection":{frame_max:[53,2,1,""],channel_max:[53,2,1,""],drain_events:[53,1,1,""],channels:[53,2,1,""],channel:[53,1,1,""],reconnect:[53,1,1,""],heartbeat:[53,2,1,""],close:[53,1,1,""],Channel:[53,5,1,""]},"kombu.transport.amqplib.Transport.Connection":{read_timeout:[17,1,1,""],drain_events:[17,1,1,""],wait_multi:[17,1,1,""],channel:[17,1,1,""]},"kombu.transport.sqlalchemy.Channel":{session:[1,2,1,""]},"kombu.transport.virtual.Message.MessageStateError":{message:[3,2,1,""],args:[3,2,1,""]},"kombu.transport.amqplib.Transport":{channel_errors:[17,2,1,""],drain_events:[17,1,1,""],verify_connection:[17,1,1,""],establish_connection:[17,1,1,""],default_connection_params:[17,2,1,""],Connection:[17,5,1,""],connection_errors:[17,2,1,""],create_channel:[17,1,1,""],default_port:[17,2,1,""],close_connection:[17,1,1,""]},"kombu.transport.SQS.Transport":{connection_errors:[8,2,1,""],default_port:[8,2,1,""],polling_interval:[8,2,1,""],Channel:[8,5,1,""],channel_errors:[8,2,1,""]},"kombu.transport.pika2.Transport.Connection.Channel":{basic_qos:[41,1,1,""],basic_get:[41,1,1,""],channel_id:[41,2,1,""],basic_publish:[41,1,1,""],basic_consume:[41,1,1,""],message_to_python:[41,1,1,""],close:[41,1,1,""],Message:[41,5,1,""],prepare_message:[41,1,1,""],queue_purge:[41,1,1,""]},"kombu.transport.pika2.Channel":{basic_qos:[41,1,1,""],basic_get:[41,1,1,""],channel_id:[41,2,1,""],basic_publish:[41,1,1,""],basic_consume:[41,1,1,""],message_to_python:[41,1,1,""],queue_purge:[41,1,1,""],close:[41,1,1,""],Message:[41,5,1,""],prepare_message:[41,1,1,""]},"kombu.transport.pika2.Transport":{channel_errors:[41,2,1,""],drain_events:[41,1,1,""],establish_connection:[41,1,1,""],default_connection_params:[41,2,1,""],Connection:[41,5,1,""],connection_errors:[41,2,1,""],create_channel:[41,1,1,""],default_port:[41,2,1,""],Message:[41,5,1,""],close_connection:[41,1,1,""]},"kombu.transport.virtual.exchange.ExchangeType":{type:[45,2,1,""],equivalent:[45,1,1,""],lookup:[45,1,1,""],prepare_bind:[45,1,1,""]},"kombu.transport.couchdb.Channel":{client:[27,2,1,""],view_created:[27,2,1,""]},"kombu.pools":{reset:[36,4,1,""],PoolGroup:[36,5,1,""],ProducerPool:[36,5,1,""],register_group:[36,4,1,""],get_limit:[36,4,1,""],set_limit:[36,4,1,""]},"kombu.transport.base.Message":{body:[31,2,1,""],ack:[31,1,1,""],delivery_info:[31,2,1,""],acknowledged:[31,2,1,""],properties:[31,2,1,""],decode:[31,1,1,""],headers:[31,2,1,""],content_encoding:[31,2,1,""],content_type:[31,2,1,""],reject:[31,1,1,""],delivery_tag:[31,2,1,""],requeue:[31,1,1,""],payload:[31,2,1,""],channel:[31,2,1,""]},"kombu.utils.functional.promise":{evaluate:[12,1,1,""]},"kombu.compat.Publisher":{compression:[54,2,1,""],exchange:[54,2,1,""],serializer:[54,2,1,""],auto_delete:[54,2,1,""],send:[54,1,1,""],auto_declare:[54,2,1,""],routing_key:[54,2,1,""],publish:[54,1,1,""],revive:[54,1,1,""],connection:[54,2,1,""],declare:[54,1,1,""],channel:[54,2,1,""],release:[54,1,1,""],close:[54,1,1,""],exchange_type:[54,2,1,""],on_return:[54,2,1,""],durable:[54,2,1,""],maybe_declare:[54,1,1,""],backend:[54,2,1,""]},"kombu.connection.ConnectionPool":{release:[55,1,1,""],acquire:[55,1,1,""],LimitExceeded:[55,2,1,""]},"kombu.transport.amqplib":{Message:[17,5,1,""],Connection:[17,5,1,""],Transport:[17,5,1,""],Channel:[17,5,1,""]},"kombu.connection.BrokerConnection":{info:[55,1,1,""],SimpleBuffer:[55,1,1,""],create_transport:[55,1,1,""],SimpleQueue:[55,1,1,""],channel_errors:[55,2,1,""],drain_events:[55,1,1,""],transport:[55,2,1,""],host:[55,2,1,""],ensure_connection:[55,1,1,""],connection:[55,2,1,""],connection_errors:[55,2,1,""],ensure:[55,1,1,""],Pool:[55,1,1,""],get_transport_cls:[55,1,1,""],ChannelPool:[55,1,1,""],release:[55,1,1,""],clone:[55,1,1,""],channel:[55,1,1,""],connect:[55,1,1,""]},"kombu.entity":{Queue:[24,5,1,""],Exchange:[24,5,1,""]},"kombu.transport.SQS":{Transport:[8,5,1,""],Channel:[8,5,1,""]},"kombu.transport.SQS.Channel.Table":{routes_for:[8,1,1,""],queue_bind:[8,1,1,""],create_binding:[8,1,1,""],select:[8,1,1,""],queue_delete:[8,1,1,""],exchange_delete:[8,1,1,""],get_exchanges:[8,1,1,""],get_item:[8,1,1,""],get_queue:[8,1,1,""]},"kombu.transport.sqlalchemy":{models:[47,0,1,""],Transport:[1,5,1,""],Channel:[1,5,1,""]},"kombu.utils.finalize.Finalize":{cancel:[32,1,1,""],still_active:[32,1,1,""]},"kombu.transport.librabbitmq.Connection.Channel.Message.MessageStateError":{message:[53,2,1,""],args:[53,2,1,""]},"kombu.transport.pika2.Transport.Connection":{close:[41,1,1,""],drain_events:[41,1,1,""],Channel:[41,5,1,""],channel:[41,1,1,""]},"kombu.serialization":{register:[43,4,1,""],decode:[43,4,1,""],SerializerNotInstalled:[43,6,1,""],encode:[43,4,1,""],raw_encode:[43,4,1,""],registry:[43,3,1,""]},"kombu.transport.mongodb.Transport":{interval:[6,2,1,""],default_port:[6,2,1,""],Channel:[6,5,1,""],connection_errors:[6,2,1,""],channel_errors:[6,2,1,""]},"kombu.utils.limits.TokenBucket":{timestamp:[57,2,1,""],fill_rate:[57,2,1,""],capacity:[57,2,1,""],can_consume:[57,1,1,""],expected_time:[57,1,1,""]},"kombu.transport.virtual.Transport":{close_channel:[3,1,1,""],drain_events:[3,1,1,""],interval:[3,2,1,""],establish_connection:[3,1,1,""],Cycle:[3,2,1,""],state:[3,2,1,""],create_channel:[3,1,1,""],default_port:[3,2,1,""],close_connection:[3,1,1,""],Channel:[3,2,1,""],cycle:[3,2,1,""]},"kombu.compat":{Publisher:[54,5,1,""],Consumer:[54,5,1,""],ConsumerSet:[54,5,1,""]},"kombu.transport.couchdb":{create_message_view:[27,4,1,""],Channel:[27,5,1,""],Transport:[27,5,1,""]},"kombu.transport.virtual.exchange.FanoutExchange":{deliver:[45,1,1,""],lookup:[45,1,1,""],type:[45,2,1,""]},"kombu.transport.redis":{Channel:[40,5,1,""],Transport:[40,5,1,""]},"kombu.transport.librabbitmq.Connection.Channel.Message":{body:[53,2,1,""],reject:[53,1,1,""],ack:[53,1,1,""],delivery_info:[53,2,1,""],MessageStateError:[53,6,1,""],acknowledged:[53,2,1,""],ack_log_error:[53,1,1,""],payload:[53,2,1,""],decode:[53,1,1,""],headers:[53,2,1,""],content_encoding:[53,2,1,""],content_type:[53,2,1,""],delivery_tag:[53,2,1,""],requeue:[53,1,1,""],properties:[53,2,1,""],channel:[53,2,1,""]},"kombu.transport.mongodb.Transport.Channel":{close:[6,1,1,""],client:[6,2,1,""]},"kombu.transport.sqlalchemy.models":{Queue:[47,5,1,""],Message:[47,5,1,""]},"kombu.transport.sqlalchemy.models.Message":{sent_at:[47,2,1,""],id:[47,2,1,""],visible:[47,2,1,""],version:[47,2,1,""],queue_id:[47,2,1,""],payload:[47,2,1,""]},"kombu.transport.memory.Transport":{state:[14,2,1,""],Channel:[14,5,1,""]},"kombu.messaging.Producer":{compression:[30,2,1,""],exchange:[30,2,1,""],serializer:[30,2,1,""],revive:[30,1,1,""],publish:[30,1,1,""],routing_key:[30,2,1,""],auto_declare:[30,2,1,""],on_return:[30,2,1,""],declare:[30,1,1,""],channel:[30,2,1,""]},"kombu.utils.limits":{TokenBucket:[57,5,1,""]},"kombu.transport.django.Transport":{default_port:[39,2,1,""],connection_errors:[39,2,1,""],polling_interval:[39,2,1,""],Channel:[39,5,1,""],channel_errors:[39,2,1,""]},"kombu.transport.SQS.Transport.Channel.Table":{routes_for:[8,1,1,""],queue_bind:[8,1,1,""],create_binding:[8,1,1,""],queue_delete:[8,1,1,""],select:[8,1,1,""],exchange_delete:[8,1,1,""],get_exchanges:[8,1,1,""],get_item:[8,1,1,""],get_queue:[8,1,1,""]},"kombu.common":{collect_replies:[11,4,1,""],itermessages:[11,4,1,""],uuid:[11,4,1,""],Broadcast:[11,5,1,""],insured:[11,4,1,""],maybe_declare:[11,4,1,""],ipublish:[11,4,1,""],send_reply:[11,4,1,""],entry_to_queue:[11,4,1,""],isend_reply:[11,4,1,""]},"kombu.pidbox":{Node:[42,5,1,""],Mailbox:[42,5,1,""]},"kombu.transport.virtual.QoS":{get:[3,1,1,""],ack:[3,1,1,""],restore_unacked:[3,1,1,""],restore_unacked_once:[3,1,1,""],prefetch_count:[3,2,1,""],can_consume:[3,1,1,""],reject:[3,1,1,""],append:[3,1,1,""]},"kombu.transport.virtual.Message":{body:[3,2,1,""],serializable:[3,1,1,""],ack:[3,1,1,""],delivery_info:[3,2,1,""],MessageStateError:[3,6,1,""],acknowledged:[3,2,1,""],ack_log_error:[3,1,1,""],payload:[3,2,1,""],decode:[3,1,1,""],headers:[3,2,1,""],content_encoding:[3,2,1,""],content_type:[3,2,1,""],reject:[3,1,1,""],delivery_tag:[3,2,1,""],requeue:[3,1,1,""],properties:[3,2,1,""],channel:[3,2,1,""]},"kombu.pidbox.Node":{handle:[42,1,1,""],handlers:[42,2,1,""],dispatch_from_message:[42,1,1,""],hostname:[42,2,1,""],state:[42,2,1,""],dispatch:[42,1,1,""],mailbox:[42,2,1,""],handle_call:[42,1,1,""],handler:[42,1,1,""],handle_cast:[42,1,1,""],handle_message:[42,1,1,""],reply:[42,1,1,""],Consumer:[42,1,1,""],channel:[42,2,1,""],listen:[42,1,1,""]},"kombu.exceptions":{TimeoutError:[0,2,1,""],MessageStateError:[0,6,1,""],ConnectionLimitExceeded:[0,6,1,""],LimitExceeded:[0,6,1,""],ChannelLimitExceeded:[0,6,1,""],NotBoundError:[0,6,1,""]},"kombu.utils.finalize":{Finalize:[32,5,1,""]},"kombu.transport.memory":{Transport:[14,5,1,""],Channel:[14,5,1,""]},"kombu.transport.librabbitmq.Connection.Channel":{no_ack_consumers:[53,2,1,""],basic_ack:[53,1,1,""],basic_reject:[53,1,1,""],basic_get:[53,1,1,""],is_open:[53,2,1,""],close:[53,1,1,""],exchange_declare:[53,1,1,""],exchange_delete:[53,1,1,""],queue_bind:[53,1,1,""],queue_unbind:[53,1,1,""],list_bindings:[53,1,1,""],basic_publish:[53,1,1,""],basic_consume:[53,1,1,""],queue_delete:[53,1,1,""],queue_declare:[53,1,1,""],queue_purge:[53,1,1,""],basic_qos:[53,1,1,""],after_reply_message_received:[53,1,1,""],basic_cancel:[53,1,1,""],Consumer:[53,1,1,""],Producer:[53,1,1,""],flow:[53,1,1,""],Message:[53,5,1,""],prepare_message:[53,1,1,""]},"kombu.transport.beanstalk":{Transport:[46,5,1,""],Channel:[46,5,1,""]},"kombu.pools.ProducerPool":{prepare:[36,1,1,""],Producer:[36,1,1,""],setup:[36,1,1,""],release:[36,1,1,""],"new":[36,1,1,""],create_producer:[36,1,1,""]},"kombu.transport.base.Transport":{close_channel:[31,1,1,""],channel_errors:[31,2,1,""],drain_events:[31,1,1,""],establish_connection:[31,1,1,""],client:[31,2,1,""],connection_errors:[31,2,1,""],create_channel:[31,1,1,""],default_port:[31,2,1,""],close_connection:[31,1,1,""]},"kombu.clocks":{LamportClock:[26,5,1,""]},"kombu.transport.librabbitmq.Channel":{Message:[53,5,1,""],prepare_message:[53,1,1,""]},"kombu.transport.memory.Transport.Channel":{queues:[14,2,1,""],do_restore:[14,2,1,""],after_reply_message_received:[14,1,1,""]},"kombu.pools.PoolGroup":{create:[36,1,1,""]},"kombu.transport.pika2.Connection.Channel":{basic_qos:[41,1,1,""],basic_get:[41,1,1,""],channel_id:[41,2,1,""],basic_publish:[41,1,1,""],basic_consume:[41,1,1,""],message_to_python:[41,1,1,""],queue_purge:[41,1,1,""],close:[41,1,1,""],Message:[41,5,1,""],prepare_message:[41,1,1,""]},"kombu.transport.virtual.exchange.TopicExchange":{wildcards:[45,2,1,""],prepare_bind:[45,1,1,""],deliver:[45,1,1,""],lookup:[45,1,1,""],key_to_pattern:[45,1,1,""],type:[45,2,1,""]},"kombu.transport.django.management.commands":{clean_kombu_messages:[5,0,1,""]},"kombu.messaging.Consumer":{qos:[30,1,1,""],consume:[30,1,1,""],register_callback:[30,1,1,""],receive:[30,1,1,""],queues:[30,2,1,""],cancel_by_queue:[30,1,1,""],flow:[30,1,1,""],cancel:[30,1,1,""],revive:[30,1,1,""],declare:[30,1,1,""],purge:[30,1,1,""],callbacks:[30,2,1,""],channel:[30,2,1,""],on_decode_error:[30,2,1,""],recover:[30,1,1,""],no_ack:[30,2,1,""],auto_declare:[30,2,1,""]},"kombu.transport.amqplib.Channel":{basic_cancel:[17,1,1,""],basic_consume:[17,1,1,""],message_to_python:[17,1,1,""],close:[17,1,1,""],Message:[17,5,1,""],events:[17,2,1,""],prepare_message:[17,1,1,""]},"kombu.transport.django.models.Message":{queue:[23,2,1,""],MultipleObjectsReturned:[23,6,1,""],objects:[23,2,1,""],DoesNotExist:[23,6,1,""]},"kombu.utils.compat.CompatOrderedDict":{fromkeys:[18,7,1,""],setdefault:[18,1,1,""],keys:[18,1,1,""],items:[18,1,1,""],clear:[18,1,1,""],popitem:[18,1,1,""],update:[18,1,1,""],pop:[18,1,1,""],values:[18,1,1,""],itervalues:[18,1,1,""],iteritems:[18,1,1,""],copy:[18,1,1,""],iterkeys:[18,1,1,""]},"kombu.transport.virtual.BrokerState":{bindings:[3,2,1,""],exchanges:[3,2,1,""]},"kombu.transport.librabbitmq.Transport":{channel_errors:[53,2,1,""],drain_events:[53,1,1,""],establish_connection:[53,1,1,""],default_connection_params:[53,2,1,""],Connection:[53,5,1,""],connection_errors:[53,2,1,""],create_channel:[53,1,1,""],default_port:[53,2,1,""],close_connection:[53,1,1,""]},"kombu.transport.sqlalchemy.Transport.Channel":{session:[1,2,1,""]},"kombu.log":{setup_logging:[16,4,1,""],LogMixin:[16,5,1,""],get_loglevel:[16,4,1,""]},"kombu.connection":{ChannelPool:[55,5,1,""],ConnectionPool:[55,5,1,""],BrokerConnection:[55,5,1,""]},"kombu.transport.sqlalchemy.models.Queue":{messages:[47,2,1,""],id:[47,2,1,""],name:[47,2,1,""]},"kombu.transport.virtual.exchange.DirectExchange":{lookup:[45,1,1,""],type:[45,2,1,""],deliver:[45,1,1,""]},"kombu.transport.django":{models:[23,0,1,""],managers:[2,0,1,""],Channel:[39,5,1,""],Transport:[39,5,1,""]},"kombu.compat.ConsumerSet":{add_consumer_from_dict:[54,1,1,""],qos:[54,1,1,""],consume:[54,1,1,""],cancel_by_queue:[54,1,1,""],cancel:[54,1,1,""],consuming_from:[54,1,1,""],on_decode_error:[54,2,1,""],close:[54,1,1,""],recover:[54,1,1,""],auto_declare:[54,2,1,""],revive:[54,1,1,""],channel:[54,2,1,""],register_callback:[54,1,1,""],callbacks:[54,2,1,""],add_queue:[54,1,1,""],iterconsume:[54,1,1,""],add_consumer:[54,1,1,""],receive:[54,1,1,""],queues:[54,2,1,""],flow:[54,1,1,""],no_ack:[54,2,1,""],purge:[54,1,1,""],connection:[54,2,1,""],discard_all:[54,1,1,""],declare:[54,1,1,""]},"kombu.transport.django.models.Queue":{MultipleObjectsReturned:[23,6,1,""],objects:[23,2,1,""],messages:[23,2,1,""],DoesNotExist:[23,6,1,""]},"kombu.transport.sqlalchemy.Transport":{channel_errors:[1,2,1,""],connection_errors:[1,2,1,""],Channel:[1,5,1,""],default_port:[1,2,1,""]},"kombu.transport.couchdb.Transport.Channel":{client:[27,2,1,""],view_created:[27,2,1,""]},"kombu.abstract.MaybeChannelBound":{is_bound:[21,2,1,""],when_bound:[21,1,1,""],bind:[21,1,1,""],revive:[21,1,1,""],maybe_bind:[21,1,1,""],can_cache_declaration:[21,2,1,""],channel:[21,2,1,""]},"kombu.transport.beanstalk.Transport.Channel":{close:[46,1,1,""],client:[46,2,1,""]},"kombu.entity.Queue":{exclusive:[24,2,1,""],when_bound:[24,1,1,""],consume:[24,1,1,""],auto_delete:[24,2,1,""],attrs:[24,2,1,""],cancel:[24,1,1,""],queue_bind:[24,1,1,""],durable:[24,2,1,""],exchange:[24,2,1,""],routing_key:[24,2,1,""],queue_declare:[24,1,1,""],channel:[24,2,1,""],get:[24,1,1,""],maybe_bind:[24,1,1,""],binding_arguments:[24,2,1,""],unbind:[24,1,1,""],name:[24,2,1,""],declare:[24,1,1,""],purge:[24,1,1,""],alias:[24,2,1,""],queue_arguments:[24,2,1,""],can_cache_declaration:[24,2,1,""],no_ack:[24,2,1,""],"delete":[24,1,1,""]},"kombu.transport.pika2":{Transport:[41,5,1,""],Message:[41,5,1,""],Connection:[41,5,1,""],Channel:[41,5,1,""]},"kombu.transport.librabbitmq.Transport.Connection":{Channel:[53,5,1,""]},"kombu.entity.Exchange":{delivery_mode:[24,2,1,""],name:[24,2,1,""],arguments:[24,2,1,""],auto_delete:[24,2,1,""],durable:[24,2,1,""],PERSISTENT_DELIVERY_MODE:[24,2,1,""],publish:[24,1,1,""],can_cache_declaration:[24,2,1,""],TRANSIENT_DELIVERY_MODE:[24,2,1,""],maybe_bind:[24,1,1,""],attrs:[24,2,1,""],Message:[24,1,1,""],type:[24,2,1,""],declare:[24,1,1,""],channel:[24,2,1,""],"delete":[24,1,1,""]},"kombu.transport.django.managers.MessageManager":{connection_for_write:[2,1,1,""],cleanup:[2,1,1,""],cleanup_every:[2,2,1,""],pop:[2,1,1,""]},"kombu.transport.beanstalk.Transport":{connection_errors:[46,2,1,""],default_port:[46,2,1,""],interval:[46,2,1,""],Channel:[46,5,1,""],channel_errors:[46,2,1,""]},"kombu.transport.librabbitmq":{Message:[53,5,1,""],Channel:[53,5,1,""],Connection:[53,5,1,""],Transport:[53,5,1,""]},"kombu.transport.beanstalk.Channel":{close:[46,1,1,""],client:[46,2,1,""]},"kombu.abstract":{MaybeChannelBound:[21,5,1,""]},"kombu.mixins.ConsumerMixin":{connect_max_retries:[22,2,1,""],run:[22,1,1,""],consume:[22,1,1,""],should_stop:[22,2,1,""],restart_limit:[22,2,1,""],on_connection_revived:[22,1,1,""],get_consumers:[22,1,1,""],establish_connection:[22,1,1,""],on_iteration:[22,1,1,""],on_consume_ready:[22,1,1,""],on_decode_error:[22,1,1,""],on_connection_error:[22,1,1,""],connection_errors:[22,2,1,""],on_consume_end:[22,1,1,""],maybe_conn_error:[22,1,1,""],channel_errors:[22,2,1,""],extra_context:[22,1,1,""],Consumer:[22,1,1,""]},"kombu.simple":{SimpleBuffer:[52,5,1,""],SimpleQueue:[52,5,1,""]},"kombu.transport.memory.Channel":{queues:[14,2,1,""],do_restore:[14,2,1,""],after_reply_message_received:[14,1,1,""]},"kombu.transport.virtual.exchange":{DirectExchange:[45,5,1,""],ExchangeType:[45,5,1,""],FanoutExchange:[45,5,1,""],TopicExchange:[45,5,1,""]},"kombu.log.LogMixin":{info:[16,1,1,""],warn:[16,1,1,""],get_loglevel:[16,1,1,""],log:[16,1,1,""],annotate:[16,1,1,""],get_logger:[16,1,1,""],critical:[16,1,1,""],logger_name:[16,2,1,""],error:[16,1,1,""],debug:[16,1,1,""],logger:[16,2,1,""],is_enabled_for:[16,1,1,""]},"kombu.compression":{encoders:[44,4,1,""],get_encoder:[44,4,1,""],register:[44,4,1,""],compress:[44,4,1,""],decompress:[44,4,1,""],get_decoder:[44,4,1,""]},kombu:{compat:[54,0,1,""],compression:[44,0,1,""],simple:[52,0,1,""],pools:[36,0,1,""],"abstract":[21,0,1,""],mixins:[22,0,1,""],syn:[9,0,1,""],entity:[24,0,1,""],exceptions:[0,0,1,""],connection:[55,0,1,""],clocks:[26,0,1,""],common:[11,0,1,""],messaging:[38,0,1,""],pidbox:[42,0,1,""],serialization:[43,0,1,""],utils:[37,0,1,""],transport:[10,0,1,""],log:[16,0,1,""]},"kombu.utils.debug":{setup_logging:[51,4,1,""],Logwrapped:[51,5,1,""]},"kombu.clocks.LamportClock":{forward:[26,1,1,""],adjust:[26,1,1,""],value:[26,2,1,""]},"kombu.syn":{detect_environment:[9,4,1,""]},"kombu.transport.mongodb":{Channel:[6,5,1,""],Transport:[6,5,1,""]},"kombu.compat.Consumer":{exclusive:[54,2,1,""],qos:[54,1,1,""],consume:[54,1,1,""],no_ack:[54,2,1,""],auto_delete:[54,2,1,""],cancel_by_queue:[54,1,1,""],revive:[54,1,1,""],on_decode_error:[54,2,1,""],consuming_from:[54,1,1,""],cancel:[54,1,1,""],close:[54,1,1,""],recover:[54,1,1,""],auto_declare:[54,2,1,""],queue:[54,2,1,""],durable:[54,2,1,""],routing_key:[54,2,1,""],iterqueue:[54,1,1,""],channel:[54,2,1,""],register_callback:[54,1,1,""],exchange:[54,2,1,""],callbacks:[54,2,1,""],wait:[54,1,1,""],add_queue:[54,1,1,""],iterconsume:[54,1,1,""],process_next:[54,1,1,""],receive:[54,1,1,""],queues:[54,2,1,""],flow:[54,1,1,""],fetch:[54,1,1,""],purge:[54,1,1,""],connection:[54,2,1,""],discard_all:[54,1,1,""],exchange_type:[54,2,1,""],declare:[54,1,1,""]},"kombu.messaging":{Consumer:[30,5,1,""],Producer:[30,5,1,""]},"kombu.transport.django.Transport.Channel":{basic_consume:[39,1,1,""],refresh_connection:[39,1,1,""]},"kombu.transport.django.managers.QueueManager":{purge:[2,1,1,""],fetch:[2,1,1,""],publish:[2,1,1,""],size:[2,1,1,""]},"kombu.utils.functional":{promise:[12,5,1,""],maybe_promise:[12,4,1,""]},"kombu.utils":{compat:[18,0,1,""],reprcall:[37,4,1,""],kwdict:[37,4,1,""],finalize:[32,0,1,""],limits:[57,0,1,""],encoding:[4,0,1,""],maybe_list:[37,4,1,""],emergency_dump_state:[37,4,1,""],functional:[12,0,1,""],fxrange:[37,4,1,""],nested:[37,4,1,""],EqualityDict:[37,5,1,""],cached_property:[37,2,1,""],say:[37,4,1,""],debug:[51,0,1,""],retry_over_time:[37,4,1,""],fxrangemax:[37,4,1,""],reprkwargs:[37,4,1,""],uuid:[37,4,1,""]},"kombu.transport.mongodb.Channel":{close:[6,1,1,""],client:[6,2,1,""]},"kombu.utils.encoding":{default_encode:[4,4,1,""],str_to_bytes:[4,4,1,""],safe_str:[4,4,1,""],default_encoding:[4,4,1,""],bytes_to_str:[4,4,1,""],ensure_bytes:[4,4,1,""],from_utf8:[4,4,1,""],safe_repr:[4,4,1,""]},"kombu.transport.couchdb.Transport":{default_port:[27,2,1,""],connection_errors:[27,2,1,""],interval:[27,2,1,""],Channel:[27,5,1,""],channel_errors:[27,2,1,""]},"kombu.transport.virtual":{AbstractChannel:[3,5,1,""],exchange:[45,0,1,""],BrokerState:[3,5,1,""],Transport:[3,5,1,""],scheduling:[50,0,1,""],QoS:[3,5,1,""],Message:[3,5,1,""],Channel:[3,5,1,""]},"kombu.mixins":{ConsumerMixin:[22,5,1,""]},"kombu.utils.compat":{LifoQueue:[18,5,1,""],CompatOrderedDict:[18,5,1,""]},"kombu.transport.base":{Message:[31,5,1,""],Transport:[31,5,1,""]}},terms:{fanoutexchang:[3,45],interchang:29,four:[15,24],prefix:49,sleep:[37,55,49],sqserror:8,typeerror:37,under:[15,28],spec:[54,30,38],retry_polici:[54,30,38,11,49],producerpool:[36,49],queue_id:[47,23],affect:[15,30,48,54,49],exchange_opt:[52,55],rabbitmq:[30,49,15,48,33,24,54],is_open:53,use_default_limit:28,queue_argu:24,maybe_list:37,direct:[42,15,3,34,19,20,53,24,54,45,56],preconditionfail:27,second:[49,19,37,22,55,57],even:[15,43,19,49,24],aim:15,dialogu:24,eventlet:[22,49],logmixin:16,connection_error:[46,1,49,53,31,17,8,22,6,39,55,27,41],key_to_pattern:45,"new":[30,43,15,3,48,49,44,36,24,54,55,28,56,18,57],ever:[49,24],abov:[29,56,7],never:[55,56],here:[29,28,11],"__hash__":49,path:[19,10,49],interpret:[15,24],jame:49,emergency_dump_st:37,duplicateconsumertag:41,findandmodifi:49,celerybeat:42,articl:[15,28,24],"byte":49,unit:15,highli:15,describ:[43,8,24],would:[43,49,22,56],call:[0,30,29,49,15,28,48,42,19,21,22,24,54,38,55,56,12],until:[30,28,48,37,24,54,55,56],establis:49,type:[42,30,44,43,15,3,49,50,7,17,34,19,53,38,46,24,54,45],channelerror:53,science_new:24,isend_repli:11,get_exchang:8,relat:[26,49],warn:[30,49,48,16,54,55,57],phone:56,jpg:7,hold:24,set_limit:[36,28,49],must:[30,31,49,15,3,48,17,19,37,53,22,24,54,38,55,56],join:[15,22],active_queu:40,restor:3,setup:[15,36],work:[19,33,56,7,49],default_transport:10,conceptu:26,undeliv:49,root:[15,49],overrid:[38,30,22,54],give:[30,49,48,37,8,24,54,55,28],indic:[13,17],unavail:22,want:[30,43,3,48,49,7,17,19,38,28],everi:[12,49,15,28,7,37,22,56,11],cutekitten:29,keep:49,end:[54,30,48,49],replicaset:49,interval_step:[37,55],how:[37,55],conn:[29,49,15,34,55,28,11],answer:33,get_consum:[48,22,34],connect_timeout:[19,55],updat:[56,18,49],subsecond:49,reply_cod:17,initial_valu:26,after:[30,49,15,48,17,19,21,53,22,54,38,28],befor:[49,15,37,55,26,28],wrong:49,acquire_channel:49,demonstr:49,attempt:[54,30,48],classmethod:18,credenti:49,exclud:45,alias:[19,44,10,49],maintain:[26,28,7,49],environ:49,enter:[22,49],exclus:[54,53,24],fan:15,first:49,order:[30,48,18],origin:[30,31,15,3,48,53,22,54,56],method_id:17,over:[37,56,7],failur:[31,22,11,17,49],becaus:[49,24],fifo:[18,49],uuid:[37,11,49],fit:[56,7],fix:[15,49],better:7,persist:[29,49,52,20,24,55,56],easier:19,them:[29,49,15,19,24,56],thei:[29,15,28,48,7,24,56],safe:[4,57],as_dict:49,promis:12,ipublish:11,bank:56,choic:7,localis:17,timeout:[0,29,49,15,3,48,42,17,19,53,22,52,55,28,11,41],each:[3,50,7,37,24,55,26,56],debug:[13,49,16,51,20,34],side:17,mean:[30,31,49,3,48,17,19,53,24,54,26,56,28],discard_al:54,msgpack:[43,7],unbound:[0,15,24],goe:3,invaliddata:49,content:[30,13,48,49,7,17,38,54,43,56],method:[0,30,31,43,3,48,49,7,17,44,19,53,22,24,54,38,42,45,55,12],got:[28,22,34],situat:56,standard:[15,29,45,7,49],"0x102aab050":14,can_cache_declar:[21,24],traceback:55,prefetch:[54,30,48,3],add_consumer_from_dict:54,safe_str:4,attapattu:24,do_restor:[3,14],wast:7,capac:57,instruct:7,alreadi:[0,30,31,15,3,48,21,53,24,54,28],installed_app:49,primari:7,castaneda:49,restart_limit:22,top:[15,49],mcgee:49,sometim:56,necessarili:24,too:[15,28,22,49],listen:[42,49],"0x103d2a850":3,namespac:42,"0x1024e5d10":43,channel2:48,channel1:48,keyword:[49,35,19,37,22,55,11],provid:[49,15,17,19,37,24,55,11],zero:[15,30,48,54,24],project:15,minut:[56,24],enable_callback:54,if_empti:[3,53,24],add_queu:54,raw:[3,24,7,35,43],binding_argu:24,increment:26,"__main__":[29,34],incompat:49,next_token:8,recreat:49,latter:[29,43],insur:11,kombu_log_channel:49,shall:49,bst:49,object:[29,43,14,32,15,3,49,7,21,22,23,24,55,28,18],what:[28,56,35,49],regular:15,brpop:49,letter:[56,49],bsd:[0,3,4,6,8,9,10,18,14,15,17,11,21,22,24,26,27,30,31,32,44,40,36,37,41,42,43,45,46,50,51,52,53,54,55,57],don:[15,28,7,49],flow:[54,30,48,53,3],doe:[30,49,15,48,10,24,54],declar:[30,49,15,3,48,19,21,38,24,54,52,28],wildcard:[45,24],dot:[15,45,24],"__str__":12,speedup:7,syntax:49,after_reply_message_receiv:[53,14],create_bind:8,identifi:[49,44,24],despit:11,acquir:[55,28,34,49],configur:[15,19,55,11,49],latenc:49,create_message_view:27,stop:[54,30,37,22,48],amazon:[15,8,49],popitem:18,report:[15,49],patch:[15,49],channel_id:[53,49,17,41],bad:56,respond:[17,24],basic_ack:[53,3,8],mandatori:[30,49,53,38,24,54,41],result:[55,49],recursiveoperationdetect:41,respons:[55,49,24],fail:17,channel_or_connect:15,best:[15,19,28,7],hopefulli:[37,11],default_region:8,databas:[19,39,49],wikipedia:[15,26,57],unack:3,awai:[28,56],attribut:[49,15,7,22,24,55,45],default_seri:43,pylibrabbitmq:[53,49],xrang:29,lamport:[26,49],supports_fanout:[49,15,40,19,8,45],howev:[7,49],against:28,logic:[26,49],com:[15,57],flavio:6,kwd:[37,22,18],guid:[13,35],assum:24,three:43,been:[0,30,31,49,15,3,48,21,53,22,54,38,55,28],much:[37,56],force_close_al:49,interest:56,basic:[29,30,49,48,33,35,19,22,38],"__len__":52,life:56,fill_rat:57,lifo:[18,49],worker:[22,34],setup_log:[51,16,34],mher:49,ani:[30,49,15,48,7,17,22,24,54,55,45,28],"catch":37,ident:[15,51,24],servic:[30,3,48,20,54,56],properti:[30,31,49,15,3,17,37,53,38,24,54,41],seral:49,"typeof":3,aid:17,visibility_timeout:8,transport_opt:[19,55,8,49],conninfo:8,tabl:[13,49,15,3,19,8,10,24,45],kwarg:[1,3,4,6,8,11,12,14,16,17,21,22,23,24,45,27,31,32,34,40,36,37,39,41,42,46,49,50,52,53,54,55],consuming_from:[54,49],vendor:15,sever:[15,19,48,56,16],hong:49,datetim:29,perform:[30,49,15,48,22,24,54,11],suggest:15,make:[29,49,15,33,19,22,24],couchdb:[13,49,15,19,20,27],task_queu:[22,34],complet:[55,11],hang:49,hand:56,fairli:[3,7],rais:[30,31,43,15,3,48,49,34,37,53,22,24,54,55,28],refil:57,kept:[15,19],scenario:[56,35],cjson:[7,49],inherit:[3,49],client:[1,3,6,8,14,15,17,19,24,27,30,31,34,40,39,41,42,46,49,48,53,54],thi:[3,53,11,15,17,19,21,22,24,45,29,30,31,44,37,38,42,43,26,49,28,48,54,55,56,57],left:28,protocol:[15,45],just:[15,49,28,24],on_return:[54,30,38],human:56,yet:[19,49],languag:7,previous:[44,49],easi:15,djkombu:49,consumer_tag:[49,53,3,17,40,8,24,41],raw_messag:[3,17,41],had:[56,49],reiniti:49,east:8,opt:11,applic:[42,43,49,15,28,4,24,56],mayb:56,preserv:24,servererror:27,specif:[30,48,17,19,24,54,55,45],arbitrari:[54,30,38,49],manual:[30,49,15,48,38,24],unstabl:49,unnecessari:43,underli:[55,49],old:49,interv:[46,49,3,6,40,37,22,55,27],dead:49,intern:[37,17],metzlar:49,amqp_protocol_head:49,subclass:[54,30,48,3],buffer:[29,20,55,52,49],tracker:[15,13],condit:[17,49],foo:[19,49],localhost:[29,49,15,34,19,53,55,28],core:[39,49],idiomat:15,uncompress:44,stefan:49,ivan:49,lamportclock:[26,49],peer:[54,30,48,17],post:[56,24],"super":22,plug:15,obj:[4,55,32],slightli:29,beta:49,produc:[29,30,35,13,15,28,49,7,34,19,20,53,38,36,54,52,55,56,11],"float":[7,49],encod:[29,30,13,15,4,49,7,17,44,20,38,24,54,43],bound:[42,49,15,21,24,45],down:[54,30,48,17],wrap:49,wai:[55,56,49],compatordereddict:18,support:[49,30,51,43,15,3,48,33,7,34,19,22,24,54,38,55,45,28,11],task_exchang:34,undeliverablewarn:49,"class":[1,2,3,6,7,8,10,18,12,13,14,16,17,11,19,20,21,22,23,24,26,27,29,30,31,32,34,40,36,37,38,39,41,42,46,45,49,47,48,50,51,52,53,54,55,57],avail:[30,43,15,28,48,49,44,19,24,54,55,56,57],war:56,fork:[28,49],forc:[36,43,55,17,49],recommend:[55,49,24],sqlalchemi:[13,1,49,15,47,20],safeguard:28,"true":[3,53,18,15,19,22,24,45,29,30,31,34,40,38,42,49,48,52,8,54,55,28,57],reset:[36,28,49],attr:[37,24],bugfix:49,maximum:[0,37,22,55,26,57],tell:19,emit:[4,49],featur:[15,30,49,38,13],"abstract":[3,21],proven:15,exist:[15,8,49,24],read_timeout:17,ship:[28,49],check:[19,49,24],verify_connect:17,content_encod:[30,31,43,3,7,17,53,38,24,54,41],excel:29,test:[15,49],pymongo:6,shrink:28,node:[42,20],consid:[26,49],from_utf8:4,receiv:[29,30,31,15,48,35,17,19,53,24,54,52,26,56],faster:56,filterfunc:54,resourceconflict:27,interval_start:[37,55,49],ignor:[54,30,48,22,49],time:[29,49,28,37,22,55,26,56,57],reply_to:42,unicodedecodeerror:4,concept:15,snif:49,skip:21,consum:[29,30,42,35,13,15,3,48,49,50,7,34,52,20,53,22,24,54,56,11,57],depend:[0,49,15,19,24,55],aspn:57,show:49,dispatch_from_messag:42,domain_format:8,x06:40,sourc:15,"__exit__":49,string:[43,13,4,49,7,19,20,10,24,55],register_group:36,on_messag:48,forker:49,drain_ev:[42,31,49,15,3,48,17,53,55,41],word:[15,45,24],exact:45,level:[15,29,28,16],did:[33,49],messagestateerror:[0,3,31,53],exchangetyp:45,iter:[8,22],item:[43,55,8,18],tokenbucket:57,quick:15,librari:[29,7,24],slower:7,sign:56,cost:56,port:[31,49,15,3,19,53,55],on_task:22,establish_connect:[31,3,17,53,22,41],lazili:55,repli:[42,49,17,53,24,56],get_logg:16,current:[29,30,49,3,48,42,52,21,38,24,54,55,26,28],transport_alias:10,gener:[42,13,49,36,20,37,24,11],unauthor:27,equalitydict:37,address:[55,56],along:[54,30,38],wait:[30,15,48,17,24,54,55,56],queue_name_prefix:[8,49],queue:[3,8,11,14,15,19,20,22,23,24,45,29,30,31,34,35,39,40,41,49,47,48,52,53,54,55],prefetch_count:[30,3,48,53,54,41],throughput:56,maybe_declar:[49,34,21,54,28,11],extrem:49,bound_exchang:[15,24],rafael:49,semant:[55,53,49],regardless:55,str_to_byt:4,extra:22,modul:[13,55,7,49],visibl:[47,23],instal:[15,43,49,13],regex:45,limitexceed:[0,55],memori:[13,14,49,15,3,19,20,24,56],eletzhof:49,todai:56,handler:[42,22,32],criteria:24,msg:[11,17],scope:[3,32],prev:45,create_produc:36,faircycl:[3,50],peopl:56,send_repli:11,ctype:49,simplebuff:[29,52,55,49],cached_properti:37,unseri:43,content_typ:[30,31,43,3,49,7,17,44,53,38,24,54,41],prepar:[36,3,37],uniqu:[37,49,11,24],descriptor:37,can:[3,53,11,15,7,17,19,21,22,24,26,29,30,31,37,38,43,49,28,48,54,55,56,57],pidbox:[42,13,20],encapsul:[53,17],stream:43,topic:[15,3,19,20,24,45,56],critic:[56,16],exchange_delet:[53,3,8],occur:[30,48,24,55,43],alwai:[15,19,55,49,24],multipl:[49,48,19,37,53,22,28],write:49,purg:[54,30,48,2,24],map:[42,30,3,38,10,54,45],product:49,max:37,clone:[55,49],consmer:15,socket:[29,46,49,53,17,8,55,27,41],known_host:49,mixin:[13,49,48,34,20,21,22],date:[29,20,49,7,35],drastic:49,data:[29,43,42,49,3,7,17,35,20,53,10],grow:28,gethostnam:29,practic:[15,19],stdin:55,predic:50,inform:24,"switch":49,combin:37,media_exchang:15,objectdoesnotexist:39,"_global":53,sqsdecodeerror:8,still:[54,30,48,56,49],amqpchannelexcept:17,entiti:[0,30,13,48,49,20,21,24,54,28,11],group:[36,28,35],polici:49,amqplib:[13,49,15,17,19,20,10],yaml:[43,7],window:[54,30,48],mail:[15,56],non:[15,3,49,24],connect_max_retri:22,synopsi:[15,13],myvhost:19,initi:[3,49],amqp_messag:41,restore_unacked_onc:3,now:[49,37,24,11,7],introduct:[42,13,15,35,20,56],term:[54,30,48],name:[29,30,43,15,47,48,49,42,44,19,37,8,23,10,24,54,52,55,11],drop:49,separ:[15,55,45,24],januari:[20,35],attributeerror:[17,49],courag:56,x16:40,errback:[55,37,11],domain:[15,8,24],replac:[54,4],individu:49,persistent_delivery_mod:24,contrib:49,autent:49,default_connection_param:[53,49,17,41],year:56,urlpars:49,happen:[15,29,31,56,49],max_retri:[37,55,49],correct:49,earlier:33,domest:28,million:56,orm:[15,49],mime:[43,44,49],process_task:34,org:[54,57,49],close_connect:[3,31,53,17,41],care:28,setdefault:18,synchron:[3,24,20,26,13],fromtimestamp:29,refus:49,recov:[54,30,48,56,3],turn:49,turk:49,log_messag:29,star:[15,24],frequent:[13,33],lambda:24,oper:[12,30,49,15,48,24,54,55],create_transport:55,directli:[3,49],onc:[3,28],"_pyrabbitmq":53,yourself:22,fast:7,open:[49,15,7,19,37,55],size:[30,2,49,15,48,54],given:49,fmt:37,slept:55,silenc:49,basic_publish:[3,53,41],conveni:[43,28,22,11],routing_kei:[42,30,15,3,53,7,34,52,8,38,24,54,55,45,28,41],copi:[55,21,45,18],specifi:[29,30,31,43,3,48,49,7,19,38,10,24,54,55,11],broadcast:[42,45,56,11],github:15,handle_cast:42,than:[30,49,15,28,48,7,24,54,26,56],connectionpool:[55,28,49],were:[49,24],posit:37,conn2:28,conn1:28,no_ack:[30,49,53,3,48,52,8,24,54,55,41],seri:49,simpledb:[15,19,8,49],sai:37,argument:[29,30,42,49,3,48,35,19,37,53,22,24,54,38,55,45,28,11],deliv:[30,15,48,24,54,45,56],notbounderror:[0,15],notimplementederror:[54,30,48,3],channel_numb:41,destroi:49,note:[30,13,49,7,38,24,54,55,43,28],take:[30,37,22,48,24],channel:[0,1,3,6,8,11,14,15,7,17,19,20,21,22,24,45,27,29,30,31,34,40,38,39,41,42,46,49,48,51,52,53,54,55],sure:[33,22],multipli:49,price:56,compress:[29,30,13,15,34,44,52,20,21,38,54,28],greenthread:22,add_consum:54,pair:[55,18,24],entry_to_queu:[11,49],later:[19,56,49],amqpconnectionexcept:17,runtim:28,gracefulli:15,recipi:[54,30,48,56],type_to_nam:49,serializ:3,should_stop:22,onli:[29,43,49,15,3,19,24,26,56],explicitli:[19,24],transact:[3,56],activ:[30,3,48,24,54,55,28],state:[42,14,3,20,37,24,45],dict:[19,55],get:[29,13,15,3,50,44,52,37,8,10,24,55,45,28],kombu_log_debug:49,lifoqueu:[18,49],ssl:[19,55,49],cannot:17,jpeg:7,requir:[29,56,45,22,49],item_nam:8,intermitt:11,where:[49,50,37,22,24,28],wiki:57,consumerset:[54,20,49],fanout:[42,49,15,3,19,20,24,45,56],if_unus:[3,53,24],infinit:54,can_consum:[3,57],detect:[54,30,38,7,17],enough:33,between:[30,49,3,37,38,24,54,55,26],"import":[29,13,49,15,28,48,34,19,22,24,56],across:15,connection_for_writ:2,cycl:[3,7],prepare_messag:[3,53,17,41],come:[29,56,49],prepare_bind:45,region:[8,49],mani:[55,56,7,49],improp:49,cancer:24,overview:[15,43,20],period:56,pop:[2,18],dispatch:[42,30,48,54,17],colon:55,cancel:[42,30,32,15,3,48,49,22,24,54],poll:[3,49,24],resynchron:26,mari:49,transient_delivery_mod:24,uncknowledg:3,former:29,"case":[43,49,28,7,24],exchange_typ:[54,3],hello_task:34,cast:42,parse_qsl:49,advantag:[7,24],henc:24,destin:[42,24],syncdb:49,strain:49,myapp:49,abstractchannel:3,ascii:43,"__init__":[29,48,22,34],develop:[15,49],author:[15,49],media:15,same:[29,49,15,48,7,19,24,55,28],binari:[43,49,7,24],refresh_connect:39,document:[15,13,55,19,54],week:56,finish:[54,30,48,24],nest:[37,48],decompress:44,improv:[54,30,48],basic_return:17,drain:[38,30,48,22,3],polling_interv:[8,39,49],reload_schedul:42,myq:49,without:[49,4,7,35,19,24],maybe_promis:12,model:[13,47,23,20],execut:32,when:[3,10,12,15,7,17,19,21,22,24,26,29,30,31,32,37,38,49,48,54,55,56,57],on_consume_end:22,protocolsyntaxerror:41,safety_interv:22,monei:56,aws_access_key_id:49,as_uri:[28,49],except:[0,3,4,8,13,15,7,17,20,22,23,30,46,34,37,38,39,41,43,49,48,50,53,55,28],blog:24,earli:28,around:7,read:[15,7,24],lolcat1:15,insist:[19,55],amq:[3,45,17],world:[34,49],postal:56,integ:[49,24],server:[30,31,49,15,3,48,17,19,53,24,54,55],from_dict:54,either:[15,37,56,24],manag:[49,13,2,3,5,20,37,22,23,28],cancel_by_queu:[54,30,48,49],authent:49,queue_unbind:53,tube:28,achiev:56,video_queu:15,notabl:7,refer:[13,49,48,7,35,20,38],broker:[30,49,3,48,17,53,24,54,55,28,56,11,41],maybe_bind:[21,24],aquir:49,"__name__":[29,34],comparison:[15,13,19,35],central:[43,56],cleanup_everi:2,ack:[29,31,49,15,3,48,34,53,22],activest:57,terminolog:[15,13],surviv:56,your:[49,15,28,33,7,19,24,56],log:[29,13,49,16,17,20,22],aren:28,strict:56,interfac:[29,13,31,49,15,35,52,20,54,55,45],low:34,monoton:26,register_callback:[15,30,48,54],connection_info:42,tupl:[43,31,45,37],shamelessli:24,longer:49,iterkei:18,reappli:55,possibl:[15,43,28,49],"default":[3,8,10,18,15,7,17,11,19,22,24,45,30,31,35,38,43,49,48,54,55,28],bucket:57,deadlock:28,connect:[0,1,3,6,8,11,13,14,15,17,19,20,21,22,24,27,29,30,31,34,35,36,37,38,39,41,42,46,49,48,51,53,54,55,28],creat:[29,36,49,42,19,21,8,24,55,28],multipleobjectsreturn:[23,39],certain:49,decreas:49,file:[15,55,7],girlfriend:56,again:[55,37,48],logger_nam:16,exitprior:32,event:[30,49,15,3,48,17,22,38,55,26],field:[19,24],subclient:40,cleanup:[2,49,32],collis:[37,11],you:[29,30,31,43,15,3,48,49,7,19,53,22,24,38,55,28,56,11],reply_text:17,registri:[43,49,44,20],kombu_polling_interv:49,pool:[36,13,49,35,34,19,20,55,28,11],unbind:24,directori:[15,49],chauvet:49,descript:24,potenti:[54,30,48,49],all:[30,49,15,3,48,7,17,19,28,8,24,54,45,56,18],forget:19,selinux:49,month:56,abil:[15,49],follow:[30,49,15,48,7,38,54,26],disk:[56,24],"__cmp__":12,init:42,program:[56,7,49],get_reply_queu:42,introduc:49,mpg:29,global:[30,14,49,48,54,28],solem:[0,3,4,8,9,10,18,14,17,11,21,22,24,26,30,31,32,44,40,36,37,41,42,43,45,49,50,51,52,53,54,55,57],fals:[36,30,14,43,3,48,49,37,11,19,21,53,22,24,54,38,55,27,18,41],util:[12,43,44,13,51,4,32,50,34,18,20,21,9,37,11,48,57],mechan:[54,30,48],fall:[54,30,48],veri:[28,37,56,11,34],ticket:42,client_0_8:17,on_connection_reviv:22,list:[30,43,15,48,49,7,44,19,22,55,11],queuemanag:[2,23],emul:3,entity_nam:8,adjust:26,default_port:[46,1,53,3,31,17,40,8,6,39,27,41],small:[37,11],still_act:32,sync:[15,26],rate:[13,57,20],design:24,pass:[42,30,43,49,7,19,37,38,54,55],unknownconsumertag:41,deleg:49,sub:[15,19,56],clock:[49,13,26,20],abl:[28,49],overload:12,delet:[30,49,15,3,48,17,53,37,8,24,54,55,11],version:[15,47,33,18,49],"public":36,full:[15,10],hash:[15,24],behaviour:49,shouldn:56,modifi:24,hipri:34,valu:[12,49,3,17,19,37,24,26,28,18],search:13,sender:[26,56,17],serializat:49,soldier:56,action:[37,49,24],amqplain:49,via:[15,19,49],primit:[15,34,24],transit:19,deprec:[55,49],famili:56,suddenli:49,establish:[49,17,19,21,53,22,55,41],select:[53,3,31,8,49],distinct:49,method_sig:17,regist:[30,43,48,44,7,54],two:[29,30,49,15,28,48,37,24,54,56],coverag:28,taken:[19,57,32],"_queue_bind":45,basi:7,forcefulli:49,more:[0,3,4,6,8,9,10,18,14,15,7,17,11,21,22,24,26,27,30,31,32,44,40,36,37,41,42,43,45,46,48,49,50,51,52,53,54,55,57],prefetch_s:[30,3,48,53,54,41],get_loglevel:16,desir:7,flag:[30,3,48,52,21,24],broke:49,sens:24,known:49,cach:37,none:[3,8,10,18,16,17,11,22,24,45,29,30,31,32,36,37,38,41,42,43,49,48,51,52,53,54,55,56,57],midpri:34,aws_secret_access_kei:49,resolve_transport:10,histori:[13,49],remain:24,del:37,requeu:[30,31,3,48,33,53,54],delivery_tag:[53,3,31,8],def:[29,42,15,48,34,37,22,55],close_channel:[3,31],share:[19,45],dump_entri:29,accept:[54,30,48,22,49],cours:19,secur:15,rather:[30,49,3,48,54,28],anoth:[55,56],reject:[53,3,31,33],scienc:24,simpl:[29,30,13,48,49,34,35,52,20,54,26],unabl:22,resourc:[36,49,50,17,19,55,28],librabbitmq:[53,13,49,20],wait_multi:17,associ:[19,49,44,17,24],"short":17,django:[49,13,2,15,5,20,23,39],caus:[7,17,49],callback:[29,30,42,32,15,3,48,49,34,21,53,22,24,54,38,55,37,41],doesnotexist:23,queue_delet:[53,3,8],help:[15,13,18,49],queue_opt:[52,55],image_queu:15,held:[54,30,48],through:56,reconnect:[53,17],undeliver:[30,38],brokerconnect:[29,42,31,49,15,3,34,19,22,55,28],paramet:[30,43,3,48,49,44,17,19,37,38,24,54,55,45,28,11],itervalu:18,serializerregistri:43,reprcal:[37,34],exchang:[3,8,11,13,15,7,19,20,22,24,45,29,30,34,40,38,41,42,49,28,48,52,53,54,55,56],epol:49,wouldn:56,good:7,"return":[42,30,31,43,3,48,49,7,34,37,53,22,44,24,38,45,56,18,57],timestamp:[29,26,57],detect_environ:[9,49],framework:[15,13],cet:49,userid:[19,55,53,49],restore_unack:3,easili:[15,49],token:57,reactiv:[54,30,48],found:24,unicod:[43,7,49],memoryerror:49,send_as_task:34,hard:56,realli:15,expect:[56,57],"0x1024473d0":23,handle_messag:42,orient:15,safeti:57,channel_max:53,publish:[30,31,2,15,3,49,7,34,52,20,53,38,24,54,55,56,28],payload:[29,2,31,15,3,34,53,23,47],print:[29,15,28,48,34,37,22,55,56],qualifi:10,advanc:[15,30,48,54],pub:[15,19,56],beanstalkc:46,reason:15,base:[13,31,43,3,49,20,45],put:[29,3,31,53,52],sent_at:[47,23],pyyaml:[43,49],add_queue_from_dict:49,thread:[28,55,57,22,49],delivery_info:[3,31,53],heartbeat:53,oserror:[53,17],simple_task_queu:49,number:[0,30,49,3,19,37,22,54,38,55,57],feet:28,when_bound:[21,24],done:[30,3,48,38,24,54,55],blank:24,stabl:49,miss:7,is_bound:21,differ:[29,49,48,34,19,22],guest:[29,49,15,34,19,53,28],least:24,statement:15,scheme:[15,7,24],store:[1,49,15,19,37,39,24,45],premoli:6,option:[42,30,43,15,48,49,7,19,22,24,54,38,55,11,52],auto_delet:[49,3,53,24,54,45],bytes_to_str:4,eventio:49,process_media:15,part:[19,3,49,7,24],consult:[19,55,10],send_messag:49,whenev:49,remov:[29,31,49,3,53,24,18],serializernotinstal:43,str:[43,49],adher:3,packag:[15,43,54],imagin:56,built:[15,7,37,10,24,56],equival:[29,45],self:[29,43,48,34,52,37,22,55],also:[30,49,15,48,7,19,22,24,54,55,26,56],build:15,maybechannelbound:21,distribut:[15,26,49],previou:49,reach:37,priority_to_routing_kei:34,most:[15,55,57,24],news_exchang:[28,24],on_consume_readi:22,exc:[30,48,34,37,22,55],clear:[52,18],cover:24,clean:28,usual:[42,3,55,43],miron:49,multi_cal:42,keyprefix_queu:40,on_consumer_end:48,nasdaq:[15,24],session:1,fine:56,find:[54,30,48],clean_kombu_messag:[13,5,20],fxrang:37,copyright:[0,3,4,6,8,9,10,18,14,17,11,21,22,24,26,27,30,31,32,44,40,36,37,41,42,43,45,46,49,50,51,52,53,54,55,57],solut:15,couldn:55,queu:15,bernstein:49,unus:24,express:[7,49],resent:56,nativ:[15,19,7],mainten:49,fastest:56,get_queu:[42,8],restart:[56,24],bound_science_new:24,cyclic:49,rfc:17,common:[13,49,15,34,20,24,28,11],set:[37,30,31,45,43,15,3,48,49,50,7,19,21,53,22,24,54,38,55,26,28],dump:37,sep:[37,40],get_limit:36,see:[0,3,4,6,8,9,10,18,12,14,15,17,11,19,21,22,24,26,27,30,31,32,33,44,40,36,37,38,41,42,43,45,46,28,48,49,50,51,52,53,54,55,56,57],arg:[12,32,53,3,4,16,17,18,36,40,21,8,22,23,39,54,37,11,34,41],close:[29,46,49,15,3,48,53,50,17,40,19,8,6,24,54,52,55,28,41],someth:[29,49],particip:15,won:24,mutex:26,logwrap:51,httperror:27,altern:[30,48,7,19,24,54,55],signatur:[54,30,48,38,49],mailbox:[42,20],lowercas:49,infam:4,distinguish:49,both:[15,29,49,11,24],consumermixin:[48,22,34,49],last:[55,49,57,18,24],delimit:24,boto:8,tokensin:57,context:[29,42,49,17,19,37,22],whole:[54,30,48],load:19,simpli:15,point:3,instanti:[30,49,48,38,54,55],schedul:[3,50,20,13],header:[30,31,49,3,7,17,52,53,38,24,54,45,41],provok:17,shutdown:3,linux:49,backend:[54,45,14,49],becom:49,stamp:26,due:[31,17],empti:[49,24],yadda:28,modern:7,ensure_byt:4,imag:[15,7],great:56,coordin:56,demand:49,stolen:[57,24],"while":[42,30,29,49,15,48,37,22],duran:49,behavior:49,error:[29,46,31,49,15,3,4,16,6,34,53,8,22,17,24,55,27,41],fun:[12,42,50,34,37,22,55,11],loop:55,ordereddict:49,readi:[54,30,48,22,3],no_ack_consum:53,itself:[54,30,48,49],weakref:32,shorter:49,decod:[30,31,43,3,48,49,7,44,20,53,22,54],resourcenotfound:27,"__repr__":12,optim:56,syn:[13,49,9,20],user:[29,13,49,15,35,19,55],chang:[3,49,28,13],recent:[55,33,49],lower:49,task:[15,49,22,34,35],older:[18,49],entri:[29,57,49],pickl:[15,43,49,7,34],rajith:24,cest:49,shortcut:[29,55,49],sslerror:49,is_enabled_for:16,default_encod:4,dataerror:49,pyamqplib:19,auto_declar:[54,30,48,38,49],format:[19,8,49],insert:18,bit:7,characterist:7,resolv:17,collect:3,api:[3,49,20,13],popular:15,deadletter_queu:49,often:28,acknowledg:[0,30,31,49,3,48,52,53,22,24,55],some:[15,26,56,7,49],back:[31,3,17,53,56,28],per:[28,7,49],prop:[53,11],retri:[30,49,37,38,54,22,55,11],slash:49,undoc:5,run:[4,22,34,48,49],step:[37,22],pika2:41,binding_kei:53,constraint:7,class_id:17,delivery_mod:[54,30,49,38,24],block:[29,49,34,52,55,28],"__future__":[29,34],within:[54,30,48],ensur:[49,15,3,21,55,11],durabl:[15,3,53,24,54,55,45],errno:49,question:[13,33],"long":[37,49,56,24],custom:[49,15,35,7,24,28,11],no_loc:53,includ:[26,7,10,49],collect_repli:11,forward:[49,26,22,24],properli:[49,24],channellimitexceed:[0,55],translat:49,sdb:8,line:55,connectionerror:53,info:[29,42,49,16,34,53,55],utf:43,connectionclos:41,consist:[15,24],caller:55,minhe:49,doesn:[33,8],repres:43,cure:24,guarante:3,amqp:[29,30,13,15,28,53,49,34,17,19,21,8,38,24,54,43,56,41],titl:28,my_pictur:7,codec:49,kombu:[0,1,2,3,4,6,8,9,10,18,12,13,14,15,16,17,11,19,20,21,22,23,24,25,26,27,29,30,31,32,34,40,36,37,38,39,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,28,57],deseri:[29,43,31,3,7,53],mongodb:[13,49,15,6,19,20],get_transport_cl:[55,10],drag:28,ago:56,algorithm:[15,57,24],far:56,hello:[34,49],pluggabl:15,code:[57,28,17,49],queri:[19,8],brokerst:[3,14],legal:8,channelclos:41,simplequeu:[29,52,55,49],base64:[7,49],send:[29,30,42,43,15,28,48,49,7,17,35,19,24,54,26,56],body_encod:49,aris:29,movsisyan:49,passiv:[53,3,49,24],reprkwarg:37,account:49,cellular:28,recip:57,abcast:42,iterconsum:54,ack_log_error:[3,53],"try":[0,30,42,49,48,34,37,22],race:49,maxsiz:18,"__copy__":49,pleas:[15,49],impli:24,smaller:[54,30,48,7],skvazh:49,video:[15,29],download:15,append:3,compat:[13,49,15,7,20,54,18],index:[15,13],routes_for:8,access:[12,3,49,24],kombu_log_connect:49,beanstalkcexcept:46,timeouterror:0,iteritem:18,len:52,bodi:[42,30,31,43,15,3,48,49,34,17,44,53,22,24,54,38,41],let:[28,49],ioerror:[46,53,17],ensure_connect:[55,49],sinc:7,convert:[3,17,49],convers:45,larger:7,implement:[49,15,3,33,19,22,55,45,57],fxrangemax:37,chanc:[37,50,11],appli:[30,49,48,22,54,55],app:28,beanstalk:[13,46,15,49,19,20],"boolean":7,redi:[13,49,15,40,19,20,45,28],usd:[15,24],from:[3,4,8,18,15,17,19,24,26,29,30,31,32,34,49,28,48,50,52,53,54,55,56,57],login_method:[55,49],commun:56,upgrad:49,next:[37,49],start:[49,15,37,24,55,28],"transient":[29,49,53,24,55,56],message_to_python:[3,49,17,41],rabbit:15,shortstr:17,annoy:15,unacknowledg:[54,30,48,3],retriev:8,alia:[0,49,44,10,24],annot:16,tag:[3,49,24],fetch:[54,2],control:[54,30,48,49],process:[29,30,31,49,15,3,48,7,53,54,42,26,28],high:[15,56,34],carrot:[15,54,7,49],tarbal:15,connectionfailur:6,serial:[29,30,35,13,15,49,7,34,52,20,38,24,54,43,28],uuid4:[37,11],handle_cal:42,brian:49,memoiz:12,instead:[19,3,29,49],stock:[15,56,24],on_connection_error:22,reply_exchang:42,consistent_read:8,loglevel:[51,16,34],seriou:49,counter:[26,17,49],correspond:[3,45,49],issu:[15,28,17,49],allow:[15,49],ingress:28,move:[26,49],qsize:52,warren:15,clymer:27,willing:49,anyon:56,therefor:24,eur:[15,24],crash:[4,49],greater:26,python:[29,13,31,43,15,3,49,7,17,53,54,18,57],auto:[30,7,38,24,54,55,11],dan:49,dai:56,auth:49,unregist:[43,49],interval_max:[37,55],multiprocess:32,anyth:[28,49],queues2:48,queues1:48,mode:[49,56,24],on_iter:22,poolgroup:36,redeliv:[54,30,48],globe:56,channelpool:[55,49],our:[15,49,28,17,24],special:[15,43,28,24],out:[15,3,49,57,32],variabl:49,twice:21,req:11,ret:49,suitabl:43,shut:17,insid:7,"_kombu":40,bound_sicence_new:24,kilobyt:49,undo:[54,30,48],dictionari:[43,7,18],releas:[36,49,35,19,20,54,55,28],reset_aft:36,unwant:49,could:[56,49],ask:[0,3,4,8,9,10,18,13,14,15,17,11,21,22,24,26,30,31,32,33,44,40,36,37,41,42,43,45,49,48,50,51,52,53,54,55,57],david:[46,27,49],connectionlimitexceed:[0,55,28],channel_error:[46,1,53,31,17,8,22,6,39,55,27,41],issue10272:49,outsid:[15,22],cristian:49,softwar:[15,26],christoph:49,exchange_declar:[3,53],qualiti:[54,30,48,20,3],basic_get:[3,53,41],ziegler:[46,49],mai:[30,28,48,7,17,19,24,54,55,56,57],retry_over_tim:37,prioriti:[30,3,34,17,53,38,24,54,41],token_bucket:57,queue_bind:[53,3,8,24],unknown:49,licens:[0,3,4,6,8,9,10,18,13,14,15,17,11,21,22,24,26,27,30,31,32,44,40,36,37,41,42,43,45,46,50,51,52,53,54,55,57],expected_tim:57,system:49,messag:[0,1,3,8,11,13,15,7,17,19,20,22,23,24,26,28,29,30,31,33,34,35,38,39,41,42,43,45,49,47,48,52,53,54,55,56],monkei:49,pavel:49,"final":[42,13,32,49,20],"0x102447950":23,get_nowait:52,shallow:18,message_data:[3,17],basic_cancel:[49,3,8,17,40,53],structur:[3,31,53,7,43],charact:[15,43,45,24],itermessag:11,bind:[30,15,3,48,40,21,8,24,54,45],"function":[12,13,49,28,44,20,37,22,10,24,55,27,11],kwdict:[37,34],py2:49,have:[29,30,49,15,28,48,7,19,37,22,24,54,38,55,56,11],disadvantag:7,need:[29,30,49,15,28,48,7,19,22,54,38,55,45,56],rout:[29,30,49,15,3,19,8,38,24,54,55,45],mid:34,mix:48,get_tabl:[45,3,8,40],which:[29,30,49,28,48,7,17,19,22,24,54,56,18],zlib:28,singl:[29,30,49,48,37,24,55,45,56],unless:43,who:34,deploi:56,rkei:[45,7],why:56,marshal:43,url:[19,55,35,49],request:[30,43,48,17,54,55,56],determin:24,fact:28,text:[15,4,16,17,44],sent:[30,31,49,15,3,48,7,53,24,54,56],raw_encod:43,anywai:56,setter:37,locat:49,forev:[37,28,55,49],should:[30,49,15,48,22,54,43,28,57],extra_context:22,local:[54,30,48,24],contribut:[15,13,49],beat:42,familiar:15,pypi:[15,54,49],maybe_conn_error:22,increas:[37,49],"0x1024b4980":18,enabl:[30,49,3,48,52,53,54,55],directexchang:[3,45],contain:[49,3,24,43],get_decod:44,frame_max:53,allowed_method:17,basic_reject:[3,53],nitzan:49,correctli:[17,49],pattern:[15,8,56,24],written:56,nofreechannel:41,email:56,nowait:[53,3,41,24],kei:[29,30,49,15,3,38,24,54,55,45,18],addit:[29,30,49,19,37,22,24,54,38,55,11,52],mongod:49,equal:[54,30,48,50,18],etc:[15,7],instanc:[37,30,31,49,3,48,7,51,21,22,24,54,55,28,11],default_channel:[48,49],iterqueu:54,repeatlast:37,on_special_messag:48,solv:49,on_decode_error:[54,30,48,22,49],respect:[28,49],compon:49,operationfailur:6,json:[29,30,43,15,49,7,38,28],autoretri:49,treat:24,queue_declar:[53,3,49,24],immedi:[30,53,38,24,54,55,41],ghettoq:49,lopri:34,decim:7,queue_nam:[29,2],bye:34,process_next:54,plain:7,harder:19,defin:[29,15,3,17,21,22,24,45,56,11],create_channel:[3,31,53,17,41],eintr:49,layer:15,avi:15,apply_glob:[54,30,48,3],incom:26,reviv:[30,49,48,21,38,54],welcom:15,parti:56,cross:7,member:5,handl:[42,30,49,15,48,17],http:[15,54,57,27,49],hostnam:[19,29,55,42,49],max_item:8,logfil:16,fromkei:18,keyboardinterrupt:34,thought:26,exampl:[29,43,42,13,15,28,49,34,35,19,37,22,24,55,45,56],command:[42,11,49],choos:19,queue_purg:[3,53,41],latest:[15,49],"0x101805650":28,detail:[0,3,4,6,8,9,10,18,14,15,17,11,21,22,24,26,27,30,31,32,44,40,36,37,41,42,43,45,46,50,51,52,53,54,55,57],a_glob:41,percoco:6,simultan:0,add:[15,49],valid:19,noack:53,bool:24,logger:[29,49,3,16,51,53],match:[15,45,49,17,24],gmt:49,include_password:49,know:28,password:[19,55,53,49],recurs:7,get_item:8,loss:[54,30,48,38],like:[29,15,56,7,24,28],lost:[49,22,24],basic_recov:3,necessari:[56,49],if_unusu:3,lose:56,async:[42,13,49,15,20,9],page:13,exceed:[0,37,55,49],didn:[56,49],gevent:[22,49],with_stat:[29,34],authenticationerror:41,home:56,log_queu:29,transport:[1,3,6,8,10,13,14,15,17,19,20,23,25,45,27,2,31,35,40,39,41,46,49,47,50,53,55],tmp:15,lead:49,leak:49,avoid:[54,30,48,49],octet:[54,30,48],leav:[49,24],postencod:31,preload:55,encourag:[15,19],slight:7,usag:[55,26,49],vhost:8,host:[19,55,53,49],my_callback:15,although:[54,30,48,24],basic_qo:[3,53,41],about:[15,28,24],actual:56,pika:[13,49,15,19,20,25,41],constructor:[42,3,55],discard:[3,31,53,55,17],anyjson:49,disabl:[30,49,15,3,48,19,38,54,52,55,28],topicexchang:[3,45],own:[31,49,19,24,26,28],easy_instal:15,automat:[30,49,15,48,38,24,54,55],ionel:49,list_bind:53,transfer:[56,7],myqueu:29,safe_repr:4,deliveri:[49,56,24],simplejson:7,subscrib:[54,30,48,56],keyerror:49,gain:7,open_fil:37,overflow:[54,30,48],bug:[15,13,49],count:3,dispatch_method:17,whether:[19,21,24],record:56,limit:[0,30,42,13,3,48,49,7,36,20,22,54,55,28,11,57],indefinit:49,virtual_host:[19,55,53,49],basic_consum:[53,3,17,40,8,39,41],otherwis:[54,30,48,24],problem:[15,49],socketerror:46,evalu:12,"int":49,filenam:29,on_rev:[55,11,49],contextlib:29,pip:15,probabl:7,bzip2:34,brokertransport:49,virtual:[13,14,49,15,3,50,19,20,55,45],other:[30,48,7,17,19,54,26,56,18],lookup:[45,49],get_encod:44,rememb:[15,55,18],mpromis:12,fulli:[10,49],stai:[15,49],messagemanag:[2,23],experienc:49,sphinx:15,"0x102749410":24,reliabl:[15,56,35],rule:[26,17],view_creat:27,cookbook:57},objtypes:{"0":"py:module","1":"py:method","2":"py:attribute","3":"py:data","4":"py:function","5":"py:class","6":"py:exception","7":"py:classmethod"},titles:["kombu.exceptions","kombu.transport.sqlalchemy","Django Managers - kombu.transport.django.managers","kombu.transport.virtual","String Encoding - kombu.utils.encoding","Django Management - clean_kombu_messages","kombu.transport.mongodb","Serialization","kombu.transport.SQS","Async Utilities - kombu.syn","kombu.transport","Common Utilities - kombu.common","kombu.utils.functional","Kombu Documentation","kombu.transport.memory","kombu - AMQP Messaging Framework for Python","Logging - kombu.log","kombu.transport.amqplib","Compat. utilities - kombu.utils.compat","Connections and transports","API Reference","kombu.compression","Mixin Classes - kombu.mixins","Django Models - kombu.transport.django.models","kombu.entity","kombu.transport.pika","Clocks and Synchronization - kombu.clocks","kombu.transport.couchdb","Connection and Producer Pools","Simple Interface","kombu.messaging","kombu.transport.base","Finalize - kombu.utils.finalize","Frequently Asked Questions","Examples","User Guide","General Pools - kombu.pools","Utilities - kombu.utils","Producers","kombu.transport.django","kombu.transport.redis","kombu.transport.pika","kombu.pidbox","kombu.serialization","kombu.compression","kombu.transport.virtual.exchange","kombu.transport.beanstalk","Models","Consumers","Change history","kombu.transport.virtual.scheduling","Debugging - kombu.utils.debug","kombu.simple","kombu.transport.librabbitmq","kombu.compat","kombu.connection","Introduction","Rate limiting - kombu.utils.limits"],objnames:{"0":["py","module","Python module"],"1":["py","method","Python method"],"2":["py","attribute","Python attribute"],"3":["py","data","Python data"],"4":["py","function","Python function"],"5":["py","class","Python class"],"6":["py","exception","Python exception"],"7":["py","classmethod","Python class method"]},filenames:["reference/kombu.exceptions","reference/kombu.transport.sqlalchemy","reference/kombu.transport.django.managers","reference/kombu.transport.virtual","reference/kombu.utils.encoding","reference/kombu.transport.django.management.commands.clean_kombu_messages","reference/kombu.transport.mongodb","userguide/serialization","reference/kombu.transport.SQS","reference/kombu.syn","reference/kombu.transport","reference/kombu.common","reference/kombu.utils.functional","index","reference/kombu.transport.memory","introduction","reference/kombu.log","reference/kombu.transport.amqplib","reference/kombu.utils.compat","userguide/connections","reference/index","reference/kombu.abstract","reference/kombu.mixins","reference/kombu.transport.django.models","reference/kombu.entity","reference/kombu.transport.pika","reference/kombu.clocks","reference/kombu.transport.couchdb","userguide/pools","userguide/simple","reference/kombu.messaging","reference/kombu.transport.base","reference/kombu.utils.finalize","faq","userguide/examples","userguide/index","reference/kombu.pools","reference/kombu.utils","userguide/producers","reference/kombu.transport.django","reference/kombu.transport.redis","reference/kombu.transport.pika2","reference/kombu.pidbox","reference/kombu.serialization","reference/kombu.compression","reference/kombu.transport.virtual.exchange","reference/kombu.transport.beanstalk","reference/kombu.transport.sqlalchemy.models","userguide/consumers","changelog","reference/kombu.transport.virtual.scheduling","reference/kombu.utils.debug","reference/kombu.simple","reference/kombu.transport.librabbitmq","reference/kombu.compat","reference/kombu.connection","userguide/introduction","reference/kombu.utils.limits"]}) \ No newline at end of file
+Search.setIndex({objects:{"kombu.transport.virtual.scheduling.FairCycle":{close:[50,1,1,""],get:[50,1,1,""]},"kombu.transport.django.models":{Queue:[24,5,1,""],Message:[24,5,1,""]},"kombu.connection.ChannelPool":{release:[55,1,1,""],acquire:[55,1,1,""],LimitExceeded:[55,2,1,""]},"kombu.transport.amqplib.Connection":{dispatch_method:[18,1,1,""],drain_events:[18,1,1,""],wait_multi:[18,1,1,""],read_timeout:[18,1,1,""],close:[18,1,1,""],channel:[18,1,1,""],wait:[18,1,1,""]},"kombu.transport.SQS.Channel":{queue_name_prefix:[8,2,1,""],conninfo:[8,2,1,""],exchange_delete:[8,1,1,""],basic_ack:[8,1,1,""],close:[8,1,1,""],transport_options:[8,2,1,""],default_region:[8,2,1,""],supports_fanout:[8,2,1,""],region:[8,2,1,""],sqs:[8,2,1,""],entity_name:[8,1,1,""],basic_cancel:[8,1,1,""],basic_consume:[8,1,1,""],sdb:[8,2,1,""],table:[8,2,1,""],get_table:[8,1,1,""],Table:[8,5,1,""],get_exchanges:[8,1,1,""],visibility_timeout:[8,2,1,""],domain_format:[8,2,1,""]},"kombu.transport.librabbitmq.Transport.Connection.Channel":{Message:[53,5,1,""],prepare_message:[53,1,1,""]},"kombu.transport.SQS.Transport.Channel":{transport_options:[8,2,1,""],conninfo:[8,2,1,""],Table:[8,5,1,""],exchange_delete:[8,1,1,""],basic_ack:[8,1,1,""],entity_name:[8,1,1,""],queue_name_prefix:[8,2,1,""],sqs:[8,2,1,""],supports_fanout:[8,2,1,""],region:[8,2,1,""],default_region:[8,2,1,""],basic_cancel:[8,1,1,""],basic_consume:[8,1,1,""],sdb:[8,2,1,""],close:[8,1,1,""],get_table:[8,1,1,""],table:[8,2,1,""],get_exchanges:[8,1,1,""],visibility_timeout:[8,2,1,""],domain_format:[8,2,1,""]},"kombu.transport":{sqlalchemy:[1,0,1,""],amqplib:[18,0,1,""],SQS:[8,0,1,""],mongodb:[6,0,1,""],couchdb:[28,0,1,""],redis:[41,0,1,""],virtual:[3,0,1,""],django:[40,0,1,""],DEFAULT_TRANSPORT:[10,3,1,""],librabbitmq:[53,0,1,""],beanstalk:[44,0,1,""],base:[31,0,1,""],pika2:[42,0,1,""],get_transport_cls:[10,4,1,""],memory:[15,0,1,""],TRANSPORT_ALIASES:[10,3,1,""],resolve_transport:[10,4,1,""]},"kombu.log.LogMixin":{info:[7,1,1,""],warn:[7,1,1,""],get_loglevel:[7,1,1,""],log:[7,1,1,""],annotate:[7,1,1,""],get_logger:[7,1,1,""],critical:[7,1,1,""],logger_name:[7,2,1,""],error:[7,1,1,""],debug:[7,1,1,""],logger:[7,2,1,""],is_enabled_for:[7,1,1,""]},"kombu.transport.redis.Channel":{keyprefix_queue:[41,2,1,""],sep:[41,2,1,""],supports_fanout:[41,2,1,""],get_table:[41,1,1,""],subclient:[41,2,1,""],client:[41,2,1,""],basic_consume:[41,1,1,""],active_queues:[41,2,1,""],close:[41,1,1,""],basic_cancel:[41,1,1,""]},"kombu.transport.virtual.Channel":{do_restore:[3,2,1,""],qos:[3,2,1,""],basic_ack:[3,1,1,""],basic_reject:[3,1,1,""],basic_get:[3,1,1,""],close:[3,1,1,""],basic_recover:[3,1,1,""],exchange_declare:[3,1,1,""],exchange_delete:[3,1,1,""],queue_bind:[3,1,1,""],drain_events:[3,1,1,""],state:[3,2,1,""],basic_publish:[3,1,1,""],basic_consume:[3,1,1,""],queue_delete:[3,1,1,""],queue_declare:[3,1,1,""],queue_purge:[3,1,1,""],basic_qos:[3,1,1,""],basic_cancel:[3,1,1,""],message_to_python:[3,1,1,""],get_table:[3,1,1,""],exchange_types:[3,2,1,""],flow:[3,1,1,""],"typeof":[3,1,1,""],Message:[3,2,1,""],prepare_message:[3,1,1,""]},"kombu.transport.pika2.Connection":{close:[42,1,1,""],drain_events:[42,1,1,""],channel:[42,1,1,""],Channel:[42,5,1,""]},"kombu.transport.virtual.scheduling":{FairCycle:[50,5,1,""]},"kombu.pidbox.Mailbox":{Node:[43,1,1,""],abcast:[43,1,1,""],get_reply_queue:[43,1,1,""],exchange:[43,2,1,""],multi_call:[43,1,1,""],namespace:[43,2,1,""],cast:[43,1,1,""],connection:[43,2,1,""],call:[43,1,1,""],get_queue:[43,1,1,""],reply_exchange:[43,2,1,""],type:[43,2,1,""]},"kombu.simple.SimpleQueue":{queue_opts:[52,2,1,""],qsize:[52,1,1,""],producer:[52,2,1,""],get:[52,1,1,""],clear:[52,1,1,""],get_nowait:[52,1,1,""],queue:[52,2,1,""],exchange_opts:[52,2,1,""],channel:[52,2,1,""],put:[52,1,1,""],close:[52,1,1,""],consumer:[52,2,1,""],no_ack:[52,2,1,""],"__len__":[52,1,1,""]},"kombu.transport.django.Channel":{basic_consume:[40,1,1,""],refresh_connection:[40,1,1,""]},"kombu.transport.pika2.Transport":{channel_errors:[42,2,1,""],drain_events:[42,1,1,""],establish_connection:[42,1,1,""],default_connection_params:[42,2,1,""],Connection:[42,5,1,""],connection_errors:[42,2,1,""],create_channel:[42,1,1,""],default_port:[42,2,1,""],Message:[42,5,1,""],close_connection:[42,1,1,""]},"kombu.transport.redis.Transport.Channel":{keyprefix_queue:[41,2,1,""],sep:[41,2,1,""],supports_fanout:[41,2,1,""],get_table:[41,1,1,""],subclient:[41,2,1,""],client:[41,2,1,""],basic_consume:[41,1,1,""],active_queues:[41,2,1,""],close:[41,1,1,""],basic_cancel:[41,1,1,""]},"kombu.transport.librabbitmq.Connection":{frame_max:[53,2,1,""],channel_max:[53,2,1,""],drain_events:[53,1,1,""],channels:[53,2,1,""],Channel:[53,5,1,""],reconnect:[53,1,1,""],heartbeat:[53,2,1,""],close:[53,1,1,""],channel:[53,1,1,""]},"kombu.transport.amqplib.Transport.Connection":{read_timeout:[18,1,1,""],drain_events:[18,1,1,""],wait_multi:[18,1,1,""],channel:[18,1,1,""]},"kombu.transport.sqlalchemy.Channel":{session:[1,2,1,""]},"kombu.transport.virtual.Message.MessageStateError":{message:[3,2,1,""],args:[3,2,1,""]},"kombu.transport.amqplib.Transport":{channel_errors:[18,2,1,""],drain_events:[18,1,1,""],verify_connection:[18,1,1,""],establish_connection:[18,1,1,""],default_connection_params:[18,2,1,""],Connection:[18,5,1,""],connection_errors:[18,2,1,""],create_channel:[18,1,1,""],default_port:[18,2,1,""],is_alive:[18,1,1,""],close_connection:[18,1,1,""]},"kombu.transport.SQS.Transport":{connection_errors:[8,2,1,""],default_port:[8,2,1,""],polling_interval:[8,2,1,""],Channel:[8,5,1,""],channel_errors:[8,2,1,""]},"kombu.transport.pika2.Transport.Connection.Channel":{basic_qos:[42,1,1,""],basic_get:[42,1,1,""],channel_id:[42,2,1,""],basic_publish:[42,1,1,""],basic_consume:[42,1,1,""],message_to_python:[42,1,1,""],close:[42,1,1,""],Message:[42,5,1,""],prepare_message:[42,1,1,""],queue_purge:[42,1,1,""]},"kombu.transport.pika2.Channel":{basic_qos:[42,1,1,""],basic_get:[42,1,1,""],channel_id:[42,2,1,""],basic_publish:[42,1,1,""],basic_consume:[42,1,1,""],message_to_python:[42,1,1,""],queue_purge:[42,1,1,""],close:[42,1,1,""],Message:[42,5,1,""],prepare_message:[42,1,1,""]},"kombu.transport.redis.Transport":{default_port:[41,2,1,""],Channel:[41,5,1,""],polling_interval:[41,2,1,""]},"kombu.transport.virtual.exchange.ExchangeType":{type:[46,2,1,""],equivalent:[46,1,1,""],lookup:[46,1,1,""],prepare_bind:[46,1,1,""]},"kombu.transport.couchdb.Channel":{client:[28,2,1,""],view_created:[28,2,1,""]},"kombu.transport.SQS.Channel.Table":{routes_for:[8,1,1,""],queue_bind:[8,1,1,""],create_binding:[8,1,1,""],select:[8,1,1,""],queue_delete:[8,1,1,""],exchange_delete:[8,1,1,""],get_exchanges:[8,1,1,""],get_item:[8,1,1,""],get_queue:[8,1,1,""]},"kombu.transport.base.Message":{body:[31,2,1,""],ack:[31,1,1,""],delivery_info:[31,2,1,""],acknowledged:[31,2,1,""],properties:[31,2,1,""],decode:[31,1,1,""],headers:[31,2,1,""],content_encoding:[31,2,1,""],content_type:[31,2,1,""],reject:[31,1,1,""],delivery_tag:[31,2,1,""],requeue:[31,1,1,""],payload:[31,2,1,""],channel:[31,2,1,""]},"kombu.utils.functional.promise":{evaluate:[13,1,1,""]},"kombu.compat.Publisher":{compression:[54,2,1,""],exchange:[54,2,1,""],serializer:[54,2,1,""],auto_delete:[54,2,1,""],send:[54,1,1,""],auto_declare:[54,2,1,""],routing_key:[54,2,1,""],publish:[54,1,1,""],revive:[54,1,1,""],connection:[54,2,1,""],declare:[54,1,1,""],channel:[54,2,1,""],release:[54,1,1,""],close:[54,1,1,""],exchange_type:[54,2,1,""],on_return:[54,2,1,""],durable:[54,2,1,""],maybe_declare:[54,1,1,""],backend:[54,2,1,""]},"kombu.connection.ConnectionPool":{release:[55,1,1,""],acquire:[55,1,1,""],LimitExceeded:[55,2,1,""]},"kombu.transport.amqplib":{Message:[18,5,1,""],Connection:[18,5,1,""],Transport:[18,5,1,""],Channel:[18,5,1,""]},"kombu.connection.BrokerConnection":{SimpleBuffer:[55,1,1,""],info:[55,1,1,""],create_transport:[55,1,1,""],SimpleQueue:[55,1,1,""],channel_errors:[55,2,1,""],drain_events:[55,1,1,""],transport:[55,2,1,""],host:[55,2,1,""],ensure_connection:[55,1,1,""],connection:[55,2,1,""],connection_errors:[55,2,1,""],ensure:[55,1,1,""],Pool:[55,1,1,""],get_transport_cls:[55,1,1,""],ChannelPool:[55,1,1,""],release:[55,1,1,""],clone:[55,1,1,""],channel:[55,1,1,""],connect:[55,1,1,""]},"kombu.entity":{Queue:[25,5,1,""],Exchange:[25,5,1,""]},"kombu.transport.SQS":{Channel:[8,5,1,""],Transport:[8,5,1,""]},"kombu.pools":{reset:[37,4,1,""],PoolGroup:[37,5,1,""],ProducerPool:[37,5,1,""],register_group:[37,4,1,""],get_limit:[37,4,1,""],set_limit:[37,4,1,""]},"kombu.transport.sqlalchemy":{models:[48,0,1,""],Transport:[1,5,1,""],Channel:[1,5,1,""]},"kombu.utils.finalize.Finalize":{cancel:[32,1,1,""],still_active:[32,1,1,""]},"kombu.transport.librabbitmq.Connection.Channel.Message.MessageStateError":{message:[53,2,1,""],args:[53,2,1,""]},"kombu.transport.pika2.Transport.Connection":{close:[42,1,1,""],drain_events:[42,1,1,""],Channel:[42,5,1,""],channel:[42,1,1,""]},"kombu.serialization":{register:[11,4,1,""],decode:[11,4,1,""],SerializerNotInstalled:[11,6,1,""],encode:[11,4,1,""],raw_encode:[11,4,1,""],registry:[11,3,1,""]},"kombu.transport.mongodb.Transport":{default_port:[6,2,1,""],connection_errors:[6,2,1,""],polling_interval:[6,2,1,""],Channel:[6,5,1,""],channel_errors:[6,2,1,""]},"kombu.utils.limits.TokenBucket":{expected_time:[57,1,1,""],timestamp:[57,2,1,""],capacity:[57,2,1,""],can_consume:[57,1,1,""],fill_rate:[57,2,1,""]},"kombu.transport.virtual.Transport":{close_channel:[3,1,1,""],drain_events:[3,1,1,""],polling_interval:[3,2,1,""],establish_connection:[3,1,1,""],close_connection:[3,1,1,""],state:[3,2,1,""],create_channel:[3,1,1,""],default_port:[3,2,1,""],cycle:[3,2,1,""],Channel:[3,2,1,""],Cycle:[3,2,1,""]},"kombu.compat":{Publisher:[54,5,1,""],Consumer:[54,5,1,""],ConsumerSet:[54,5,1,""]},"kombu.transport.couchdb":{create_message_view:[28,4,1,""],Transport:[28,5,1,""],Channel:[28,5,1,""]},"kombu.transport.virtual.exchange.FanoutExchange":{lookup:[46,1,1,""],deliver:[46,1,1,""],type:[46,2,1,""]},"kombu.simple.SimpleBuffer":{queue_opts:[52,2,1,""],qsize:[52,1,1,""],producer:[52,2,1,""],get:[52,1,1,""],clear:[52,1,1,""],get_nowait:[52,1,1,""],queue:[52,2,1,""],exchange_opts:[52,2,1,""],channel:[52,2,1,""],put:[52,1,1,""],close:[52,1,1,""],consumer:[52,2,1,""],no_ack:[52,2,1,""],"__len__":[52,1,1,""]},"kombu.transport.librabbitmq.Connection.Channel.Message":{body:[53,2,1,""],reject:[53,1,1,""],ack:[53,1,1,""],delivery_info:[53,2,1,""],MessageStateError:[53,6,1,""],acknowledged:[53,2,1,""],ack_log_error:[53,1,1,""],payload:[53,2,1,""],decode:[53,1,1,""],headers:[53,2,1,""],content_encoding:[53,2,1,""],content_type:[53,2,1,""],delivery_tag:[53,2,1,""],requeue:[53,1,1,""],properties:[53,2,1,""],channel:[53,2,1,""]},"kombu.transport.mongodb.Transport.Channel":{get_table:[6,1,1,""],supports_fanout:[6,2,1,""],client:[6,2,1,""],queue_delete:[6,1,1,""],close:[6,1,1,""]},"kombu.transport.django.managers":{MessageManager:[30,5,1,""],QueueManager:[30,5,1,""]},"kombu.transport.sqlalchemy.models":{Queue:[48,5,1,""],Message:[48,5,1,""]},"kombu.transport.sqlalchemy.models.Message":{sent_at:[48,2,1,""],id:[48,2,1,""],visible:[48,2,1,""],version:[48,2,1,""],queue_id:[48,2,1,""],payload:[48,2,1,""]},"kombu.transport.memory.Transport":{state:[15,2,1,""],Channel:[15,5,1,""]},"kombu.messaging.Producer":{compression:[2,2,1,""],exchange:[2,2,1,""],serializer:[2,2,1,""],revive:[2,1,1,""],publish:[2,1,1,""],routing_key:[2,2,1,""],auto_declare:[2,2,1,""],on_return:[2,2,1,""],declare:[2,1,1,""],channel:[2,2,1,""]},"kombu.utils.limits":{TokenBucket:[57,5,1,""]},"kombu.transport.django.Transport":{default_port:[40,2,1,""],connection_errors:[40,2,1,""],polling_interval:[40,2,1,""],Channel:[40,5,1,""],channel_errors:[40,2,1,""]},"kombu.transport.SQS.Transport.Channel.Table":{routes_for:[8,1,1,""],queue_bind:[8,1,1,""],create_binding:[8,1,1,""],queue_delete:[8,1,1,""],select:[8,1,1,""],exchange_delete:[8,1,1,""],get_exchanges:[8,1,1,""],get_item:[8,1,1,""],get_queue:[8,1,1,""]},"kombu.common":{collect_replies:[12,4,1,""],itermessages:[12,4,1,""],uuid:[12,4,1,""],Broadcast:[12,5,1,""],insured:[12,4,1,""],maybe_declare:[12,4,1,""],ipublish:[12,4,1,""],send_reply:[12,4,1,""],entry_to_queue:[12,4,1,""],isend_reply:[12,4,1,""]},"kombu.pidbox":{Node:[43,5,1,""],Mailbox:[43,5,1,""]},"kombu.transport.virtual.QoS":{get:[3,1,1,""],ack:[3,1,1,""],restore_unacked:[3,1,1,""],restore_unacked_once:[3,1,1,""],prefetch_count:[3,2,1,""],can_consume:[3,1,1,""],reject:[3,1,1,""],append:[3,1,1,""]},"kombu.transport.virtual.Message":{body:[3,2,1,""],payload:[3,2,1,""],serializable:[3,1,1,""],ack:[3,1,1,""],delivery_info:[3,2,1,""],MessageStateError:[3,6,1,""],acknowledged:[3,2,1,""],ack_log_error:[3,1,1,""],properties:[3,2,1,""],decode:[3,1,1,""],headers:[3,2,1,""],content_encoding:[3,2,1,""],content_type:[3,2,1,""],reject:[3,1,1,""],requeue:[3,1,1,""],delivery_tag:[3,2,1,""],channel:[3,2,1,""]},"kombu.pidbox.Node":{handle:[43,1,1,""],handlers:[43,2,1,""],dispatch_from_message:[43,1,1,""],hostname:[43,2,1,""],state:[43,2,1,""],dispatch:[43,1,1,""],mailbox:[43,2,1,""],handle_call:[43,1,1,""],handler:[43,1,1,""],handle_cast:[43,1,1,""],handle_message:[43,1,1,""],reply:[43,1,1,""],Consumer:[43,1,1,""],channel:[43,2,1,""],listen:[43,1,1,""]},"kombu.exceptions":{TimeoutError:[0,2,1,""],MessageStateError:[0,6,1,""],ConnectionLimitExceeded:[0,6,1,""],LimitExceeded:[0,6,1,""],ChannelLimitExceeded:[0,6,1,""],NotBoundError:[0,6,1,""]},"kombu.utils.finalize":{Finalize:[32,5,1,""]},"kombu.transport.memory":{Transport:[15,5,1,""],Channel:[15,5,1,""]},"kombu.transport.librabbitmq.Connection.Channel":{no_ack_consumers:[53,2,1,""],basic_ack:[53,1,1,""],basic_reject:[53,1,1,""],basic_get:[53,1,1,""],is_open:[53,2,1,""],close:[53,1,1,""],exchange_declare:[53,1,1,""],exchange_delete:[53,1,1,""],queue_bind:[53,1,1,""],queue_unbind:[53,1,1,""],list_bindings:[53,1,1,""],basic_publish:[53,1,1,""],basic_consume:[53,1,1,""],queue_delete:[53,1,1,""],queue_declare:[53,1,1,""],queue_purge:[53,1,1,""],basic_qos:[53,1,1,""],after_reply_message_received:[53,1,1,""],basic_cancel:[53,1,1,""],Consumer:[53,1,1,""],Producer:[53,1,1,""],flow:[53,1,1,""],Message:[53,5,1,""],prepare_message:[53,1,1,""]},"kombu.transport.beanstalk":{Transport:[44,5,1,""],Channel:[44,5,1,""]},"kombu.pools.ProducerPool":{prepare:[37,1,1,""],Producer:[37,1,1,""],setup:[37,1,1,""],release:[37,1,1,""],"new":[37,1,1,""],create_producer:[37,1,1,""]},"kombu.transport.base.Transport":{close_channel:[31,1,1,""],channel_errors:[31,2,1,""],drain_events:[31,1,1,""],establish_connection:[31,1,1,""],client:[31,2,1,""],connection_errors:[31,2,1,""],create_channel:[31,1,1,""],default_port:[31,2,1,""],close_connection:[31,1,1,""]},"kombu.clocks":{LamportClock:[27,5,1,""]},"kombu.transport.librabbitmq.Channel":{Message:[53,5,1,""],prepare_message:[53,1,1,""]},"kombu.transport.memory.Transport.Channel":{queues:[15,2,1,""],do_restore:[15,2,1,""],after_reply_message_received:[15,1,1,""]},"kombu.pools.PoolGroup":{create:[37,1,1,""]},"kombu.transport.pika2.Connection.Channel":{basic_qos:[42,1,1,""],basic_get:[42,1,1,""],channel_id:[42,2,1,""],basic_publish:[42,1,1,""],basic_consume:[42,1,1,""],message_to_python:[42,1,1,""],queue_purge:[42,1,1,""],close:[42,1,1,""],Message:[42,5,1,""],prepare_message:[42,1,1,""]},"kombu.transport.virtual.exchange.TopicExchange":{wildcards:[46,2,1,""],prepare_bind:[46,1,1,""],deliver:[46,1,1,""],lookup:[46,1,1,""],key_to_pattern:[46,1,1,""],type:[46,2,1,""]},"kombu.transport.django.management.commands":{clean_kombu_messages:[5,0,1,""]},"kombu.messaging.Consumer":{qos:[2,1,1,""],consume:[2,1,1,""],register_callback:[2,1,1,""],callbacks:[2,2,1,""],receive:[2,1,1,""],queues:[2,2,1,""],cancel_by_queue:[2,1,1,""],flow:[2,1,1,""],revive:[2,1,1,""],declare:[2,1,1,""],purge:[2,1,1,""],cancel:[2,1,1,""],channel:[2,2,1,""],on_decode_error:[2,2,1,""],recover:[2,1,1,""],no_ack:[2,2,1,""],auto_declare:[2,2,1,""]},"kombu.transport.amqplib.Channel":{basic_cancel:[18,1,1,""],basic_consume:[18,1,1,""],message_to_python:[18,1,1,""],close:[18,1,1,""],Message:[18,5,1,""],events:[18,2,1,""],prepare_message:[18,1,1,""]},"kombu.transport.django.models.Message":{queue:[24,2,1,""],MultipleObjectsReturned:[24,6,1,""],objects:[24,2,1,""],DoesNotExist:[24,6,1,""]},"kombu.utils.compat.CompatOrderedDict":{fromkeys:[19,7,1,""],setdefault:[19,1,1,""],keys:[19,1,1,""],items:[19,1,1,""],clear:[19,1,1,""],popitem:[19,1,1,""],update:[19,1,1,""],pop:[19,1,1,""],values:[19,1,1,""],itervalues:[19,1,1,""],iteritems:[19,1,1,""],copy:[19,1,1,""],iterkeys:[19,1,1,""]},"kombu.transport.virtual.BrokerState":{bindings:[3,2,1,""],exchanges:[3,2,1,""]},"kombu.transport.librabbitmq.Transport":{channel_errors:[53,2,1,""],drain_events:[53,1,1,""],establish_connection:[53,1,1,""],default_connection_params:[53,2,1,""],Connection:[53,5,1,""],connection_errors:[53,2,1,""],create_channel:[53,1,1,""],default_port:[53,2,1,""],close_connection:[53,1,1,""]},"kombu.transport.sqlalchemy.Transport.Channel":{session:[1,2,1,""]},"kombu.log":{setup_logging:[7,4,1,""],LogMixin:[7,5,1,""],get_loglevel:[7,4,1,""]},"kombu.connection":{ChannelPool:[55,5,1,""],ConnectionPool:[55,5,1,""],BrokerConnection:[55,5,1,""]},"kombu.transport.sqlalchemy.models.Queue":{messages:[48,2,1,""],id:[48,2,1,""],name:[48,2,1,""]},"kombu.transport.virtual.exchange.DirectExchange":{lookup:[46,1,1,""],type:[46,2,1,""],deliver:[46,1,1,""]},"kombu.transport.django":{models:[24,0,1,""],managers:[30,0,1,""],Channel:[40,5,1,""],Transport:[40,5,1,""]},"kombu.compat.ConsumerSet":{add_consumer_from_dict:[54,1,1,""],qos:[54,1,1,""],consume:[54,1,1,""],cancel_by_queue:[54,1,1,""],cancel:[54,1,1,""],consuming_from:[54,1,1,""],on_decode_error:[54,2,1,""],close:[54,1,1,""],recover:[54,1,1,""],auto_declare:[54,2,1,""],revive:[54,1,1,""],channel:[54,2,1,""],register_callback:[54,1,1,""],callbacks:[54,2,1,""],add_queue:[54,1,1,""],iterconsume:[54,1,1,""],add_consumer:[54,1,1,""],receive:[54,1,1,""],queues:[54,2,1,""],flow:[54,1,1,""],no_ack:[54,2,1,""],purge:[54,1,1,""],connection:[54,2,1,""],discard_all:[54,1,1,""],declare:[54,1,1,""]},"kombu.transport.django.models.Queue":{MultipleObjectsReturned:[24,6,1,""],objects:[24,2,1,""],messages:[24,2,1,""],DoesNotExist:[24,6,1,""]},"kombu.transport.sqlalchemy.Transport":{channel_errors:[1,2,1,""],connection_errors:[1,2,1,""],Channel:[1,5,1,""],default_port:[1,2,1,""]},"kombu.transport.couchdb.Transport.Channel":{client:[28,2,1,""],view_created:[28,2,1,""]},"kombu.abstract.MaybeChannelBound":{is_bound:[22,2,1,""],when_bound:[22,1,1,""],bind:[22,1,1,""],revive:[22,1,1,""],maybe_bind:[22,1,1,""],can_cache_declaration:[22,2,1,""],channel:[22,2,1,""]},"kombu.transport.beanstalk.Transport.Channel":{close:[44,1,1,""],client:[44,2,1,""]},"kombu.entity.Queue":{exclusive:[25,2,1,""],when_bound:[25,1,1,""],consume:[25,1,1,""],auto_delete:[25,2,1,""],attrs:[25,2,1,""],cancel:[25,1,1,""],queue_bind:[25,1,1,""],durable:[25,2,1,""],exchange:[25,2,1,""],routing_key:[25,2,1,""],queue_declare:[25,1,1,""],channel:[25,2,1,""],get:[25,1,1,""],maybe_bind:[25,1,1,""],binding_arguments:[25,2,1,""],unbind:[25,1,1,""],name:[25,2,1,""],declare:[25,1,1,""],purge:[25,1,1,""],alias:[25,2,1,""],queue_arguments:[25,2,1,""],can_cache_declaration:[25,2,1,""],no_ack:[25,2,1,""],"delete":[25,1,1,""]},"kombu.transport.pika2":{Transport:[42,5,1,""],Message:[42,5,1,""],Connection:[42,5,1,""],Channel:[42,5,1,""]},"kombu.transport.librabbitmq.Transport.Connection":{Channel:[53,5,1,""]},"kombu.entity.Exchange":{name:[25,2,1,""],arguments:[25,2,1,""],auto_delete:[25,2,1,""],delivery_mode:[25,2,1,""],PERSISTENT_DELIVERY_MODE:[25,2,1,""],publish:[25,1,1,""],declare:[25,1,1,""],TRANSIENT_DELIVERY_MODE:[25,2,1,""],maybe_bind:[25,1,1,""],attrs:[25,2,1,""],can_cache_declaration:[25,2,1,""],Message:[25,1,1,""],type:[25,2,1,""],durable:[25,2,1,""],channel:[25,2,1,""],"delete":[25,1,1,""]},"kombu.transport.django.managers.MessageManager":{connection_for_write:[30,1,1,""],cleanup:[30,1,1,""],cleanup_every:[30,2,1,""],pop:[30,1,1,""]},"kombu.transport.beanstalk.Transport":{channel_errors:[44,2,1,""],connection_errors:[44,2,1,""],default_port:[44,2,1,""],Channel:[44,5,1,""],polling_interval:[44,2,1,""]},"kombu.transport.librabbitmq":{Message:[53,5,1,""],Channel:[53,5,1,""],Connection:[53,5,1,""],Transport:[53,5,1,""]},"kombu.transport.beanstalk.Channel":{close:[44,1,1,""],client:[44,2,1,""]},"kombu.abstract":{MaybeChannelBound:[22,5,1,""]},"kombu.mixins.ConsumerMixin":{connect_max_retries:[23,2,1,""],run:[23,1,1,""],consume:[23,1,1,""],should_stop:[23,2,1,""],restart_limit:[23,2,1,""],on_connection_revived:[23,1,1,""],get_consumers:[23,1,1,""],establish_connection:[23,1,1,""],on_iteration:[23,1,1,""],on_consume_ready:[23,1,1,""],on_decode_error:[23,1,1,""],on_connection_error:[23,1,1,""],connection_errors:[23,2,1,""],on_consume_end:[23,1,1,""],maybe_conn_error:[23,1,1,""],channel_errors:[23,2,1,""],extra_context:[23,1,1,""],Consumer:[23,1,1,""]},"kombu.simple":{SimpleBuffer:[52,5,1,""],SimpleQueue:[52,5,1,""]},"kombu.transport.memory.Channel":{queues:[15,2,1,""],do_restore:[15,2,1,""],after_reply_message_received:[15,1,1,""]},"kombu.transport.virtual.exchange":{DirectExchange:[46,5,1,""],ExchangeType:[46,5,1,""],FanoutExchange:[46,5,1,""],TopicExchange:[46,5,1,""]},"kombu.compression":{encoders:[45,4,1,""],get_encoder:[45,4,1,""],register:[45,4,1,""],compress:[45,4,1,""],decompress:[45,4,1,""],get_decoder:[45,4,1,""]},"kombu.transport.redis":{Channel:[41,5,1,""],Transport:[41,5,1,""]},kombu:{compat:[54,0,1,""],compression:[45,0,1,""],simple:[52,0,1,""],pools:[37,0,1,""],"abstract":[22,0,1,""],mixins:[23,0,1,""],syn:[9,0,1,""],entity:[25,0,1,""],exceptions:[0,0,1,""],connection:[55,0,1,""],clocks:[27,0,1,""],common:[12,0,1,""],messaging:[39,0,1,""],pidbox:[43,0,1,""],serialization:[11,0,1,""],utils:[38,0,1,""],transport:[10,0,1,""],log:[7,0,1,""]},"kombu.utils.debug":{setup_logging:[51,4,1,""],Logwrapped:[51,5,1,""]},"kombu.clocks.LamportClock":{forward:[27,1,1,""],adjust:[27,1,1,""],value:[27,2,1,""]},"kombu.syn":{detect_environment:[9,4,1,""]},"kombu.transport.mongodb":{Channel:[6,5,1,""],Transport:[6,5,1,""]},"kombu.compat.Consumer":{exclusive:[54,2,1,""],qos:[54,1,1,""],consume:[54,1,1,""],no_ack:[54,2,1,""],auto_delete:[54,2,1,""],cancel_by_queue:[54,1,1,""],routing_key:[54,2,1,""],on_decode_error:[54,2,1,""],consuming_from:[54,1,1,""],cancel:[54,1,1,""],close:[54,1,1,""],recover:[54,1,1,""],auto_declare:[54,2,1,""],purge:[54,1,1,""],durable:[54,2,1,""],revive:[54,1,1,""],iterqueue:[54,1,1,""],channel:[54,2,1,""],register_callback:[54,1,1,""],exchange:[54,2,1,""],callbacks:[54,2,1,""],wait:[54,1,1,""],add_queue:[54,1,1,""],iterconsume:[54,1,1,""],process_next:[54,1,1,""],receive:[54,1,1,""],queues:[54,2,1,""],flow:[54,1,1,""],fetch:[54,1,1,""],queue:[54,2,1,""],connection:[54,2,1,""],discard_all:[54,1,1,""],exchange_type:[54,2,1,""],declare:[54,1,1,""]},"kombu.messaging":{Consumer:[2,5,1,""],Producer:[2,5,1,""]},"kombu.transport.django.Transport.Channel":{basic_consume:[40,1,1,""],refresh_connection:[40,1,1,""]},"kombu.transport.django.managers.QueueManager":{purge:[30,1,1,""],fetch:[30,1,1,""],publish:[30,1,1,""],size:[30,1,1,""]},"kombu.utils.functional":{promise:[13,5,1,""],maybe_promise:[13,4,1,""]},"kombu.utils":{compat:[19,0,1,""],reprcall:[38,4,1,""],kwdict:[38,4,1,""],finalize:[32,0,1,""],limits:[57,0,1,""],encoding:[4,0,1,""],maybe_list:[38,4,1,""],emergency_dump_state:[38,4,1,""],functional:[13,0,1,""],fxrange:[38,4,1,""],nested:[38,4,1,""],EqualityDict:[38,5,1,""],cached_property:[38,2,1,""],say:[38,4,1,""],debug:[51,0,1,""],retry_over_time:[38,4,1,""],fxrangemax:[38,4,1,""],reprkwargs:[38,4,1,""],uuid:[38,4,1,""]},"kombu.transport.mongodb.Channel":{get_table:[6,1,1,""],close:[6,1,1,""],client:[6,2,1,""],queue_delete:[6,1,1,""],supports_fanout:[6,2,1,""]},"kombu.utils.encoding":{str_to_bytes:[4,4,1,""],bytes_to_str:[4,4,1,""],safe_str:[4,4,1,""],default_encoding:[4,4,1,""],default_encode:[4,4,1,""],ensure_bytes:[4,4,1,""],from_utf8:[4,4,1,""],safe_repr:[4,4,1,""]},"kombu.transport.couchdb.Transport":{default_port:[28,2,1,""],connection_errors:[28,2,1,""],polling_interval:[28,2,1,""],Channel:[28,5,1,""],channel_errors:[28,2,1,""]},"kombu.transport.virtual":{AbstractChannel:[3,5,1,""],exchange:[46,0,1,""],BrokerState:[3,5,1,""],Channel:[3,5,1,""],scheduling:[50,0,1,""],QoS:[3,5,1,""],Message:[3,5,1,""],Transport:[3,5,1,""]},"kombu.mixins":{ConsumerMixin:[23,5,1,""]},"kombu.utils.compat":{LifoQueue:[19,5,1,""],CompatOrderedDict:[19,5,1,""]},"kombu.transport.base":{Message:[31,5,1,""],Transport:[31,5,1,""]}},terms:{fanoutexchang:[3,46],interchang:29,four:[16,25],prefix:47,sleep:[3,38,55,47],sqserror:8,typeerror:38,under:[16,56],spec:[54,2,39],retry_polici:[54,2,39,12,47],producerpool:[37,47],queue_id:[48,24],affect:[16,2,49,54,47],exchange_opt:[52,55],rabbitmq:[2,47,16,49,33,25,54],is_open:53,use_default_limit:56,queue_argu:25,maybe_list:38,direct:[43,16,3,35,20,21,53,25,54,46,34],preconditionfail:28,second:[47,20,38,23,55,57],even:[16,20,11,47,25],aim:16,dialogu:25,eventlet:[23,47],logmixin:7,connection_error:[44,1,47,53,31,18,8,23,6,40,55,28,42],key_to_pattern:46,"new":[2,11,16,34,49,47,45,37,25,54,55,56,19,57],ever:[47,25],abov:[29,34,17],never:[55,34],here:[29,56,12],"__hash__":47,path:[20,10,47],interpret:[16,25],jame:47,emergency_dump_st:38,duplicateconsumertag:42,findandmodifi:47,celerybeat:43,articl:[16,56,25],"byte":47,unit:16,highli:16,describ:[11,8,25],would:[11,34,23,47],call:[0,13,29,2,16,34,49,47,43,20,22,23,25,54,39,55,56],until:[2,34,49,38,25,54,55,56],establis:47,type:[43,2,45,46,44,16,3,47,50,17,18,35,20,53,39,25,54,11],channelerror:53,science_new:25,isend_repli:12,get_exchang:8,relat:[27,47],warn:[2,47,49,7,54,55,57],phone:34,jpg:17,hold:25,set_limit:[37,56,47],must:[2,31,47,16,3,49,18,20,38,53,23,25,54,39,55,34],join:[16,23],active_queu:41,restor:3,setup:[16,37],work:[20,33,34,17,47],default_transport:10,conceptu:27,undeliv:47,root:[16,47],overrid:[39,2,23,54],give:[2,47,49,38,8,25,54,55,56],indic:[14,18],unavail:23,want:[2,11,3,49,47,17,18,20,39,56],everi:[13,47,16,34,17,38,23,56,12],cutekitten:29,keep:47,end:[54,2,49,47],replicaset:47,interval_step:[38,55],how:[38,55],conn:[29,47,16,35,55,56,12],answer:33,get_consum:[49,23,35],connect_timeout:[20,55],updat:[34,19,47],subsecond:47,reply_cod:18,initial_valu:27,after:[2,47,16,49,18,20,22,53,23,54,39,56],befor:[2,47,16,38,39,54,55,27,56],wrong:47,acquire_channel:47,demonstr:47,attempt:[54,2,49],classmethod:19,credenti:47,exclud:46,alias:[20,45,10,47],maintain:[27,56,17,47],environ:47,enter:[23,47],exclus:[54,53,25],fan:16,first:47,order:[2,49,19],origin:[2,31,16,3,49,53,23,54,34],method_id:18,over:[38,34,17],failur:[31,23,12,18,47],becaus:[47,25],fifo:[19,47],varg:6,uuid:[38,12,47],fit:[34,17],fix:[16,47],better:17,persist:[29,47,52,21,25,55,34],easier:20,them:[29,47,16,20,25,34],thei:[29,16,34,49,17,25,56],safe:[4,57],as_dict:47,promis:13,ipublish:12,bank:34,choic:17,queue_bind:[53,3,8,25],localis:18,timeout:[0,29,47,16,3,49,43,18,20,53,23,52,55,56,12,42],each:[3,50,17,38,25,55,27,34],debug:[14,47,35,51,21,7],side:18,mean:[2,31,47,3,49,34,18,20,53,25,54,27,56],discard_al:54,msgpack:[11,17],unbound:[0,16,25],goe:3,invaliddata:47,content:[14,11,49,47,17,18,39,54,34,2],method:[0,13,31,46,2,3,49,47,17,18,45,20,53,23,25,54,39,43,11,55],got:[56,23,35],"0x1036437d0":24,situat:34,standard:[16,29,46,17,47],can_cache_declar:[22,25],traceback:55,prefetch:[54,3,49,2],add_consumer_from_dict:54,safe_str:4,attapattu:25,do_restor:[3,15],loginerror:42,wast:17,system:47,instruct:17,alreadi:[0,2,31,16,3,49,22,53,39,25,54,56],installed_app:47,primari:17,castaneda:47,restart_limit:23,top:[16,47],mcgee:47,sometim:34,necessarili:25,too:[16,56,23,47],listen:[43,47],namespac:43,channel2:49,channel1:49,keyword:[2,47,36,20,38,23,54,39,55,12],provid:[47,16,18,20,38,25,55,12],zero:[16,2,49,54,25],project:16,minut:[34,25],enable_callback:54,if_empti:[3,53,25],add_queu:54,raw:[3,11,17,36,25],binding_argu:25,increment:27,"__main__":[29,35],incompat:47,next_token:8,recreat:47,latter:[29,11],insur:12,kombu_log_channel:47,shall:47,bst:47,object:[29,11,15,32,16,3,47,17,22,23,24,25,55,56,19],what:[34,56,36,47],regular:16,brpop:47,letter:[34,47],bsd:[0,3,4,6,8,9,10,11,19,15,16,18,12,22,23,25,27,28,2,31,32,45,41,37,38,42,43,44,46,50,51,52,53,54,55,57],don:[16,56,17,47],flow:[54,3,49,53,2],doe:[2,47,16,49,10,25,54],declar:[2,47,16,3,49,20,22,39,25,54,52,56],wildcard:[46,25],dot:[16,46,25],"__str__":13,speedup:17,syntax:47,after_reply_message_receiv:[53,15],create_bind:8,identifi:[47,45,25],despit:12,acquir:[55,56,35,47],configur:[2,47,16,20,39,54,55,12],latenc:47,create_message_view:28,stop:[54,2,38,23,49],amazon:[16,8,47],popitem:19,report:[16,47],patch:[16,47],channel_id:[53,47,18,42],bad:34,respond:[18,25],basic_ack:[53,3,8],mandatori:[2,47,53,39,25,54,42],result:[55,47],recursiveoperationdetect:42,respons:[55,47,25],fail:18,channel_or_connect:16,best:[16,20,56,17],hopefulli:[38,12],default_region:8,databas:[20,40,47],wikipedia:[16,27,57],unack:3,awai:[34,56],attribut:[47,16,17,23,25,55,46],default_seri:11,pylibrabbitmq:[53,47],xrang:29,lamport:[27,47],supports_fanout:[47,16,6,41,20,8,46],howev:[17,47],against:56,logic:[27,47],com:[16,57],flavio:6,kwd:[38,23,19],guid:[14,36],assum:25,three:11,"0x104012450":15,much:[38,34],force_close_al:47,interest:34,basic:[29,2,47,49,33,36,20,23,39],"__len__":52,life:34,fill_rat:57,lifo:[19,47],worker:[23,35],setup_log:[51,35,7],mher:47,ani:[2,47,16,49,17,18,23,25,54,55,46,56],"catch":38,ident:[16,51,25],servic:[2,3,49,21,54,34],properti:[2,31,47,16,3,18,38,53,39,25,54,42],seral:47,"typeof":3,aid:18,visibility_timeout:8,transport_opt:[20,55,8,47],conninfo:8,tabl:[14,47,16,3,6,20,8,10,25,46],kwarg:[1,3,4,6,8,12,13,15,7,18,22,23,24,25,46,28,31,32,35,41,37,38,40,42,43,44,47,50,52,53,54,55],consuming_from:[54,47],vendor:16,sever:[16,20,49,34,7],hong:47,datetim:29,perform:[2,47,16,49,23,25,54,12],suggest:16,make:[29,47,16,33,20,23,25],couchdb:[14,47,16,20,21,28],task_queu:[23,35],complet:[55,12],hang:47,hand:34,fairli:[3,17],rais:[2,31,11,16,3,49,47,35,38,53,23,25,54,55,56],refil:57,kept:[16,20],scenario:[34,36],cjson:[17,47],inherit:[3,47],client:[1,3,6,8,15,16,18,20,25,28,2,31,35,41,40,42,43,44,47,49,53,54],thi:[3,53,12,16,18,20,22,23,25,46,29,2,31,45,38,39,43,11,27,47,34,49,54,55,56,57],left:56,protocol:[16,46],just:[16,47,56,25],on_return:[54,2,39],human:34,yet:[20,47],languag:17,previous:[45,47],easi:16,djkombu:47,consumer_tag:[47,53,3,18,41,8,25,42],raw_messag:[3,18,42],had:[34,47],reiniti:47,east:8,opt:12,applic:[43,11,47,16,34,4,25,56],mayb:34,preserv:25,servererror:28,specif:[2,49,18,20,25,54,55,46],arbitrari:[54,2,39,47],manual:[2,47,16,49,39,25],unstabl:47,unnecessari:11,underli:[55,47],old:47,interv:[38,23,55,47],dead:47,intern:[38,18],metzlar:47,amqp_protocol_head:47,subclass:[54,3,49,2],buffer:[29,21,55,52,47],tracker:[16,14],condit:[18,47],foo:[20,47],localhost:[29,47,16,35,20,53,55,56],core:[40,47],idiomat:16,uncompress:45,stefan:47,ivan:47,lamportclock:[27,47],peer:[54,2,49,18],post:[34,25],"super":23,plug:16,obj:[4,55,32],slightli:29,beta:47,produc:[29,14,36,2,16,34,47,17,35,20,21,53,39,37,54,52,55,56,12],"float":[17,47],encod:[29,14,2,16,4,47,17,18,45,21,39,25,54,11],bound:[43,47,16,22,25,46],down:[54,2,49,18],wrap:47,wai:[55,34,47],compatordereddict:19,support:[47,2,51,11,16,3,49,33,17,35,20,23,25,54,39,55,46,56,12],task_exchang:35,undeliverablewarn:47,"class":[1,2,3,6,7,8,10,19,13,14,15,17,18,12,20,21,22,23,24,25,27,28,29,30,31,32,35,41,37,38,39,40,42,43,44,46,47,48,49,50,51,52,53,54,55,57],avail:[2,11,16,34,49,47,45,20,25,54,55,56,57],war:34,fork:[56,47],forc:[37,11,55,18,47],recommend:[55,47,25],sqlalchemi:[14,1,47,16,48,21],safeguard:56,"true":[3,6,53,19,16,20,23,25,46,29,2,31,35,41,39,43,47,49,52,8,54,55,56,57],reset:[37,56,47],attr:[38,25],bugfix:47,maximum:[0,38,23,55,27,57],tell:20,emit:[4,47],featur:[16,14,47,39,2],"abstract":[3,22],proven:16,exist:[16,8,47,25],read_timeout:18,ship:[56,47],check:[20,47,25],"0x1026b0578":25,verify_connect:18,content_encod:[2,31,11,3,17,18,53,39,25,54,42],excel:29,test:[16,47],pymongo:6,shrink:56,node:[43,21],consid:[27,47],from_utf8:4,receiv:[29,2,31,16,49,36,18,20,53,25,54,52,27,34],faster:34,filterfunc:54,resourceconflict:28,interval_start:[38,55,47],ignor:[54,2,49,23,47],time:[29,34,47,3,38,23,55,27,56,57],reply_to:43,unicodedecodeerror:4,concept:16,snif:47,skip:22,consum:[29,14,43,36,2,16,3,49,47,50,17,35,52,21,53,23,25,54,34,12,57],depend:[0,47,16,20,25,55],aspn:57,show:47,dispatch_from_messag:43,domain_format:8,x06:41,sourc:16,"__exit__":47,string:[14,11,4,47,17,20,21,10,25,55],register_group:37,on_messag:49,forker:47,drain_ev:[43,31,47,16,3,49,18,53,55,42],word:[16,46,25],exact:46,level:[16,29,56,7],did:[33,47],messagestateerror:[0,3,31,53],exchangetyp:46,iter:[8,23],item:[11,55,8,19],tokenbucket:57,quick:16,librari:[29,17,25],slower:17,sign:34,cost:34,port:[31,47,16,3,20,53,55],on_task:23,establish_connect:[31,3,18,53,23,42],lazili:55,repli:[43,47,18,53,25,34],get_logg:7,current:[29,2,47,3,49,43,52,22,39,25,54,55,27,56],transport_alias:10,gener:[43,14,47,37,21,38,25,12],unauthor:28,equalitydict:38,address:[55,34],along:[54,2,39],wait:[2,16,49,18,25,54,55,34],queue_name_prefix:[8,47],queue:[3,6,8,12,15,16,20,21,23,24,25,46,29,2,31,35,36,40,41,42,47,48,49,52,53,54,55],prefetch_count:[2,3,49,53,54,42],throughput:34,maybe_declar:[2,47,35,22,39,54,56,12],extrem:47,bound_exchang:[16,25],rafael:47,semant:[55,53,47],regardless:55,str_to_byt:4,extra:23,modul:[14,55,17,47],visibl:[48,24],instal:[16,14,47,11],regex:46,limitexceed:[0,55],memori:[14,15,47,16,3,20,21,25,34],eletzhof:47,todai:34,handler:[43,23,32],criteria:25,msg:[12,18],scope:[3,32],prev:46,create_produc:37,faircycl:[3,50],peopl:34,send_repli:12,ctype:47,simplebuff:[29,52,55,47],cached_properti:38,unseri:11,content_typ:[2,31,11,3,47,17,18,45,53,39,25,54,42],prepar:[37,3,38],uniqu:[38,47,12,25],descriptor:38,can:[3,53,12,16,17,18,20,22,23,25,27,29,2,31,38,39,11,47,34,49,54,55,56,57],pidbox:[43,14,21],encapsul:[53,18],stream:11,topic:[16,3,20,21,25,46,34],critic:[34,7],exchange_delet:[53,3,8],occur:[2,49,11,55,25],alwai:[16,20,55,47,25],multipl:[47,49,20,38,53,23,56],write:47,purg:[54,30,49,2,25],map:[43,2,3,39,10,54,46],product:47,max:38,clone:[55,47],socket:[29,44,47,53,18,8,55,28,42],known_host:47,mixin:[14,47,49,35,21,22,23],date:[29,21,47,17,36],drastic:47,data:[29,43,11,3,47,17,18,36,21,53,10],grow:56,gethostnam:29,practic:[16,20],stdin:55,predic:50,inform:25,"switch":47,combin:38,media_exchang:16,objectdoesnotexist:40,"_global":53,sqsdecodeerror:8,still:[54,2,49,34,47],amqpchannelexcept:18,entiti:[0,14,2,49,47,21,22,39,25,54,56,12],group:[37,56,36],polici:47,amqplib:[14,47,16,18,20,21,10],yaml:[11,17],window:[54,2,49],mail:[16,34],non:[16,3,47,25],connect_max_retri:23,synopsi:[16,14],myvhost:20,initi:[3,47],amqp_messag:42,restore_unacked_onc:3,now:[47,38,25,17,12],introduct:[43,14,16,36,21,34],term:[54,2,49],name:[29,2,43,11,16,48,49,47,45,20,38,8,24,10,25,54,52,55,12],drop:47,separ:[16,55,46,25],attributeerror:[18,47],courag:34,x16:41,errback:[55,38,12],domain:[16,8,25],replac:[54,4],individu:47,persistent_delivery_mod:25,contrib:47,autent:47,default_connection_param:[53,47,18,42],year:34,urlpars:47,happen:[29,2,31,47,16,39,54,34],max_retri:[38,55,47],correct:47,earlier:33,domest:56,million:34,orm:[16,47],mime:[11,45,47],process_task:35,org:[54,57,47],close_connect:[3,31,53,18,42],care:56,setdefault:19,synchron:[3,25,21,27,14],fromtimestamp:29,refus:47,recov:[54,3,49,34,2],turn:47,turk:47,log_messag:29,star:[16,25],frequent:[14,33],lambda:25,oper:[13,2,47,16,49,25,54,55],create_transport:55,directli:[3,47],onc:[3,56],"_pyrabbitmq":53,yourself:23,fast:17,"6dev":47,open:[47,16,17,20,38,55],size:[30,47,16,49,2,54],given:47,fmt:38,slept:55,silenc:47,basic_publish:[3,53,42],conveni:[56,23,12,11],routing_kei:[43,2,16,3,53,17,35,52,8,39,25,54,55,46,56,42],copi:[55,22,46,19],specifi:[29,2,31,11,3,49,47,17,20,39,10,25,54,55,12],broadcast:[43,46,34,12,47],github:16,handle_cast:43,than:[2,47,16,34,49,17,25,54,27,56],connectionpool:[55,56,47],were:[47,25],posit:38,conn2:56,conn1:56,no_ack:[2,47,53,3,49,52,8,25,54,55,42],seri:47,simpledb:[16,20,8,47],sai:38,argument:[29,2,43,47,3,49,36,20,38,53,23,25,54,39,55,46,56,12],deliv:[2,16,49,25,54,46,34],notbounderror:[0,16],notimplementederror:[54,3,49,2],channel_numb:42,destroi:47,note:[14,2,47,17,39,25,54,55,11,56],take:[2,38,23,49,25],channel:[0,1,3,6,8,12,15,16,17,18,20,21,22,23,25,46,28,29,2,31,35,41,39,40,42,43,44,47,49,51,52,53,54,55],sure:[33,23],multipli:47,price:34,compress:[29,14,2,16,35,45,52,21,22,39,54,56],greenthread:23,add_consum:54,pair:[55,19,25],entry_to_queu:[12,47],later:[20,34,47],amqpconnectionexcept:18,runtim:56,gracefulli:16,recipi:[54,2,49,34],type_to_nam:47,serializ:3,should_stop:23,onli:[29,11,47,16,3,20,25,27,34],explicitli:[20,25],transact:[3,34],activ:[2,3,49,25,54,55,56],state:[43,15,3,21,38,25,46],dict:[20,55],get:[29,14,16,3,50,45,6,52,38,8,10,25,55,46,56],kombu_log_debug:47,lifoqueu:[19,47],ssl:[20,55,47],cannot:18,jpeg:17,requir:[29,2,47,39,54,23,46,34],item_nam:8,intermitt:12,scott:47,where:[47,50,38,23,25,56],wiki:57,consumerset:[54,21,47],fanout:[43,47,16,3,20,21,25,46,34],if_unus:[3,53,25],infinit:54,can_consum:[3,57],detect:[54,2,39,17,18],enough:33,between:[2,47,3,38,39,25,54,55,27],"import":[29,14,47,16,34,49,35,20,23,25,56],across:16,connection_for_writ:30,cycl:[3,17],prepare_messag:[3,53,18,42],come:[29,34,47],prepare_bind:46,region:[8,47],mani:[55,34,17,47],improp:47,cancer:25,overview:[16,21,11],period:34,pop:[30,19],dispatch:[43,2,49,54,18],colon:55,cancel:[43,2,32,16,3,49,47,23,25,54],poll:[3,47,25],resynchron:27,mari:47,transient_delivery_mod:25,uncknowledg:3,former:29,"case":[11,47,56,17,25],exchange_typ:[54,3],hello_task:35,cast:43,parse_qsl:47,advantag:[17,25],henc:25,destin:[43,25],syncdb:47,strain:47,myapp:47,abstractchannel:3,ascii:11,"__init__":[29,49,23,35],develop:[16,47],author:[16,47],media:16,same:[29,47,16,49,17,20,25,55,56],binari:[11,47,17,25],refresh_connect:40,document:[16,14,55,20,54],week:34,finish:[54,2,49,25],nest:[38,49],decompress:45,improv:[54,2,49],basic_return:18,drain:[39,3,49,23,2],polling_interv:[44,47,3,6,41,8,40,28],reload_schedul:43,myq:47,without:[47,4,17,36,20,25],maybe_promis:13,model:[14,48,24,21],execut:32,when:[3,10,13,16,17,18,20,22,23,25,27,29,2,31,32,38,39,47,49,54,55,34,57],on_consume_end:23,protocolsyntaxerror:42,safety_interv:23,monei:34,aws_access_key_id:47,as_uri:[56,47],except:[0,3,4,8,14,16,17,18,21,23,24,2,11,35,38,39,40,42,44,47,49,50,53,55,56],blog:25,earli:56,around:17,read:[16,17,25],lolcat1:16,insist:[20,55],amq:[3,46,18],world:[35,47],postal:34,integ:[47,25],server:[2,31,47,16,3,49,18,20,53,25,54,55],from_dict:54,either:[16,38,34,25],manag:[47,30,14,3,5,21,38,23,24,56],cancel_by_queu:[54,2,49,47],authent:47,queue_unbind:53,tube:56,achiev:34,video_queu:16,notabl:17,refer:[14,47,49,17,36,21,39],broker:[2,47,3,49,34,18,53,25,54,55,56,12,42],maybe_bind:[22,25],aquir:47,"__name__":[29,35],comparison:[16,14,20,36],central:[11,34],cleanup_everi:30,ack:[29,31,47,16,3,49,35,53,23],activest:57,terminolog:[16,14],surviv:34,your:[47,16,34,33,17,20,25,56],log:[29,14,47,7,18,21,23],aren:56,strict:34,interfac:[29,14,31,47,16,36,52,21,54,55,46],low:35,hard:34,register_callback:[16,2,49,54],connection_info:43,tupl:[11,31,46,38],shamelessli:25,longer:47,iterkei:19,reappli:55,possibl:[16,11,56,47],"default":[3,8,10,19,16,17,18,12,20,23,25,46,2,31,36,39,11,47,49,54,55,56],bucket:57,deadlock:56,connect:[0,1,3,8,12,14,15,16,18,20,21,22,23,25,28,29,2,31,35,36,37,38,39,40,42,43,44,47,49,51,53,54,55,56],creat:[29,37,47,43,20,22,8,25,55,56],multipleobjectsreturn:[24,40],certain:47,decreas:47,file:[16,55,17],girlfriend:34,"0x10264f790":11,again:[55,38,49],logger_nam:7,exitprior:32,event:[2,47,16,3,49,18,23,39,55,27],field:[20,25],subclient:41,cleanup:[30,47,32],collis:[38,12],you:[29,2,31,11,16,3,49,47,34,17,20,53,23,25,39,55,56,12],reply_text:18,registri:[21,47,45,11],kombu_polling_interv:47,pool:[37,14,47,35,36,20,21,55,56,12],unbind:25,directori:[16,47],chauvet:47,descript:25,potenti:[54,2,49,47],all:[2,47,16,3,49,34,17,18,20,8,25,54,46,56,19],forget:20,selinux:47,month:34,abil:[16,47],follow:[2,47,16,49,17,39,54,27],disk:[34,25],"__cmp__":13,init:43,program:[34,17,47],get_reply_queu:43,introduc:47,mpg:29,global:[2,15,47,49,54,56],solem:[0,3,4,8,9,10,19,15,18,12,22,23,25,27,2,31,32,45,41,37,38,42,43,11,46,47,50,51,52,53,54,55,57],fals:[37,2,15,11,3,49,47,38,19,20,22,53,23,25,54,39,55,28,12,42],util:[13,14,45,11,32,4,51,50,35,19,21,22,9,38,12,49,57],mechan:[54,2,49],fall:[54,2,49],veri:[34,38,56,12,35],ticket:43,client_0_8:18,on_connection_reviv:23,list:[2,11,16,49,47,17,45,20,23,54,39,55,12],queuemanag:[30,24],emul:3,entity_nam:8,adjust:27,default_port:[44,1,53,3,31,18,41,8,6,40,28,42],small:[38,12],"0x103cffb10":3,still_act:32,sync:[16,27],rate:[14,57,21],design:25,pass:[43,2,11,47,17,20,38,39,54,55],unknownconsumertag:42,deleg:47,sub:[16,20,34],clock:[47,14,27,21],abl:[56,47],overload:13,delet:[2,47,16,3,49,18,53,38,8,25,54,55,12],version:[16,48,33,19,47],"public":37,hasn:[54,39],full:[16,10],hash:[16,25],behaviour:47,shouldn:34,modifi:25,hipri:35,valu:[13,47,3,18,20,38,25,27,56,19],search:14,sender:[27,34,18],serializat:47,soldier:34,action:[38,47,25],amqplain:47,via:[16,20,47],primit:[16,35,25],transit:20,deprec:[55,47],famili:34,suddenli:47,establish:[47,18,20,22,53,23,55,42],select:[53,3,31,8,47],distinct:47,method_sig:18,regist:[2,11,49,17,45,54],two:[29,2,47,16,34,49,38,25,54,56],coverag:56,taken:[20,57,32],"_queue_bind":46,basi:17,forcefulli:47,more:[0,3,4,6,8,9,10,11,19,15,16,17,18,12,22,23,25,27,28,2,31,32,45,41,37,38,42,43,44,46,47,49,50,51,52,53,54,55,57],prefetch_s:[2,3,49,53,54,42],get_loglevel:7,desir:17,flag:[2,3,49,52,22,25],broke:47,sens:25,known:47,cach:38,none:[3,8,10,19,7,18,12,23,25,46,29,2,31,32,41,37,38,39,42,43,11,47,49,51,52,53,54,55,34,57],midpri:35,aws_secret_access_kei:47,resolve_transport:10,histori:[14,47],remain:25,del:38,requeu:[2,31,3,49,33,53,54],delivery_tag:[53,3,31,8],def:[29,43,16,49,35,38,23,55],close_channel:[3,31],share:[20,46],dump_entri:29,accept:[54,2,49,23,47],cours:20,secur:16,rather:[2,47,3,49,54,56],anoth:[55,34],reject:[53,3,31,33],scienc:25,simpl:[29,14,2,49,47,35,36,52,21,54,27],unabl:23,resourc:[37,47,50,18,20,55,56],librabbitmq:[53,14,47,21],wait_multi:18,associ:[20,47,45,18,25],"short":18,django:[47,30,14,16,5,21,24,40],caus:[17,18,47],callback:[29,2,43,32,16,3,49,47,35,22,53,23,25,54,39,55,38,42],doesnotexist:24,queue_delet:[53,3,8,6],help:[16,14,19,47],queue_opt:[52,55],image_queu:16,held:[54,2,49],through:34,reconnect:[53,18],undeliver:[2,39],brokerconnect:[29,43,31,47,16,3,35,20,23,55,56],paramet:[2,11,3,49,47,45,18,20,38,39,25,54,55,46,56,12],itervalu:19,serializerregistri:11,reprcal:[38,35],exchang:[3,6,8,12,14,16,17,20,21,23,25,46,29,2,35,41,39,42,43,47,34,49,52,53,54,55,56],epol:47,wouldn:34,good:17,"return":[43,2,31,11,3,49,47,17,35,38,53,23,45,25,39,46,34,19,57],timestamp:[29,27,57],detect_environ:[9,47],framework:[16,14],cet:47,userid:[20,55,53,47],restore_unack:3,easili:[16,47],token:57,reactiv:[54,2,49],found:25,unicod:[11,17,47],memoryerror:47,send_as_task:35,monoton:27,realli:16,expect:[34,57],handle_messag:43,orient:16,safeti:57,channel_max:53,publish:[30,31,2,16,3,47,34,17,35,52,21,53,39,25,54,55,56],payload:[29,30,31,16,3,35,53,24,48],print:[29,16,34,49,35,38,23,55,56],qualifi:10,advanc:[16,2,49,54],pub:[16,20,34],beanstalkc:44,reason:16,base:[11,31,14,3,47,21,46],put:[29,3,31,53,52],sent_at:[48,24],pyyaml:[11,47],add_queue_from_dict:47,thread:[56,55,57,23,47],delivery_info:[3,31,53],heartbeat:53,oserror:[53,18],simple_task_queu:47,number:[0,2,47,3,20,38,23,54,39,55,57],feet:56,when_bound:[22,25],done:[2,3,49,25,54,55],blank:25,stabl:47,miss:17,is_bound:22,differ:[29,47,49,35,20,23],guest:[29,47,16,35,20,53,56],least:25,statement:16,scheme:[16,17,25],store:[1,47,16,20,38,40,25,46],premoli:6,option:[43,2,11,16,49,47,17,20,23,25,54,39,55,12,52],auto_delet:[47,3,53,25,54,46],bytes_to_str:4,eventio:47,process_media:16,part:[20,3,47,17,25],consult:[20,55,10],send_messag:47,whenev:47,remov:[29,31,47,3,53,25,19],serializernotinstal:11,str:[11,47],adher:3,packag:[16,11,54],imagin:34,built:[16,17,38,10,25,34],equival:[29,46],self:[29,11,49,35,52,38,23,55],also:[2,47,16,49,17,20,23,25,54,55,27,34],build:16,maybechannelbound:22,distribut:[16,27,47],previou:47,reach:38,priority_to_routing_kei:35,most:[16,55,57,25],"0x103643610":24,news_exchang:[56,25],on_consume_readi:23,exc:[2,49,35,38,23,55],clear:[52,19],cover:25,clean:56,usual:[43,3,55,11],miron:47,multi_cal:43,keyprefix_queu:41,on_consumer_end:49,nasdaq:[16,25],session:[54,1,39],fine:34,find:[54,2,49],clean_kombu_messag:[14,5,21],fxrang:38,copyright:[0,3,4,6,8,9,10,11,19,15,18,12,22,23,25,27,28,2,31,32,45,41,37,38,42,43,44,46,47,50,51,52,53,54,55,57],solut:16,couldn:55,queu:16,bernstein:47,unus:25,express:[17,47],resent:34,nativ:[16,20,17],mainten:47,fastest:34,get_queu:[43,8],restart:[34,25],bound_science_new:25,cyclic:47,rfc:18,common:[14,47,16,35,21,25,56,12],set:[38,2,31,46,11,3,49,47,50,17,20,22,53,23,25,54,39,55,27,56],dump:38,sep:[38,41],get_limit:37,see:[0,3,4,6,8,9,10,11,19,13,15,16,18,12,20,22,23,25,27,28,2,31,32,33,45,41,37,38,39,42,43,44,46,47,34,49,50,51,52,53,54,55,56,57],arg:[13,32,53,3,4,35,18,7,37,22,8,19,24,40,54,23,38,41,12,42],close:[29,44,47,16,3,49,53,50,18,41,20,8,6,25,54,52,55,56,42],someth:[29,47],particip:16,won:25,mutex:27,logwrap:51,httperror:28,altern:[2,49,17,20,25,54,55],signatur:[54,2,49,39,47],mailbox:[43,21],lowercas:47,infam:4,distinguish:47,both:[16,29,47,12,25],consumermixin:[49,23,35,47],last:[55,47,57,19,25],delimit:25,boto:8,tokensin:57,context:[29,43,47,18,20,38,23],whole:[54,2,49],load:20,simpli:16,point:3,instanti:[2,47,49,39,54,55],schedul:[3,50,21,14],header:[2,31,47,3,17,18,52,53,39,25,54,46,42],provok:18,shutdown:3,linux:47,backend:[54,46,15,47],ensure_connect:[55,47],stamp:27,due:[31,18],empti:[47,25],yadda:56,modern:17,ensure_byt:4,imag:[16,17],great:34,coordin:34,demand:47,stolen:[57,25],"while":[29,43,2,16,49,47,38,23],duran:47,behavior:47,error:[29,44,31,47,16,3,4,35,6,7,53,8,23,18,25,55,28,42],fun:[13,43,50,35,38,23,55,12],loop:55,ordereddict:47,readi:[2,3,49,23,25,54],no_ack_consum:53,itself:[54,2,49,47],weakref:32,shorter:47,decod:[2,31,11,3,49,47,17,45,21,53,23,54],resourcenotfound:28,"__repr__":13,optim:34,syn:[14,47,9,21],user:[29,14,47,16,36,20,55],chang:[3,47,56,14],recent:[55,33,47],lower:47,task:[16,47,23,35,36],older:[19,47],entri:[29,57,47],pickl:[16,11,47,17,35],rajith:25,cest:47,shortcut:[29,55,47],sslerror:47,is_enabled_for:7,default_encod:4,dataerror:47,pyamqplib:20,auto_declar:[54,2,49,39,47],format:[20,8,47],insert:19,bit:17,characterist:17,resolv:18,collect:3,api:[3,47,21,14],popular:16,deadletter_queu:47,often:56,acknowledg:[0,2,31,47,3,49,52,53,23,25,55],some:[16,27,34,17,47],back:[34,31,3,18,53,56],per:[56,17,47],prop:[53,12],retri:[2,47,38,39,54,23,55,12],slash:47,undoc:5,run:[4,23,35,49,47],step:[38,23],pika2:42,binding_kei:53,constraint:17,class_id:18,delivery_mod:[54,2,47,39,25],block:[29,47,35,52,55,56],"__future__":[29,35],within:[54,2,49],ensur:[2,47,16,3,22,39,54,55,12],durabl:[16,3,53,25,54,55,46],errno:47,question:[14,33],"long":[38,47,34,25],custom:[47,16,17,36,25,56,12],no_loc:53,includ:[27,17,10,47],collect_repli:12,forward:[47,27,23,25],properli:[47,25],channellimitexceed:[0,55],translat:47,sdb:8,line:55,connectionerror:53,info:[29,43,47,35,7,53,55],utf:11,connectionclos:42,consist:[16,25],caller:55,minhe:47,doesn:[33,8],repres:11,cure:25,guarante:3,amqp:[29,14,2,16,34,53,47,35,18,20,22,8,39,25,54,11,56,42],titl:56,my_pictur:17,codec:47,kombu:[0,1,2,3,4,6,7,8,9,10,11,19,13,14,15,16,17,18,12,20,21,22,23,24,25,26,27,28,29,30,31,32,35,45,37,38,39,40,41,42,43,44,46,47,48,49,50,51,52,53,54,55,56,57],deseri:[29,11,31,3,17,53],mongodb:[14,47,16,6,20,21],get_transport_cl:[55,10],drag:56,ago:34,algorithm:[16,57,25],far:34,hello:[35,47],pluggabl:16,code:[57,56,18,47],queri:[20,8],brokerst:[3,15],legal:8,channelclos:42,simplequeu:[29,52,55,47],base64:[17,47],send:[29,2,43,11,16,34,49,47,17,18,36,20,25,54,27,56],body_encod:47,aris:29,movsisyan:47,passiv:[53,3,47,25],reprkwarg:38,account:47,cellular:56,recip:57,abcast:43,iterconsum:54,ack_log_error:[3,53],"try":[0,2,43,47,49,35,38,23],race:47,maxsiz:19,"__copy__":47,pleas:[16,47],impli:25,smaller:[54,2,49,17],skvazh:47,video:[16,29],download:16,append:3,compat:[14,47,16,17,21,54,19],index:[16,14],routes_for:8,access:[13,3,47,25],kombu_log_connect:47,experiment:47,beanstalkcexcept:44,timeouterror:0,iteritem:19,len:52,bodi:[43,2,31,11,16,3,49,47,35,18,45,53,23,25,54,39,42],let:[56,47],ioerror:[44,53,18],becom:47,sinc:17,convert:[3,18,47],convers:46,larger:17,my_callback:16,implement:[47,16,3,33,20,23,55,46,57],fxrangemax:38,chanc:[38,50,12],appli:[2,47,49,23,54,55],app:56,beanstalk:[14,44,16,47,20,21],"boolean":17,redi:[14,47,16,41,20,21,46,56],usd:[16,25],from:[3,4,8,19,16,18,20,25,27,29,2,31,32,35,47,34,49,50,52,53,54,55,56,57],login_method:[55,47],commun:34,upgrad:47,next:[38,47],"transient":[29,47,53,25,55,34],message_to_python:[3,47,18,42],rabbit:16,shortstr:18,annoy:16,unacknowledg:[54,3,49,2],retriev:8,alia:[0,47,45,10,25],annot:7,tag:[3,47,25],fetch:[54,30],control:[54,2,49,47],process:[29,2,31,47,16,3,49,17,53,54,43,27,56],high:[16,34,35],carrot:[16,54,47],tarbal:16,connectionfailur:6,serial:[29,14,36,2,16,47,17,35,52,21,39,25,54,11,56],uuid4:[38,12],handle_cal:43,brian:47,memoiz:13,instead:[20,3,29,47],stock:[16,34,25],on_connection_error:23,reply_exchang:43,consistent_read:8,loglevel:[51,35,7],seriou:47,counter:[27,18,47],correspond:[3,46,47],issu:[16,56,18,47],allow:[16,47],ingress:56,move:[27,47],qsize:52,warren:16,clymer:28,willing:47,anyon:34,therefor:25,eur:[16,25],crash:[4,47],greater:27,python:[29,14,31,11,16,3,47,17,18,53,54,19,57],auto:[2,17,39,25,54,55,12],dan:47,dai:34,auth:47,unregist:[11,47],interval_max:[38,55],multiprocess:32,anyth:[56,47],queues2:49,februari:[21,36],mode:[47,34,25],on_iter:23,poolgroup:37,redeliv:[54,2,49],globe:34,channelpool:[55,47],our:[16,47,56,18,25],special:[16,11,56,25],out:[16,3,47,57,32],variabl:47,twice:22,req:12,ret:47,suitabl:11,shut:18,insid:17,"_kombu":41,bound_sicence_new:25,kilobyt:47,undo:[54,2,49],dictionari:[11,17,19],releas:[37,47,36,20,21,54,55,56],reset_aft:37,unwant:47,could:[34,47],ask:[0,3,4,8,9,10,19,14,15,16,18,12,22,23,25,27,2,31,32,33,45,41,37,38,42,43,11,46,47,49,50,51,52,53,54,55,57],david:[44,28,47],connectionlimitexceed:[0,55,56],channel_error:[44,1,53,31,18,8,23,6,40,55,28,42],issue10272:47,outsid:[16,23],cristian:47,softwar:[16,27],christoph:47,exchange_declar:[3,53],qualiti:[54,3,49,2,21],oldpika:47,basic_get:[3,53,42],ziegler:[44,47],mai:[2,34,49,17,18,20,25,54,55,56,57],retry_over_tim:38,prioriti:[2,3,35,18,53,39,25,54,42],token_bucket:57,start:[47,16,38,25,55,56],unknown:47,licens:[0,3,4,6,8,9,10,11,19,14,15,16,18,12,22,23,25,27,28,2,31,32,45,41,37,38,42,43,44,46,50,51,52,53,54,55,57],expected_tim:57,capac:57,messag:[0,1,3,8,12,14,16,17,18,20,21,23,24,25,27,29,2,31,33,34,36,35,39,40,42,43,11,46,47,48,49,52,53,54,55,56],monkei:47,pavel:47,"final":[43,14,47,21,32],get_nowait:52,shallow:19,message_data:[3,18],basic_cancel:[47,3,8,18,41,53],structur:[3,31,53,17,11],charact:[16,11,46,25],itermessag:12,bind:[2,16,3,49,6,41,22,8,25,54,46],"0x10263a990":19,"function":[13,14,47,56,45,21,38,23,10,25,55,28,12],kwdict:[38,35],terribl:47,py2:47,have:[29,2,47,16,34,49,17,20,38,23,25,54,39,55,56,12],disadvantag:17,need:[29,2,47,16,34,49,17,20,23,54,39,55,46,56],rout:[29,2,47,16,3,20,8,39,25,54,55,46],mid:35,mix:49,get_tabl:[46,3,8,6,41],which:[29,2,47,34,49,17,18,20,23,25,54,56,19],zlib:56,singl:[29,2,47,49,38,25,55,46,34],unless:11,who:35,deploi:34,rkei:[46,17],why:34,marshal:11,url:[20,55,36,47],request:[2,11,49,18,54,55,34],determin:25,fact:56,text:[16,4,7,18,45],sent:[2,31,47,16,3,49,17,53,25,54,34],raw_encod:11,anywai:34,setter:38,locat:47,forev:[38,56,55,47],should:[11,47,16,49,2,23,54,56,57],extra_context:23,local:[54,2,49,25],contribut:[16,14,47],beat:43,familiar:16,pypi:[16,54,47],maybe_conn_error:23,increas:[38,47],enabl:[2,47,16,3,49,52,53,39,54,55],directexchang:[3,46],contain:[47,3,11,25],get_decod:45,frame_max:53,allowed_method:18,basic_reject:[3,53],nitzan:47,lyon:47,correctli:[18,47],pattern:[16,8,34,25],written:34,nofreechannel:42,email:34,nowait:[53,3,42,25],kei:[29,2,47,16,3,39,25,54,55,46,19],addit:[29,2,47,20,38,23,25,54,39,55,12,52],mongod:47,equal:[54,2,49,50,19],etc:[16,17],instanc:[38,2,31,47,3,49,17,51,22,23,25,54,55,56,12],default_channel:[49,47],iterqueu:54,repeatlast:38,on_special_messag:49,solv:47,on_decode_error:[54,2,49,23,47],respect:[56,47],compon:47,operationfailur:6,json:[29,2,11,16,47,17,39,56],autoretri:47,treat:25,queue_declar:[53,3,47,25],immedi:[2,53,39,25,54,55,42],ghettoq:47,lopri:35,decim:17,queue_nam:[29,30],bye:35,process_next:54,plain:17,harder:20,defin:[29,16,3,18,22,23,25,46,34,12],create_channel:[3,31,53,18,42],eintr:47,layer:16,avi:16,apply_glob:[54,3,49,2],incom:27,reviv:[2,47,49,22,39,54],welcom:16,parti:34,cross:17,member:5,handl:[43,2,47,16,49,18],http:[16,54,57,28,47],hostnam:[20,29,55,43,47],max_item:8,logfil:7,fromkei:19,keyboardinterrupt:35,thought:27,exampl:[29,14,43,11,16,34,47,35,36,20,38,23,25,55,46,56],command:[43,12,47],choos:20,queue_purg:[3,53,42],latest:[16,47],"0x101805650":56,detail:[0,3,4,6,8,9,10,11,19,15,16,18,12,22,23,25,27,28,2,31,32,45,41,37,38,42,43,44,46,50,51,52,53,54,55,57],a_glob:42,percoco:6,simultan:0,add:[16,47],valid:20,is_al:18,bool:25,logger:[29,47,3,7,51,53],match:[16,46,47,18,25],gmt:47,include_password:47,know:56,password:[20,55,53,47],recurs:17,get_item:8,loss:[54,2,49,39],like:[29,16,56,17,25,34],lost:[2,47,39,25,54,23],basic_recov:3,necessari:[34,47],if_unusu:3,lose:34,async:[43,14,47,16,21,9],page:14,exceed:[0,38,55,47],didn:[34,47],gevent:[23,47],with_stat:[29,35],home:34,log_queu:29,transport:[1,3,6,8,10,14,15,16,18,20,21,24,26,46,28,30,31,36,41,40,42,44,47,48,50,53,55],tmp:16,lead:47,leak:47,avoid:[54,2,49,47],octet:[54,2,49],queues1:49,leav:[47,25],postencod:31,preload:55,encourag:[16,20],slight:17,usag:[55,27,47],vhost:8,host:[20,55,53,47],unsuccess:3,although:[54,2,49,25],basic_qo:[3,53,42],about:[16,56,25],actual:34,pika:[14,47,16,20,21,26,42],constructor:[43,3,55],discard:[3,31,53,55,18],anyjson:47,disabl:[2,47,16,3,49,20,39,54,52,55,56],topicexchang:[3,46],own:[31,47,20,25,27,56],easy_instal:16,automat:[2,47,16,49,39,25,54,55],ionel:47,list_bind:53,been:[0,2,31,47,16,3,49,22,53,23,54,39,55,56],transfer:[34,17],myqueu:29,safe_repr:4,deliveri:[47,34,25],simplejson:17,subscrib:[54,2,49,34],keyerror:47,gain:17,open_fil:38,overflow:[54,2,49],bug:[16,14,47],count:3,dispatch_method:18,whether:[20,22,25],record:34,limit:[0,14,43,2,3,49,47,17,37,21,23,54,55,56,12,57],indefinit:47,virtual_host:[20,55,53,47],basic_consum:[53,3,18,41,8,40,42],otherwis:[54,2,49,25],problem:[16,47],socketerror:44,evalu:13,"int":47,dure:[54,39],filenam:29,on_rev:[55,12,47],contextlib:29,pip:16,probabl:17,bzip2:35,brokertransport:47,virtual:[14,15,47,16,3,50,20,21,55,46],other:[2,49,17,18,20,54,27,34,19],lookup:[46,47],get_encod:45,rememb:[16,55,19],mpromis:13,fulli:[10,47],stai:[16,47],messagemanag:[30,24],experienc:47,sphinx:16,reliabl:[16,34,36],rule:[27,18],view_creat:28,cookbook:57},objtypes:{"0":"py:module","1":"py:method","2":"py:attribute","3":"py:data","4":"py:function","5":"py:class","6":"py:exception","7":"py:classmethod"},titles:["kombu.exceptions","kombu.transport.sqlalchemy","kombu.messaging","kombu.transport.virtual","String Encoding - kombu.utils.encoding","Django Management - clean_kombu_messages","kombu.transport.mongodb","Logging - kombu.log","kombu.transport.SQS","Async Utilities - kombu.syn","kombu.transport","kombu.serialization","Common Utilities - kombu.common","kombu.utils.functional","Kombu Documentation","kombu.transport.memory","kombu - AMQP Messaging Framework for Python","Serialization","kombu.transport.amqplib","Compat. utilities - kombu.utils.compat","Connections and transports","API Reference","kombu.compression","Mixin Classes - kombu.mixins","Django Models - kombu.transport.django.models","kombu.entity","kombu.transport.pika","Clocks and Synchronization - kombu.clocks","kombu.transport.couchdb","Simple Interface","Django Managers - kombu.transport.django.managers","kombu.transport.base","Finalize - kombu.utils.finalize","Frequently Asked Questions","Introduction","Examples","User Guide","General Pools - kombu.pools","Utilities - kombu.utils","Producers","kombu.transport.django","kombu.transport.redis","kombu.transport.pika","kombu.pidbox","kombu.transport.beanstalk","kombu.compression","kombu.transport.virtual.exchange","Change history","Models","Consumers","kombu.transport.virtual.scheduling","Debugging - kombu.utils.debug","kombu.simple","kombu.transport.librabbitmq","kombu.compat","kombu.connection","Connection and Producer Pools","Rate limiting - kombu.utils.limits"],objnames:{"0":["py","module","Python module"],"1":["py","method","Python method"],"2":["py","attribute","Python attribute"],"3":["py","data","Python data"],"4":["py","function","Python function"],"5":["py","class","Python class"],"6":["py","exception","Python exception"],"7":["py","classmethod","Python class method"]},filenames:["reference/kombu.exceptions","reference/kombu.transport.sqlalchemy","reference/kombu.messaging","reference/kombu.transport.virtual","reference/kombu.utils.encoding","reference/kombu.transport.django.management.commands.clean_kombu_messages","reference/kombu.transport.mongodb","reference/kombu.log","reference/kombu.transport.SQS","reference/kombu.syn","reference/kombu.transport","reference/kombu.serialization","reference/kombu.common","reference/kombu.utils.functional","index","reference/kombu.transport.memory","introduction","userguide/serialization","reference/kombu.transport.amqplib","reference/kombu.utils.compat","userguide/connections","reference/index","reference/kombu.abstract","reference/kombu.mixins","reference/kombu.transport.django.models","reference/kombu.entity","reference/kombu.transport.pika","reference/kombu.clocks","reference/kombu.transport.couchdb","userguide/simple","reference/kombu.transport.django.managers","reference/kombu.transport.base","reference/kombu.utils.finalize","faq","userguide/introduction","userguide/examples","userguide/index","reference/kombu.pools","reference/kombu.utils","userguide/producers","reference/kombu.transport.django","reference/kombu.transport.redis","reference/kombu.transport.pika2","reference/kombu.pidbox","reference/kombu.transport.beanstalk","reference/kombu.compression","reference/kombu.transport.virtual.exchange","changelog","reference/kombu.transport.sqlalchemy.models","userguide/consumers","reference/kombu.transport.virtual.scheduling","reference/kombu.utils.debug","reference/kombu.simple","reference/kombu.transport.librabbitmq","reference/kombu.compat","reference/kombu.connection","userguide/pools","reference/kombu.utils.limits"]}) \ No newline at end of file
diff --git a/userguide/connections.html b/userguide/connections.html
index bb2d2f31..3917b14e 100644
--- a/userguide/connections.html
+++ b/userguide/connections.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Connections and transports &mdash; Kombu 2.0.0 documentation</title>
+ <title>Connections and transports &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="User Guide" href="index.html" />
<link rel="next" title="Producers" href="producers.html" />
<link rel="prev" title="Introduction" href="introduction.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="introduction.html" title="Introduction"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -184,11 +184,11 @@ documentation for available options.</td>
<h2>Transport Comparison<a class="headerlink" href="#transport-comparison" title="Permalink to this headline">¶</a></h2>
<table border="1" class="docutils">
<colgroup>
-<col width="24%" />
+<col width="23%" />
<col width="16%" />
<col width="19%" />
-<col width="17%" />
-<col width="24%" />
+<col width="19%" />
+<col width="23%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><strong>Client</strong></td>
@@ -212,52 +212,52 @@ documentation for available options.</td>
<tr class="row-even"><td><em>redis</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id1">[1]</a></td>
<td>Yes (PUB/SUB)</td>
</tr>
<tr class="row-odd"><td><em>beanstalk</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id2">[1]</a></td>
<td>No</td>
</tr>
<tr class="row-even"><td><em>SQS</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
-<td>Yes[#]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id3">[1]</a></td>
+<td>Yes <a class="footnote-reference" href="#f2" id="id4">[2]</a></td>
</tr>
<tr class="row-odd"><td><em>mongodb</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id5">[1]</a></td>
<td>No</td>
</tr>
<tr class="row-even"><td><em>couchdb</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id6">[1]</a></td>
<td>No</td>
</tr>
<tr class="row-odd"><td><em>in-memory</em></td>
<td>Virtual</td>
<td>Yes</td>
-<td>Yes[*]_</td>
+<td>Yes <a class="footnote-reference" href="#f1" id="id7">[1]</a></td>
<td>No</td>
</tr>
</tbody>
</table>
-<table class="docutils footnote" frame="void" id="id1" rules="none">
+<table class="docutils footnote" frame="void" id="f1" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
-<tr><td class="label">[*]</td><td>Declarations only kept in memory, so exchanges/queues
+<tr><td class="label">[1]</td><td><em>(<a class="fn-backref" href="#id1">1</a>, <a class="fn-backref" href="#id2">2</a>, <a class="fn-backref" href="#id3">3</a>, <a class="fn-backref" href="#id5">4</a>, <a class="fn-backref" href="#id6">5</a>, <a class="fn-backref" href="#id7">6</a>)</em> Declarations only kept in memory, so exchanges/queues
must be declared by all clients that needs them.</td></tr>
</tbody>
</table>
-<table class="docutils footnote" frame="void" id="id2" rules="none">
+<table class="docutils footnote" frame="void" id="f2" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
-<tr><td class="label">[1]</td><td>Fanout supported via storing routing tables in SimpleDB.
+<tr><td class="label"><a class="fn-backref" href="#id4">[2]</a></td><td>Fanout supported via storing routing tables in SimpleDB.
Can be disabled by setting the <tt class="docutils literal"><span class="pre">supports_fanout</span></tt> transport option.</td></tr>
</tbody>
</table>
@@ -326,7 +326,7 @@ Can be disabled by setting the <tt class="docutils literal"><span class="pre">su
<li class="right" >
<a href="introduction.html" title="Introduction"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>
diff --git a/userguide/consumers.html b/userguide/consumers.html
index 7c2675d6..3d5a6864 100644
--- a/userguide/consumers.html
+++ b/userguide/consumers.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Consumers &mdash; Kombu 2.0.0 documentation</title>
+ <title>Consumers &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="User Guide" href="index.html" />
<link rel="next" title="Examples" href="examples.html" />
<link rel="prev" title="Producers" href="producers.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="producers.html" title="Producers"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -189,12 +189,6 @@ mean the server will not send any more messages for this consumer.</p>
<dl class="method">
<dt>
-<tt class="descclassname">Consumer.</tt><tt class="descname">consume</tt><big>(</big><em>no_ack=None</em><big>)</big></dt>
-<dd><p>Register consumer on server.</p>
-</dd></dl>
-
-<dl class="method">
-<dt>
<tt class="descclassname">Consumer.</tt><tt class="descname">declare</tt><big>(</big><big>)</big></dt>
<dd><p>Declare queues, exchanges and bindings.</p>
<p>This is done automatically at instantiation if <tt class="xref py py-attr docutils literal"><span class="pre">auto_declare</span></tt>
@@ -236,7 +230,7 @@ that occurred while trying to decode it.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This will <em>delete all ready messages</em>, there is no
-undo operation available.</p>
+undo operation.</p>
</div>
</dd></dl>
@@ -404,7 +398,7 @@ and the <cite>Message</cite> instance (a subclass of
<li class="right" >
<a href="producers.html" title="Producers"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>
diff --git a/userguide/examples.html b/userguide/examples.html
index 69d48c9a..a8dbcf26 100644
--- a/userguide/examples.html
+++ b/userguide/examples.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Examples &mdash; Kombu 2.0.0 documentation</title>
+ <title>Examples &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="User Guide" href="index.html" />
<link rel="next" title="Simple Interface" href="simple.html" />
<link rel="prev" title="Consumers" href="consumers.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="consumers.html" title="Consumers"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -213,7 +213,7 @@ for priorities using different queues.</p>
<li class="right" >
<a href="consumers.html" title="Consumers"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>
diff --git a/userguide/index.html b/userguide/index.html
index e1e54667..d3d8873d 100644
--- a/userguide/index.html
+++ b/userguide/index.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>User Guide &mdash; Kombu 2.0.0 documentation</title>
+ <title>User Guide &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="next" title="Introduction" href="introduction.html" />
<link rel="prev" title="kombu - AMQP Messaging Framework for Python" href="../introduction.html" />
</head>
@@ -44,7 +44,7 @@
<li class="right" >
<a href="../introduction.html" title="kombu - AMQP Messaging Framework for Python"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
@@ -59,9 +59,9 @@
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Release:</th><td class="field-body">2.0</td>
+<tr class="field-odd field"><th class="field-name">Release:</th><td class="field-body">2.1</td>
</tr>
-<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">January 15, 2012</td>
+<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">February 04, 2012</td>
</tr>
</tbody>
</table>
@@ -165,7 +165,7 @@
<li class="right" >
<a href="../introduction.html" title="kombu - AMQP Messaging Framework for Python"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/userguide/introduction.html b/userguide/introduction.html
index 93317406..3ea7de24 100644
--- a/userguide/introduction.html
+++ b/userguide/introduction.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Introduction &mdash; Kombu 2.0.0 documentation</title>
+ <title>Introduction &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="User Guide" href="index.html" />
<link rel="next" title="Connections and transports" href="connections.html" />
<link rel="prev" title="User Guide" href="index.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="index.html" title="User Guide"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -199,7 +199,7 @@ applications this is a necessary cost.</p>
<li class="right" >
<a href="index.html" title="User Guide"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>
diff --git a/userguide/pools.html b/userguide/pools.html
index 6ea90cc0..dcdcf514 100644
--- a/userguide/pools.html
+++ b/userguide/pools.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Connection and Producer Pools &mdash; Kombu 2.0.0 documentation</title>
+ <title>Connection and Producer Pools &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="User Guide" href="index.html" />
<link rel="next" title="Serialization" href="serialization.html" />
<link rel="prev" title="Simple Interface" href="simple.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="simple.html" title="Simple Interface"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -267,7 +267,7 @@ argument:</p>
<li class="right" >
<a href="simple.html" title="Simple Interface"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>
diff --git a/userguide/producers.html b/userguide/producers.html
index 887bb4c4..5528d18a 100644
--- a/userguide/producers.html
+++ b/userguide/producers.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Producers &mdash; Kombu 2.0.0 documentation</title>
+ <title>Producers &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="User Guide" href="index.html" />
<link rel="next" title="Consumers" href="consumers.html" />
<link rel="prev" title="Connections and transports" href="connections.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="connections.html" title="Connections and transports"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -117,8 +117,8 @@ to <tt class="xref py py-const docutils literal"><span class="pre">False</span><
<dt>
<tt class="descclassname">Producer.</tt><tt class="descname">declare</tt><big>(</big><big>)</big></dt>
<dd><p>Declare the exchange.</p>
-<p>This is done automatically at instantiation if <tt class="xref py py-attr docutils literal"><span class="pre">auto_declare</span></tt>
-is set to <tt class="xref py py-const docutils literal"><span class="pre">True</span></tt>.</p>
+<p>This happens automatically at instantiation if
+<tt class="xref py py-attr docutils literal"><span class="pre">auto_declare</span></tt> is enabled.</p>
</dd></dl>
<dl class="attribute">
@@ -127,6 +127,13 @@ is set to <tt class="xref py py-const docutils literal"><span class="pre">True</
<dd><p>Default exchange.</p>
</dd></dl>
+<dl class="method">
+<dt>
+<tt class="descclassname">Producer.</tt><tt class="descname">maybe_declare</tt><big>(</big><em>entity</em>, <em>retry=False</em>, <em>**retry_policy</em><big>)</big></dt>
+<dd><p>Declare the exchange if it hasn&#8217;t already been declared
+during this session.</p>
+</dd></dl>
+
<dl class="attribute">
<dt>
<tt class="descclassname">Producer.</tt><tt class="descname">on_return</tt><em class="property"> = None</em></dt>
@@ -151,11 +158,19 @@ is set to <tt class="xref py py-const docutils literal"><span class="pre">True</
<li><strong>content_type</strong> &#8211; Content type. Default is auto-detect.</li>
<li><strong>content_encoding</strong> &#8211; Content encoding. Default is auto-detect.</li>
<li><strong>serializer</strong> &#8211; Serializer to use. Default is auto-detect.</li>
+<li><strong>compression</strong> &#8211; Compression method to use. Default is none.</li>
<li><strong>headers</strong> &#8211; Mapping of arbitrary headers to pass along
with the message body.</li>
<li><strong>exchange</strong> &#8211; Override the exchange. Note that this exchange
must have been declared.</li>
-<li><strong>properties</strong> &#8211; Additional properties, see the AMQP spec.</li>
+<li><strong>declare</strong> &#8211; Optional list of required entities that must
+have been declared before publishing the message. The entities
+will be declared using <a class="reference internal" href="../reference/kombu.common.html#kombu.common.maybe_declare" title="kombu.common.maybe_declare"><tt class="xref py py-func docutils literal"><span class="pre">maybe_declare()</span></tt></a>.</li>
+<li><strong>retry</strong> &#8211; Retry publishing, or declaring entities if the
+connection is lost.</li>
+<li><strong>retry_policy</strong> &#8211; Retry configuration, this is the keywords
+supported by <tt class="xref py py-meth docutils literal"><span class="pre">ensure()</span></tt>.</li>
+<li><strong>**properties</strong> &#8211; Additional message properties, see AMQP spec.</li>
</ul>
</td>
</tr>
@@ -241,7 +256,7 @@ must have been declared.</li>
<li class="right" >
<a href="connections.html" title="Connections and transports"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>
diff --git a/userguide/serialization.html b/userguide/serialization.html
index 846bbf15..12633c3e 100644
--- a/userguide/serialization.html
+++ b/userguide/serialization.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Serialization &mdash; Kombu 2.0.0 documentation</title>
+ <title>Serialization &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="User Guide" href="index.html" />
<link rel="next" title="Frequently Asked Questions" href="../faq.html" />
<link rel="prev" title="Connection and Producer Pools" href="pools.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="pools.html" title="Connection and Producer Pools"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -95,7 +95,7 @@ cross-language compatibility, then <cite>YAML</cite> may be a better fit
than the above.</p>
</dd>
</dl>
-<p>To instruct carrot to use an alternate serialization method,
+<p>To instruct <cite>Kombu</cite> to use an alternate serialization method,
use one of the following options.</p>
<blockquote>
<div><ol class="arabic">
@@ -121,7 +121,7 @@ content-type is sent as a message header.</p>
<div class="section" id="sending-raw-data-without-serialization">
<span id="sending-raw-data"></span><h2>Sending raw data without Serialization<a class="headerlink" href="#sending-raw-data-without-serialization" title="Permalink to this headline">¶</a></h2>
<p>In some cases, you don&#8217;t need your message data to be serialized. If you
-pass in a plain string or Unicode object as your message, then carrot will
+pass in a plain string or Unicode object as your message, then <cite>Kombu</cite> will
not waste cycles serializing/deserializing the data.</p>
<p>You can optionally specify a <cite>content_type</cite> and <cite>content_encoding</cite>
for the raw data:</p>
@@ -197,7 +197,7 @@ for the raw data:</p>
<li class="right" >
<a href="pools.html" title="Connection and Producer Pools"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>
diff --git a/userguide/simple.html b/userguide/simple.html
index 354b0738..09ab6c38 100644
--- a/userguide/simple.html
+++ b/userguide/simple.html
@@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Simple Interface &mdash; Kombu 2.0.0 documentation</title>
+ <title>Simple Interface &mdash; Kombu 2.1.0 documentation</title>
<link rel="stylesheet" href="../_static/celery.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '2.0.0',
+ VERSION: '2.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,7 +24,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="Kombu 2.0.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.0 documentation" href="../index.html" />
<link rel="up" title="User Guide" href="index.html" />
<link rel="next" title="Connection and Producer Pools" href="pools.html" />
<link rel="prev" title="Examples" href="examples.html" />
@@ -45,7 +45,7 @@
<li class="right" >
<a href="examples.html" title="Examples"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -220,7 +220,7 @@ to produce and consume logging messages:</p>
<li class="right" >
<a href="examples.html" title="Examples"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.0.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>