summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-04-03 16:24:01 +0100
committerAsk Solem <ask@celeryproject.org>2012-04-03 16:24:01 +0100
commit66b1efe3f9189828bb5edbc7552489d1957eee35 (patch)
tree351df2423fd9658dc2548b3f10ebb5974ccb1f93
parent10789fb1de7ea547f17010a399aa7b4236100813 (diff)
downloadkombu-66b1efe3f9189828bb5edbc7552489d1957eee35.tar.gz
Rendered documentation for Github Pages.
-rw-r--r--_sources/changelog.txt102
-rw-r--r--_sources/introduction.txt4
-rw-r--r--_sources/reference/index.txt1
-rw-r--r--_sources/reference/kombu.utils.functional.txt3
-rw-r--r--changelog.html238
-rw-r--r--faq.html10
-rw-r--r--genindex.html54
-rw-r--r--index.html26
-rw-r--r--introduction.html18
-rw-r--r--objects.invbin9488 -> 9625 bytes
-rw-r--r--py-modindex.html15
-rw-r--r--reference/index.html13
-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.html12
-rw-r--r--reference/kombu.compression.html10
-rw-r--r--reference/kombu.connection.html10
-rw-r--r--reference/kombu.entity.html14
-rw-r--r--reference/kombu.exceptions.html10
-rw-r--r--reference/kombu.log.html10
-rw-r--r--reference/kombu.messaging.html10
-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.html12
-rw-r--r--reference/kombu.transport.amqplib.html12
-rw-r--r--reference/kombu.transport.base.html10
-rw-r--r--reference/kombu.transport.beanstalk.html12
-rw-r--r--reference/kombu.transport.couchdb.html12
-rw-r--r--reference/kombu.transport.django.html12
-rw-r--r--reference/kombu.transport.django.management.commands.clean_kombu_messages.html10
-rw-r--r--reference/kombu.transport.django.managers.html17
-rw-r--r--reference/kombu.transport.django.models.html14
-rw-r--r--reference/kombu.transport.html10
-rw-r--r--reference/kombu.transport.librabbitmq.html17
-rw-r--r--reference/kombu.transport.memory.html12
-rw-r--r--reference/kombu.transport.mongodb.html12
-rw-r--r--reference/kombu.transport.pika.html10
-rw-r--r--reference/kombu.transport.pika2.html12
-rw-r--r--reference/kombu.transport.redis.html20
-rw-r--r--reference/kombu.transport.sqlalchemy.html12
-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.html17
-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.html20
-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.html10
-rw-r--r--userguide/consumers.html10
-rw-r--r--userguide/examples.html10
-rw-r--r--userguide/index.html20
-rw-r--r--userguide/introduction.html10
-rw-r--r--userguide/pools.html10
-rw-r--r--userguide/producers.html10
-rw-r--r--userguide/serialization.html10
-rw-r--r--userguide/simple.html10
67 files changed, 706 insertions, 403 deletions
diff --git a/_sources/changelog.txt b/_sources/changelog.txt
index c0b6bb46..9624fabf 100644
--- a/_sources/changelog.txt
+++ b/_sources/changelog.txt
@@ -2,6 +2,82 @@
Change history
================
+.. _version-2.1.4:
+
+2.1.4
+=====
+:release-date: 2012-04-03 4:00 P.M GMT
+
+* MongoDB: URL parsing are now delegated to the pymongo library
+ (Fixes Issue #103 and Issue #87).
+
+ Fix contributed by Flavio Percoco Premoli and James Sullivan
+
+* SQS: A bug caused SimpleDB to be used even if sdb persistence
+ was not enabled (Issue #108).
+
+ Fix contributed by Anand Kumria.
+
+* Django: Transaction was committed in the wrong place, causing
+ data cleanup to fail (Issue #115).
+
+ Fix contributed by Daisuke Fujiwara.
+
+* MongoDB: Now supports replica set URLs.
+
+ Contributed by Flavio Percoco Premoli.
+
+* Redis: Now raises a channel error if a queue key that is currently
+ being consumed from disappears.
+
+ Fix contributed by Stephan Jaekel.
+
+* All transport 'channel_errors' lists now includes
+ :exc:`~kombu.exception.StdChannelError`.
+
+* All kombu exceptions now inherit from a common
+ :exc:`~kombu.exceptions.KombuError`.
+
+.. _version-2.1.3:
+
+2.1.3
+=====
+:release-date: 2012-03-20 3:00 P.M GMT
+:by: Ask Solem
+
+* Fixes Jython compatibility issues.
+
+* Fixes Python 2.5 compatibility issues.
+
+.. _version-2.1.2:
+
+2.1.2
+=====
+:release-date: 2012-03-01 01:00 P.M GMT
+:by: Ask Solem
+
+* amqplib: Last version broke SSL support.
+
+.. _version-2.1.1:
+
+2.1.1
+=====
+:release-date: 2012-02-24 02:00 P.M GMT
+:by: Ask Solem
+
+* Connection URLs now supports encoded characters.
+
+* Fixed a case where connection pool could not recover from connection loss.
+
+ Fix contributed by Florian Munz.
+
+* We now patch amqplib's ``__del__`` method to skip trying to close the socket
+ if it is not connected, as this resulted in an annoying warning.
+
+* Compression can now be used with binary message payloads.
+
+ Fix contributed by Steeve Morin.
+
.. _version-2.1.0:
2.1.0
@@ -13,6 +89,12 @@
Contributed by Scott Lyons.
+* amqplib: Now detects broken connections by using ``MSG_PEEK``.
+
+* pylibrabbitmq: Now supports ``basic_get`` (Issue #97).
+
+* gevent: Now always uses the ``select`` polling backend.
+
* pika transport: Now works with pika 0.9.5 and 0.9.6dev.
The old pika transport (supporting 0.5.x) is now available
@@ -21,6 +103,20 @@
(Note terribly latency has been experienced with the new pika
versions, so this is still an experimental transport).
+* Virtual transports: can now set polling interval via the
+ transport options (Issue #96).
+
+ Example::
+
+ >>> BrokerConnection("sqs://", transport_options={
+ ... "polling_interval": 5.0})
+
+ The default interval is transport specific, but usually
+ 1.0s (or 5.0s for the Django database transport, which
+ can also be set using the ``KOMBU_POLLING_INTERVAL`` setting).
+
+* Adds convenience function: :func:`kombu.common.eventloop`.
+
.. _version-2.0.0:
2.0.0
@@ -31,12 +127,12 @@
.. _v200-important:
Important Notes
-===============
+---------------
.. _v200-python-compatibility:
Python Compatibility
---------------------
+~~~~~~~~~~~~~~~~~~~~
* No longer supports Python 2.4.
@@ -50,7 +146,7 @@ Python Compatibility
.. _v200-new-transports:
New Transports
---------------
+~~~~~~~~~~~~~~
* ``django-kombu`` is now part of Kombu core.
diff --git a/_sources/introduction.txt b/_sources/introduction.txt
index a239476d..e03abecb 100644
--- a/_sources/introduction.txt
+++ b/_sources/introduction.txt
@@ -1,8 +1,8 @@
#############################################
- kombu - AMQP Messaging Framework for Python
+ kombu - Messaging Framework for Python
#############################################
-:Version: 2.1.0
+:Version: 2.1.3
Synopsis
========
diff --git a/_sources/reference/index.txt b/_sources/reference/index.txt
index 5f2b07b3..081e298f 100644
--- a/_sources/reference/index.txt
+++ b/_sources/reference/index.txt
@@ -52,3 +52,4 @@
kombu.utils.encoding
kombu.utils.functional
kombu.utils.finalize
+ kombu.utils.url
diff --git a/_sources/reference/kombu.utils.functional.txt b/_sources/reference/kombu.utils.functional.txt
index febf53e3..ffe1fbbe 100644
--- a/_sources/reference/kombu.utils.functional.txt
+++ b/_sources/reference/kombu.utils.functional.txt
@@ -1,4 +1,5 @@
-kombu.utils.functional
+==========================================================
+ kombu.utils.functional
==========================================================
.. contents::
diff --git a/changelog.html b/changelog.html
index 6fe80305..a59996ae 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.1.0 documentation</title>
+ <title>Change history &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,8 +24,8 @@
<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.1.0 documentation" href="index.html" />
- <link rel="prev" title="Finalize - kombu.utils.finalize" href="reference/kombu.utils.finalize.html" />
+ <link rel="top" title="Kombu 2.1.3 documentation" href="index.html" />
+ <link rel="prev" title="kombu.utils.url" href="reference/kombu.utils.url.html" />
</head>
<body>
<div class="related">
@@ -38,9 +38,9 @@
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
- <a href="reference/kombu.utils.finalize.html" title="Finalize - kombu.utils.finalize"
+ <a href="reference/kombu.utils.url.html" title="kombu.utils.url"
accesskey="P">previous</a> |</li>
- <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
@@ -51,8 +51,119 @@
<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-4">
+<span id="id1"></span><h2>2.1.4<a class="headerlink" href="#version-2-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" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">release-date:</th><td class="field-body">2012-04-03 4:00 P.M GMT</td>
+</tr>
+</tbody>
+</table>
+<ul>
+<li><p class="first">MongoDB: URL parsing are now delegated to the pymongo library
+(Fixes Issue #103 and Issue #87).</p>
+<blockquote>
+<div><p>Fix contributed by Flavio Percoco Premoli and James Sullivan</p>
+</div></blockquote>
+</li>
+<li><p class="first">SQS: A bug caused SimpleDB to be used even if sdb persistence
+was not enabled (Issue #108).</p>
+<blockquote>
+<div><p>Fix contributed by Anand Kumria.</p>
+</div></blockquote>
+</li>
+<li><p class="first">Django: Transaction was committed in the wrong place, causing
+data cleanup to fail (Issue #115).</p>
+<blockquote>
+<div><p>Fix contributed by Daisuke Fujiwara.</p>
+</div></blockquote>
+</li>
+<li><p class="first">MongoDB: Now supports replica set URLs.</p>
+<blockquote>
+<div><p>Contributed by Flavio Percoco Premoli.</p>
+</div></blockquote>
+</li>
+<li><p class="first">Redis: Now raises a channel error if a queue key that is currently
+being consumed from disappears.</p>
+<blockquote>
+<div><p>Fix contributed by Stephan Jaekel.</p>
+</div></blockquote>
+</li>
+<li><p class="first">All transport &#8216;channel_errors&#8217; lists now includes
+<tt class="xref py py-exc docutils literal"><span class="pre">StdChannelError</span></tt>.</p>
+</li>
+<li><p class="first">All kombu exceptions now inherit from a common
+<tt class="xref py py-exc docutils literal"><span class="pre">KombuError</span></tt>.</p>
+</li>
+</ul>
+</div>
+<div class="section" id="version-2-1-3">
+<span id="id2"></span><h2>2.1.3<a class="headerlink" href="#version-2-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" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">release-date:</th><td class="field-body">2012-03-20 3:00 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 class="simple">
+<li>Fixes Jython compatibility issues.</li>
+<li>Fixes Python 2.5 compatibility issues.</li>
+</ul>
+</div>
+<div class="section" id="version-2-1-2">
+<span id="id3"></span><h2>2.1.2<a class="headerlink" href="#version-2-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" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">release-date:</th><td class="field-body">2012-03-01 01:00 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 class="simple">
+<li>amqplib: Last version broke SSL support.</li>
+</ul>
+</div>
+<div class="section" id="version-2-1-1">
+<span id="id4"></span><h2>2.1.1<a class="headerlink" href="#version-2-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" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">release-date:</th><td class="field-body">2012-02-24 02:00 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">Connection URLs now supports encoded characters.</p>
+</li>
+<li><p class="first">Fixed a case where connection pool could not recover from connection loss.</p>
+<blockquote>
+<div><p>Fix contributed by Florian Munz.</p>
+</div></blockquote>
+</li>
+<li><p class="first">We now patch amqplib&#8217;s <tt class="docutils literal"><span class="pre">__del__</span></tt> method to skip trying to close the socket
+if it is not connected, as this resulted in an annoying warning.</p>
+</li>
+<li><p class="first">Compression can now be used with binary message payloads.</p>
+<blockquote>
+<div><p>Fix contributed by Steeve Morin.</p>
+</div></blockquote>
+</li>
+</ul>
+</div>
<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>
+<span id="id5"></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" />
@@ -69,6 +180,12 @@
<div><p>Contributed by Scott Lyons.</p>
</div></blockquote>
</li>
+<li><p class="first">amqplib: Now detects broken connections by using <tt class="docutils literal"><span class="pre">MSG_PEEK</span></tt>.</p>
+</li>
+<li><p class="first">pylibrabbitmq: Now supports <tt class="docutils literal"><span class="pre">basic_get</span></tt> (Issue #97).</p>
+</li>
+<li><p class="first">gevent: Now always uses the <tt class="docutils literal"><span class="pre">select</span></tt> polling backend.</p>
+</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
@@ -77,10 +194,25 @@ as alias <tt class="docutils literal"><span class="pre">oldpika</span></tt>.</p>
versions, so this is still an experimental transport).</p>
</div></blockquote>
</li>
+<li><p class="first">Virtual transports: can now set polling interval via the
+transport options (Issue #96).</p>
+<blockquote>
+<div><p>Example:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">BrokerConnection</span><span class="p">(</span><span class="s">&quot;sqs://&quot;</span><span class="p">,</span> <span class="n">transport_options</span><span class="o">=</span><span class="p">{</span>
+<span class="gp">... </span> <span class="s">&quot;polling_interval&quot;</span><span class="p">:</span> <span class="mf">5.0</span><span class="p">})</span>
+</pre></div>
+</div>
+<p>The default interval is transport specific, but usually
+1.0s (or 5.0s for the Django database transport, which
+can also be set using the <tt class="docutils literal"><span class="pre">KOMBU_POLLING_INTERVAL</span></tt> setting).</p>
+</div></blockquote>
+</li>
+<li><p class="first">Adds convenience function: <tt class="xref py py-func docutils literal"><span class="pre">kombu.common.eventloop()</span></tt>.</p>
+</li>
</ul>
</div>
<div class="section" id="version-2-0-0">
-<span id="id2"></span><h2>2.0.0<a class="headerlink" href="#version-2-0-0" title="Permalink to this headline">¶</a></h2>
+<span id="id6"></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" />
@@ -91,11 +223,10 @@ versions, so this is still an experimental transport).</p>
</tr>
</tbody>
</table>
-</div>
<div class="section" id="important-notes">
-<span id="v200-important"></span><h2>Important Notes<a class="headerlink" href="#important-notes" title="Permalink to this headline">¶</a></h2>
+<span id="v200-important"></span><h3>Important Notes<a class="headerlink" href="#important-notes" title="Permalink to this headline">¶</a></h3>
<div class="section" id="python-compatibility">
-<span id="v200-python-compatibility"></span><h3>Python Compatibility<a class="headerlink" href="#python-compatibility" title="Permalink to this headline">¶</a></h3>
+<span id="v200-python-compatibility"></span><h4>Python Compatibility<a class="headerlink" href="#python-compatibility" title="Permalink to this headline">¶</a></h4>
<ul>
<li><p class="first">No longer supports Python 2.4.</p>
<blockquote>
@@ -108,7 +239,7 @@ maintain it.</p>
</ul>
</div>
<div class="section" id="new-transports">
-<span id="v200-new-transports"></span><h3>New Transports<a class="headerlink" href="#new-transports" title="Permalink to this headline">¶</a></h3>
+<span id="v200-new-transports"></span><h4>New Transports<a class="headerlink" href="#new-transports" title="Permalink to this headline">¶</a></h4>
<ul>
<li><p class="first"><tt class="docutils literal"><span class="pre">django-kombu</span></tt> is now part of Kombu core.</p>
<blockquote>
@@ -145,6 +276,7 @@ with the new version.</p>
</li>
</ul>
</div>
+</div>
<div class="section" id="news">
<span id="v200-news"></span><h3>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h3>
<ul>
@@ -194,7 +326,7 @@ that should be declared before the message is published.</p>
</div>
</div>
<div class="section" id="version-1-5-1">
-<span id="id3"></span><h2>1.5.1<a class="headerlink" href="#version-1-5-1" title="Permalink to this headline">¶</a></h2>
+<span id="id7"></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" />
@@ -224,7 +356,7 @@ One example would be to disable the Pickle serializer:</p>
</ul>
</div>
<div class="section" id="version-1-5-0">
-<span id="id4"></span><h2>1.5.0<a class="headerlink" href="#version-1-5-0" title="Permalink to this headline">¶</a></h2>
+<span id="id8"></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" />
@@ -298,7 +430,7 @@ were not yet properly initialized (Issue #78).</p>
</ul>
</div>
<div class="section" id="version-1-4-3">
-<span id="id5"></span><h2>1.4.3<a class="headerlink" href="#version-1-4-3" title="Permalink to this headline">¶</a></h2>
+<span id="id9"></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" />
@@ -312,7 +444,7 @@ were not yet properly initialized (Issue #78).</p>
</ul>
</div>
<div class="section" id="version-1-4-2">
-<span id="id6"></span><h2>1.4.2<a class="headerlink" href="#version-1-4-2" title="Permalink to this headline">¶</a></h2>
+<span id="id10"></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" />
@@ -352,7 +484,7 @@ by <cite>on_decode_error</cite> (Issue #72)</p>
</ul>
</div>
<div class="section" id="version-1-4-1">
-<span id="id7"></span><h2>1.4.1<a class="headerlink" href="#version-1-4-1" title="Permalink to this headline">¶</a></h2>
+<span id="id11"></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" />
@@ -369,7 +501,7 @@ established for every acquire.</li>
</ul>
</div>
<div class="section" id="version-1-4-0">
-<span id="id8"></span><h2>1.4.0<a class="headerlink" href="#version-1-4-0" title="Permalink to this headline">¶</a></h2>
+<span id="id12"></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" />
@@ -439,7 +571,7 @@ of Lamports logical clock.</p>
</ul>
</div>
<div class="section" id="version-1-3-5">
-<span id="id9"></span><h2>1.3.5<a class="headerlink" href="#version-1-3-5" title="Permalink to this headline">¶</a></h2>
+<span id="id13"></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" />
@@ -455,7 +587,7 @@ of Lamports logical clock.</p>
</ul>
</div>
<div class="section" id="version-1-3-4">
-<span id="id10"></span><h2>1.3.4<a class="headerlink" href="#version-1-3-4" title="Permalink to this headline">¶</a></h2>
+<span id="id14"></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" />
@@ -471,7 +603,7 @@ of Lamports logical clock.</p>
</ul>
</div>
<div class="section" id="version-1-3-3">
-<span id="id11"></span><h2>1.3.3<a class="headerlink" href="#version-1-3-3" title="Permalink to this headline">¶</a></h2>
+<span id="id15"></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" />
@@ -487,7 +619,7 @@ of Lamports logical clock.</p>
</ul>
</div>
<div class="section" id="version-1-3-2">
-<span id="id12"></span><h2>1.3.2<a class="headerlink" href="#version-1-3-2" title="Permalink to this headline">¶</a></h2>
+<span id="id16"></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" />
@@ -510,7 +642,7 @@ than the previous limit.</li>
</ul>
</div>
<div class="section" id="version-1-3-1">
-<span id="id13"></span><h2>1.3.1<a class="headerlink" href="#version-1-3-1" title="Permalink to this headline">¶</a></h2>
+<span id="id17"></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" />
@@ -542,7 +674,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="id14"></span><h2>1.3.0<a class="headerlink" href="#version-1-3-0" title="Permalink to this headline">¶</a></h2>
+<span id="id18"></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" />
@@ -659,7 +791,7 @@ attribute.</p>
</ul>
</div>
<div class="section" id="version-1-2-1">
-<span id="id15"></span><h2>1.2.1<a class="headerlink" href="#version-1-2-1" title="Permalink to this headline">¶</a></h2>
+<span id="id19"></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" />
@@ -709,7 +841,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="id16"></span><h2>1.2.0<a class="headerlink" href="#version-1-2-0" title="Permalink to this headline">¶</a></h2>
+<span id="id20"></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" />
@@ -730,7 +862,7 @@ arguments (Issue #48).</li>
</ul>
</div>
<div class="section" id="version-1-1-6">
-<span id="id17"></span><h2>1.1.6<a class="headerlink" href="#version-1-1-6" title="Permalink to this headline">¶</a></h2>
+<span id="id21"></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" />
@@ -764,7 +896,7 @@ error.</p>
</ul>
</div>
<div class="section" id="version-1-1-5">
-<span id="id18"></span><h2>1.1.5<a class="headerlink" href="#version-1-1-5" title="Permalink to this headline">¶</a></h2>
+<span id="id22"></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" />
@@ -778,7 +910,7 @@ error.</p>
</ul>
</div>
<div class="section" id="version-1-1-4">
-<span id="id19"></span><h2>1.1.4<a class="headerlink" href="#version-1-1-4" title="Permalink to this headline">¶</a></h2>
+<span id="id23"></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" />
@@ -814,7 +946,7 @@ keyword argument.</p>
</ul>
</div>
<div class="section" id="version-1-1-3">
-<span id="id20"></span><h2>1.1.3<a class="headerlink" href="#version-1-1-3" title="Permalink to this headline">¶</a></h2>
+<span id="id24"></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" />
@@ -848,7 +980,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="id21"></span><h2>1.1.2<a class="headerlink" href="#version-1-1-2" title="Permalink to this headline">¶</a></h2>
+<span id="id25"></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" />
@@ -870,7 +1002,7 @@ issues.</p>
</ul>
</div>
<div class="section" id="version-1-1-1">
-<span id="id22"></span><h2>1.1.1<a class="headerlink" href="#version-1-1-1" title="Permalink to this headline">¶</a></h2>
+<span id="id26"></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" />
@@ -885,7 +1017,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="id23"></span><h2>1.1.0<a class="headerlink" href="#version-1-1-0" title="Permalink to this headline">¶</a></h2>
+<span id="id27"></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" />
@@ -895,7 +1027,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="id24"></span><h3>Important Notes<a class="headerlink" href="#v110-important" title="Permalink to this headline">¶</a></h3>
+<span id="id28"></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>
@@ -973,7 +1105,7 @@ log messages for connection related actions.</p>
</div>
</div>
<div class="section" id="version-1-0-7">
-<span id="id25"></span><h2>1.0.7<a class="headerlink" href="#version-1-0-7" title="Permalink to this headline">¶</a></h2>
+<span id="id29"></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" />
@@ -1023,8 +1155,8 @@ set (Issue #8).</p>
</li>
</ul>
</div>
-<div class="section" id="id26">
-<h2>1.0.6<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="id30">
+<h2>1.0.6<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
@@ -1070,7 +1202,7 @@ Channel open
</ul>
</div>
<div class="section" id="version-1-0-5">
-<span id="id27"></span><h2>1.0.5<a class="headerlink" href="#version-1-0-5" title="Permalink to this headline">¶</a></h2>
+<span id="id31"></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" />
@@ -1100,7 +1232,7 @@ consumer tag.</p>
</ul>
</div>
<div class="section" id="version-1-0-4">
-<span id="id28"></span><h2>1.0.4<a class="headerlink" href="#version-1-0-4" title="Permalink to this headline">¶</a></h2>
+<span id="id32"></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" />
@@ -1120,7 +1252,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-1-0-3">
-<span id="id29"></span><h2>1.0.3<a class="headerlink" href="#version-1-0-3" title="Permalink to this headline">¶</a></h2>
+<span id="id33"></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" />
@@ -1136,7 +1268,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-1-0-2">
-<span id="id30"></span><h2>1.0.2<a class="headerlink" href="#version-1-0-2" title="Permalink to this headline">¶</a></h2>
+<span id="id34"></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" />
@@ -1151,7 +1283,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-1-0-1">
-<span id="id31"></span><h2>1.0.1<a class="headerlink" href="#version-1-0-1" title="Permalink to this headline">¶</a></h2>
+<span id="id35"></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" />
@@ -1165,7 +1297,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-1-0-0">
-<span id="id32"></span><h2>1.0.0<a class="headerlink" href="#version-1-0-0" title="Permalink to this headline">¶</a></h2>
+<span id="id36"></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" />
@@ -1179,7 +1311,7 @@ there are no messages in the queue.</p>
</ul>
</div>
<div class="section" id="version-0-1-0">
-<span id="id33"></span><h2>0.1.0<a class="headerlink" href="#version-0-1-0" title="Permalink to this headline">¶</a></h2>
+<span id="id37"></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" />
@@ -1205,11 +1337,17 @@ 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-4">2.1.4</a></li>
+<li><a class="reference internal" href="#version-2-1-3">2.1.3</a></li>
+<li><a class="reference internal" href="#version-2-1-2">2.1.2</a></li>
+<li><a class="reference internal" href="#version-2-1-1">2.1.1</a></li>
<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="#version-2-0-0">2.0.0</a><ul>
<li><a class="reference internal" href="#important-notes">Important Notes</a><ul>
<li><a class="reference internal" href="#python-compatibility">Python Compatibility</a></li>
<li><a class="reference internal" href="#new-transports">New Transports</a></li>
+</ul>
+</li>
<li><a class="reference internal" href="#news">News</a></li>
<li><a class="reference internal" href="#fixes">Fixes</a></li>
</ul>
@@ -1239,7 +1377,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="#id26">1.0.6</a></li>
+<li><a class="reference internal" href="#id30">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>
@@ -1252,8 +1390,8 @@ there are no messages in the queue.</p>
</ul>
<h4>Previous topic</h4>
- <p class="topless"><a href="reference/kombu.utils.finalize.html"
- title="previous chapter">Finalize - kombu.utils.finalize</a></p>
+ <p class="topless"><a href="reference/kombu.utils.url.html"
+ title="previous chapter">kombu.utils.url</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/changelog.txt"
@@ -1286,9 +1424,9 @@ there are no messages in the queue.</p>
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
- <a href="reference/kombu.utils.finalize.html" title="Finalize - kombu.utils.finalize"
+ <a href="reference/kombu.utils.url.html" title="kombu.utils.url"
>previous</a> |</li>
- <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/faq.html b/faq.html
index 9dd56774..266874ee 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.1.0 documentation</title>
+ <title>Frequently Asked Questions &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/genindex.html b/genindex.html
index e1266b40..062cdd0d 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.1.0 documentation</title>
+ <title>Index &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
@@ -2434,12 +2434,12 @@
<dt><a href="reference/kombu.transport.django.html#module-kombu.transport.django">kombu.transport.django (module)</a>
</dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
<dt><a href="reference/kombu.transport.django.management.commands.clean_kombu_messages.html#module-kombu.transport.django.management.commands.clean_kombu_messages">kombu.transport.django.management.commands.clean_kombu_messages (module)</a>
</dt>
+ </dl></td>
+ <td style="width: 33%" valign="top"><dl>
<dt><a href="reference/kombu.transport.django.managers.html#module-kombu.transport.django.managers">kombu.transport.django.managers (module)</a>
</dt>
@@ -2521,6 +2521,10 @@
</dt>
+ <dt><a href="reference/kombu.utils.url.html#module-kombu.utils.url">kombu.utils.url (module)</a>
+ </dt>
+
+
<dt><a href="changelog.html#index-6">KOMBU_LOG_CHANNEL</a>
</dt>
@@ -2919,6 +2923,10 @@
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%" valign="top"><dl>
+ <dt><a href="reference/kombu.utils.url.html#kombu.utils.url.parse_url">parse_url() (in module kombu.utils.url)</a>
+ </dt>
+
+
<dt><a href="reference/kombu.transport.base.html#kombu.transport.base.Message.payload">payload (kombu.transport.base.Message attribute)</a>
</dt>
@@ -2941,6 +2949,16 @@
</dt>
+ <dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Channel.pipeline">pipeline() (kombu.transport.redis.Channel method)</a>
+ </dt>
+
+ <dd><dl>
+
+ <dt><a href="reference/kombu.transport.redis.html#kombu.transport.redis.Transport.Channel.pipeline">(kombu.transport.redis.Transport.Channel method)</a>
+ </dt>
+
+ </dl></dd>
+
<dt><a href="reference/kombu.transport.beanstalk.html#kombu.transport.beanstalk.Transport.polling_interval">polling_interval (kombu.transport.beanstalk.Transport attribute)</a>
</dt>
@@ -3010,6 +3028,8 @@
</dt>
</dl></dd>
+ </dl></td>
+ <td style="width: 33%" valign="top"><dl>
<dt><a href="reference/kombu.transport.amqplib.html#kombu.transport.amqplib.Channel.prepare_message">prepare_message() (kombu.transport.amqplib.Channel method)</a>
</dt>
@@ -3044,8 +3064,6 @@
</dt>
</dl></dd>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
<dt><a href="reference/kombu.compat.html#kombu.compat.Consumer.process_next">process_next() (kombu.compat.Consumer method)</a>
</dt>
@@ -3495,6 +3513,16 @@
</dl></dd>
+ <dt><a href="reference/kombu.transport.librabbitmq.html#kombu.transport.librabbitmq.Connection.Channel.Message.reject_log_error">reject_log_error() (kombu.transport.librabbitmq.Connection.Channel.Message method)</a>
+ </dt>
+
+ <dd><dl>
+
+ <dt><a href="reference/kombu.transport.virtual.html#kombu.transport.virtual.Message.reject_log_error">(kombu.transport.virtual.Message method)</a>
+ </dt>
+
+ </dl></dd>
+
<dt><a href="reference/kombu.compat.html#kombu.compat.Publisher.release">release() (kombu.compat.Publisher method)</a>
</dt>
@@ -3669,6 +3697,10 @@
</dl></dd>
+ <dt><a href="reference/kombu.transport.django.managers.html#kombu.transport.django.managers.select_for_update">select_for_update() (in module kombu.transport.django.managers)</a>
+ </dt>
+
+
<dt><a href="reference/kombu.compat.html#kombu.compat.Publisher.send">send() (kombu.compat.Publisher method)</a>
</dt>
@@ -3722,12 +3754,12 @@
<dt><a href="reference/kombu.pools.html#kombu.pools.set_limit">set_limit() (in module kombu.pools)</a>
</dt>
+ </dl></td>
+ <td style="width: 33%" valign="top"><dl>
<dt><a href="reference/kombu.utils.compat.html#kombu.utils.compat.CompatOrderedDict.setdefault">setdefault() (kombu.utils.compat.CompatOrderedDict method)</a>
</dt>
- </dl></td>
- <td style="width: 33%" valign="top"><dl>
<dt><a href="reference/kombu.pools.html#kombu.pools.ProducerPool.setup">setup() (kombu.pools.ProducerPool method)</a>
</dt>
@@ -4212,7 +4244,7 @@
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
- <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/index.html b/index.html
index 9ba61f5a..02ed0408 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.1.0 documentation</title>
+ <title>Kombu Documentation &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,8 +24,8 @@
<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.1.0 documentation" href="#" />
- <link rel="next" title="kombu - AMQP Messaging Framework for Python" href="introduction.html" />
+ <link rel="top" title="Kombu 2.1.3 documentation" href="#" />
+ <link rel="next" title="kombu - Messaging Framework for Python" href="introduction.html" />
</head>
<body>
<div class="related">
@@ -38,9 +38,9 @@
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
- <a href="introduction.html" title="kombu - AMQP Messaging Framework for Python"
+ <a href="introduction.html" title="kombu - Messaging Framework for Python"
accesskey="N">next</a> |</li>
- <li><a href="#">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="#">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
@@ -54,7 +54,7 @@
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
-<li class="toctree-l1"><a class="reference internal" href="introduction.html">kombu - AMQP Messaging Framework for Python</a><ul>
+<li class="toctree-l1"><a class="reference internal" href="introduction.html">kombu - Messaging Framework for Python</a><ul>
<li class="toctree-l2"><a class="reference internal" href="introduction.html#synopsis">Synopsis</a></li>
<li class="toctree-l2"><a class="reference internal" href="introduction.html#features">Features</a></li>
<li class="toctree-l2"><a class="reference internal" href="introduction.html#transport-comparison">Transport Comparison</a></li>
@@ -126,12 +126,16 @@
<li class="toctree-l2"><a class="reference internal" href="reference/kombu.utils.encoding.html">String Encoding - kombu.utils.encoding</a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/kombu.utils.functional.html">kombu.utils.functional</a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/kombu.utils.finalize.html">Finalize - kombu.utils.finalize</a></li>
+<li class="toctree-l2"><a class="reference internal" href="reference/kombu.utils.url.html">kombu.utils.url</a></li>
</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-4">2.1.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-2-1-3">2.1.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-2-1-2">2.1.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-2-1-1">2.1.1</a></li>
<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>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-5-0">1.5.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-1-4-3">1.4.3</a></li>
@@ -154,7 +158,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#id26">1.0.6</a></li>
+<li class="toctree-l2"><a class="reference internal" href="changelog.html#id30">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>
@@ -220,9 +224,9 @@
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
- <a href="introduction.html" title="kombu - AMQP Messaging Framework for Python"
+ <a href="introduction.html" title="kombu - Messaging Framework for Python"
>next</a> |</li>
- <li><a href="#">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="#">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/introduction.html b/introduction.html
index e3454ab1..140fe99c 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.1.0 documentation</title>
+ <title>kombu - Messaging Framework for Python &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
@@ -53,13 +53,13 @@
<div class="bodywrapper">
<div class="body">
- <div class="section" id="kombu-amqp-messaging-framework-for-python">
-<h1>kombu - AMQP Messaging Framework for Python<a class="headerlink" href="#kombu-amqp-messaging-framework-for-python" title="Permalink to this headline">¶</a></h1>
+ <div class="section" id="kombu-messaging-framework-for-python">
+<h1>kombu - Messaging Framework for Python<a class="headerlink" href="#kombu-messaging-framework-for-python" title="Permalink to this headline">¶</a></h1>
<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">Version:</th><td class="field-body">2.1.0</td>
+<tr class="field-odd field"><th class="field-name">Version:</th><td class="field-body">2.1.3</td>
</tr>
</tbody>
</table>
@@ -404,7 +404,7 @@ file in the top distribution directory for the full license text.</p>
</a></p>
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
-<li><a class="reference internal" href="#">kombu - AMQP Messaging Framework for Python</a><ul>
+<li><a class="reference internal" href="#">kombu - Messaging Framework for Python</a><ul>
<li><a class="reference internal" href="#synopsis">Synopsis</a></li>
<li><a class="reference internal" href="#features">Features</a></li>
<li><a class="reference internal" href="#transport-comparison">Transport Comparison</a><ul>
@@ -468,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/objects.inv b/objects.inv
index 54070919..dba31f8c 100644
--- a/objects.inv
+++ b/objects.inv
Binary files differ
diff --git a/py-modindex.html b/py-modindex.html
index b45259e0..7ab42952 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.1.0 documentation</title>
+ <title>Python Module Index &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
@@ -280,6 +280,11 @@
<td>&nbsp;&nbsp;&nbsp;
<a href="reference/kombu.utils.limits.html#module-kombu.utils.limits"><tt class="xref">kombu.utils.limits</tt></a></td><td>
<em></em></td></tr>
+ <tr class="cg-1">
+ <td></td>
+ <td>&nbsp;&nbsp;&nbsp;
+ <a href="reference/kombu.utils.url.html#module-kombu.utils.url"><tt class="xref">kombu.utils.url</tt></a></td><td>
+ <em></em></td></tr>
</table>
@@ -316,7 +321,7 @@
<li class="right" >
<a href="#" title="Python Module Index"
>modules</a> |</li>
- <li><a href="index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/reference/index.html b/reference/index.html
index 20f63962..117a8e81 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.1.0 documentation</title>
+ <title>API Reference &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
@@ -61,7 +61,7 @@
<tbody valign="top">
<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">February 04, 2012</td>
+<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">April 03, 2012</td>
</tr>
</tbody>
</table>
@@ -252,6 +252,7 @@
<li class="toctree-l2"><a class="reference internal" href="kombu.utils.finalize.html#kombu-utils-finalize">kombu.utils.finalize</a></li>
</ul>
</li>
+<li class="toctree-l1"><a class="reference internal" href="kombu.utils.url.html">kombu.utils.url</a></li>
</ul>
</div>
</div>
@@ -307,7 +308,7 @@
<li class="right" >
<a href="../faq.html" title="Frequently Asked Questions"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/reference/kombu.abstract.html b/reference/kombu.abstract.html
index fb662c6e..55b96a68 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.1.0 documentation</title>
+ <title>kombu.compression &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 b49e3f6a..cfab2b52 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.1.0 documentation</title>
+ <title>Clocks and Synchronization - kombu.clocks &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 eade5049..1760d93d 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.1.0 documentation</title>
+ <title>Common Utilities - kombu.common &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 fe0c8185..b9cba741 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.1.0 documentation</title>
+ <title>kombu.compat &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -493,7 +493,7 @@ and the <cite>Message</cite> instance (a subclass of
<p>Replace with <a class="reference internal" href="kombu.messaging.html#kombu.messaging.Consumer" title="kombu.messaging.Consumer"><tt class="xref py py-class docutils literal"><span class="pre">kombu.messaging.Consumer</span></tt></a>.</p>
<dl class="class">
<dt id="kombu.compat.ConsumerSet">
-<em class="property">class </em><tt class="descclassname">kombu.compat.</tt><tt class="descname">ConsumerSet</tt><big>(</big><em>connection</em>, <em>from_dict=None</em>, <em>consumers=None</em>, <em>callbacks=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.compat.ConsumerSet" title="Permalink to this definition">¶</a></dt>
+<em class="property">class </em><tt class="descclassname">kombu.compat.</tt><tt class="descname">ConsumerSet</tt><big>(</big><em>connection</em>, <em>from_dict=None</em>, <em>consumers=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.compat.ConsumerSet" title="Permalink to this definition">¶</a></dt>
<dd><dl class="method">
<dt id="kombu.compat.ConsumerSet.add_consumer">
<tt class="descname">add_consumer</tt><big>(</big><em>consumer</em><big>)</big><a class="headerlink" href="#kombu.compat.ConsumerSet.add_consumer" title="Permalink to this definition">¶</a></dt>
@@ -771,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 54d8f766..42aa6323 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.1.0 documentation</title>
+ <title>kombu.compression &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 8c295920..e24a5df2 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.1.0 documentation</title>
+ <title>kombu.connection &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 d8f7334b..a7472ea6 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.1.0 documentation</title>
+ <title>kombu.entity &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 0x1028c1578&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 0x1026f8500&gt;))</em><a class="headerlink" href="#kombu.entity.Exchange.attrs" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -515,7 +515,7 @@ deleted.</p>
<dl class="attribute">
<dt id="kombu.entity.Queue.alias">
<tt class="descname">alias</tt><a class="headerlink" href="#kombu.entity.Queue.alias" title="Permalink to this definition">¶</a></dt>
-<dd><p>Unused in Kombu, but application can take advantage of this.
+<dd><p>Unused in Kombu, but applications can take advantage of this.
For example to give alternate names to queues with automatically
generated queue names.</p>
</dd></dl>
@@ -761,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 6412ccfd..6adc5ecd 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.1.0 documentation</title>
+ <title>kombu.exceptions &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 105904cd..e9aaeed0 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.1.0 documentation</title>
+ <title>Logging - kombu.log &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 fd6af4ca..abd6f64e 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.1.0 documentation</title>
+ <title>kombu.messaging &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -480,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 934ebb9c..fdfd43e3 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.1.0 documentation</title>
+ <title>Mixin Classes - kombu.mixins &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 031d0a3e..43fb1d3b 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.1.0 documentation</title>
+ <title>kombu.pidbox &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 6274a986..2675a6c7 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.1.0 documentation</title>
+ <title>General Pools - kombu.pools &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 0ee71fc3..67249a5a 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.1.0 documentation</title>
+ <title>kombu.serialization &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 0x1028168d0&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 0x10269b250&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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 80deadd8..23cbb56b 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.1.0 documentation</title>
+ <title>kombu.simple &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 3b997e7b..2406a792 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.1.0 documentation</title>
+ <title>Async Utilities - kombu.syn &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 56e1154d..30b45045 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.1.0 documentation</title>
+ <title>kombu.transport.SQS &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -248,7 +248,7 @@
<dl class="attribute">
<dt id="kombu.transport.SQS.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'boto.exception.SQSDecodeError'&gt;,)</em><a class="headerlink" href="#kombu.transport.SQS.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'boto.exception.SQSDecodeError'&gt;, &lt;class 'kombu.exceptions.StdChannelError'&gt;)</em><a class="headerlink" href="#kombu.transport.SQS.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 bf1ab497..738b56e0 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.1.0 documentation</title>
+ <title>kombu.transport.amqplib &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -114,7 +114,7 @@
<dl class="attribute">
<dt id="kombu.transport.amqplib.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'amqplib.client_0_8.exceptions.AMQPChannelException'&gt;,)</em><a class="headerlink" href="#kombu.transport.amqplib.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'kombu.exceptions.StdChannelError'&gt;, &lt;class 'amqplib.client_0_8.exceptions.AMQPChannelException'&gt;)</em><a class="headerlink" href="#kombu.transport.amqplib.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
@@ -377,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 f4a28a02..cefdf765 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.1.0 documentation</title>
+ <title>kombu.transport.base &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 9d0b55db..a158485f 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.1.0 documentation</title>
+ <title>kombu.transport.beanstalk &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -100,7 +100,7 @@
<dl class="attribute">
<dt id="kombu.transport.beanstalk.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'socket.error'&gt;, &lt;type 'exceptions.IOError'&gt;, &lt;class 'beanstalkc.SocketError'&gt;, &lt;class 'beanstalkc.BeanstalkcException'&gt;)</em><a class="headerlink" href="#kombu.transport.beanstalk.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'kombu.exceptions.StdChannelError'&gt;, &lt;class 'socket.error'&gt;, &lt;type 'exceptions.IOError'&gt;, &lt;class 'beanstalkc.SocketError'&gt;, &lt;class 'beanstalkc.BeanstalkcException'&gt;)</em><a class="headerlink" href="#kombu.transport.beanstalk.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 d2defc50..d6075c67 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.1.0 documentation</title>
+ <title>kombu.transport.couchdb &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -101,7 +101,7 @@
<dl class="attribute">
<dt id="kombu.transport.couchdb.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'couchdb.http.HTTPError'&gt;, &lt;class 'couchdb.http.ServerError'&gt;, &lt;class 'couchdb.http.PreconditionFailed'&gt;, &lt;class 'couchdb.http.ResourceConflict'&gt;, &lt;class 'couchdb.http.ResourceNotFound'&gt;)</em><a class="headerlink" href="#kombu.transport.couchdb.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'kombu.exceptions.StdChannelError'&gt;, &lt;class 'couchdb.http.HTTPError'&gt;, &lt;class 'couchdb.http.ServerError'&gt;, &lt;class 'couchdb.http.PreconditionFailed'&gt;, &lt;class 'couchdb.http.ResourceConflict'&gt;, &lt;class 'couchdb.http.ResourceNotFound'&gt;)</em><a class="headerlink" href="#kombu.transport.couchdb.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 e475d4ce..6c1a28fc 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.1.0 documentation</title>
+ <title>kombu.transport.django &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -86,7 +86,7 @@
<dl class="attribute">
<dt id="kombu.transport.django.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'django.core.exceptions.ObjectDoesNotExist'&gt;, &lt;class 'django.core.exceptions.MultipleObjectsReturned'&gt;)</em><a class="headerlink" href="#kombu.transport.django.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'kombu.exceptions.StdChannelError'&gt;, &lt;class 'django.core.exceptions.ObjectDoesNotExist'&gt;, &lt;class 'django.core.exceptions.MultipleObjectsReturned'&gt;)</em><a class="headerlink" href="#kombu.transport.django.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 dc669b05..1ba02159 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.1.0 documentation</title>
+ <title>Django Management - clean_kombu_messages &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 2ae0ced0..b8689373 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.1.0 documentation</title>
+ <title>Django Managers - kombu.transport.django.managers &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -77,7 +77,7 @@
<dl class="method">
<dt id="kombu.transport.django.managers.MessageManager.pop">
-<tt class="descname">pop</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.transport.django.managers.MessageManager.pop" title="Permalink to this definition">¶</a></dt>
+<tt class="descname">pop</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#kombu.transport.django.managers.MessageManager.pop" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
@@ -107,6 +107,11 @@
</dd></dl>
+<dl class="function">
+<dt id="kombu.transport.django.managers.select_for_update">
+<tt class="descclassname">kombu.transport.django.managers.</tt><tt class="descname">select_for_update</tt><big>(</big><em>qs</em><big>)</big><a class="headerlink" href="#kombu.transport.django.managers.select_for_update" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
</div>
@@ -160,7 +165,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 608b528a..e8634661 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.1.0 documentation</title>
+ <title>Django Models - kombu.transport.django.models &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 0x102be91d0&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 0x1034fe090&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 0x103150b90&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 0x1034feb90&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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 86ad90b7..bea53438 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.1.0 documentation</title>
+ <title>kombu.transport &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 581a9504..77ced493 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.1.0 documentation</title>
+ <title>kombu.transport.librabbitmq &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -108,7 +108,7 @@
<dl class="attribute">
<dt id="kombu.transport.librabbitmq.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class '_pyrabbitmq.ChannelError'&gt;,)</em><a class="headerlink" href="#kombu.transport.librabbitmq.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'kombu.exceptions.StdChannelError'&gt;, &lt;class '_pyrabbitmq.ChannelError'&gt;)</em><a class="headerlink" href="#kombu.transport.librabbitmq.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
@@ -282,6 +282,11 @@ acknowledged/requeued/rejected.</td>
</dd></dl>
<dl class="method">
+<dt id="kombu.transport.librabbitmq.Connection.Channel.Message.reject_log_error">
+<tt class="descclassname">Connection.Channel.Message.</tt><tt class="descname">reject_log_error</tt><big>(</big><em>logger</em>, <em>errors</em><big>)</big><a class="headerlink" href="#kombu.transport.librabbitmq.Connection.Channel.Message.reject_log_error" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
<dt id="kombu.transport.librabbitmq.Connection.Channel.Message.requeue">
<tt class="descclassname">Connection.Channel.Message.</tt><tt class="descname">requeue</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.transport.librabbitmq.Connection.Channel.Message.requeue" title="Permalink to this definition">¶</a></dt>
<dd><p>Reject this message and put it back on the queue.</p>
@@ -550,7 +555,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 b12ee279..8b09aadc 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.1.0 documentation</title>
+ <title>kombu.transport.memory &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 0x1043f9050&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 0x104220890&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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 b0680d41..5080ab85 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.1.0 documentation</title>
+ <title>kombu.transport.mongodb &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -116,7 +116,7 @@
<dl class="attribute">
<dt id="kombu.transport.mongodb.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'pymongo.errors.ConnectionFailure'&gt;, &lt;class 'pymongo.errors.OperationFailure'&gt;)</em><a class="headerlink" href="#kombu.transport.mongodb.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'kombu.exceptions.StdChannelError'&gt;, &lt;class 'pymongo.errors.ConnectionFailure'&gt;, &lt;class 'pymongo.errors.OperationFailure'&gt;)</em><a class="headerlink" href="#kombu.transport.mongodb.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -233,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 fa8459de..c021e102 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.1.0 documentation</title>
+ <title>kombu.transport.pika &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 9508386c..d30ba686 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.1.0 documentation</title>
+ <title>kombu.transport.pika &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -167,7 +167,7 @@
<dl class="attribute">
<dt id="kombu.transport.pika2.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'pika.exceptions.ChannelClosed'&gt;, &lt;class 'pika.exceptions.DuplicateConsumerTag'&gt;, &lt;class 'pika.exceptions.UnknownConsumerTag'&gt;, &lt;class 'pika.exceptions.ProtocolSyntaxError'&gt;)</em><a class="headerlink" href="#kombu.transport.pika2.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'kombu.exceptions.StdChannelError'&gt;, &lt;class 'pika.exceptions.ChannelClosed'&gt;, &lt;class 'pika.exceptions.DuplicateConsumerTag'&gt;, &lt;class 'pika.exceptions.UnknownConsumerTag'&gt;, &lt;class 'pika.exceptions.ProtocolSyntaxError'&gt;)</em><a class="headerlink" href="#kombu.transport.pika2.Transport.channel_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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 bedd5a9a..991beed4 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.1.0 documentation</title>
+ <title>kombu.transport.redis &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -121,6 +121,11 @@
<tt class="descname">keyprefix_queue</tt><em class="property"> = '_kombu.binding.%s'</em><a class="headerlink" href="#kombu.transport.redis.Transport.Channel.keyprefix_queue" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
+<dl class="method">
+<dt id="kombu.transport.redis.Transport.Channel.pipeline">
+<tt class="descname">pipeline</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.transport.redis.Transport.Channel.pipeline" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
<dl class="attribute">
<dt id="kombu.transport.redis.Transport.Channel.sep">
<tt class="descname">sep</tt><em class="property"> = '\x06\x16'</em><a class="headerlink" href="#kombu.transport.redis.Transport.Channel.sep" title="Permalink to this definition">¶</a></dt>
@@ -191,6 +196,11 @@
<tt class="descname">keyprefix_queue</tt><em class="property"> = '_kombu.binding.%s'</em><a class="headerlink" href="#kombu.transport.redis.Channel.keyprefix_queue" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
+<dl class="method">
+<dt id="kombu.transport.redis.Channel.pipeline">
+<tt class="descname">pipeline</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.transport.redis.Channel.pipeline" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
<dl class="attribute">
<dt id="kombu.transport.redis.Channel.sep">
<tt class="descname">sep</tt><em class="property"> = '\x06\x16'</em><a class="headerlink" href="#kombu.transport.redis.Channel.sep" title="Permalink to this definition">¶</a></dt>
@@ -271,7 +281,7 @@
<li class="right" >
<a href="kombu.transport.memory.html" title="kombu.transport.memory"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 e6f8405d..cc9a0d0f 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.1.0 documentation</title>
+ <title>kombu.transport.sqlalchemy &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -81,7 +81,7 @@
<dl class="attribute">
<dt id="kombu.transport.sqlalchemy.Transport.channel_errors">
-<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = ()</em><a class="headerlink" href="#kombu.transport.sqlalchemy.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
+<tt class="descclassname">Transport.</tt><tt class="descname">channel_errors</tt><em class="property"> = (&lt;class 'kombu.exceptions.StdChannelError'&gt;,)</em><a class="headerlink" href="#kombu.transport.sqlalchemy.Transport.channel_errors" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
@@ -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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 6b8d27dc..b5d7cf49 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.1.0 documentation</title>
+ <title>Models &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 3fdf23f0..65103c6a 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.1.0 documentation</title>
+ <title>kombu.transport.virtual.exchange &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 39cf022e..d861f2c4 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.1.0 documentation</title>
+ <title>kombu.transport.virtual &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -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 0x103dab550&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 0x103d33d50&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>
@@ -476,6 +476,11 @@ acknowledged/requeued/rejected.</td>
</dd></dl>
<dl class="method">
+<dt id="kombu.transport.virtual.Message.reject_log_error">
+<tt class="descclassname">Message.</tt><tt class="descname">reject_log_error</tt><big>(</big><em>logger</em>, <em>errors</em><big>)</big><a class="headerlink" href="#kombu.transport.virtual.Message.reject_log_error" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
<dt id="kombu.transport.virtual.Message.requeue">
<tt class="descclassname">Message.</tt><tt class="descname">requeue</tt><big>(</big><big>)</big><a class="headerlink" href="#kombu.transport.virtual.Message.requeue" title="Permalink to this definition">¶</a></dt>
<dd><p>Reject this message and put it back on the queue.</p>
@@ -658,7 +663,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 fdc60b35..e28eaf73 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.1.0 documentation</title>
+ <title>kombu.transport.virtual.scheduling &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 e8c0edf8..172e6fd4 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.1.0 documentation</title>
+ <title>Compat. utilities - kombu.utils.compat &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 0x1028bd040&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 0x10264acf0&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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 4e709743..c5e16a06 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.1.0 documentation</title>
+ <title>Debugging - kombu.utils.debug &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 825e0600..91a3c828 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.1.0 documentation</title>
+ <title>String Encoding - kombu.utils.encoding &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 c3f95335..c3a07469 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.1.0 documentation</title>
+ <title>Finalize - kombu.utils.finalize &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,9 +24,9 @@
<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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 documentation" href="../index.html" />
<link rel="up" title="API Reference" href="index.html" />
- <link rel="next" title="Change history" href="../changelog.html" />
+ <link rel="next" title="kombu.utils.url" href="kombu.utils.url.html" />
<link rel="prev" title="kombu.utils.functional" href="kombu.utils.functional.html" />
</head>
<body>
@@ -40,12 +40,12 @@
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
- <a href="../changelog.html" title="Change history"
+ <a href="kombu.utils.url.html" title="kombu.utils.url"
accesskey="N">next</a> |</li>
<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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">API Reference</a> &raquo;</li>
</ul>
</div>
@@ -120,8 +120,8 @@
<p class="topless"><a href="kombu.utils.functional.html"
title="previous chapter">kombu.utils.functional</a></p>
<h4>Next topic</h4>
- <p class="topless"><a href="../changelog.html"
- title="next chapter">Change history</a></p>
+ <p class="topless"><a href="kombu.utils.url.html"
+ title="next chapter">kombu.utils.url</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/reference/kombu.utils.finalize.txt"
@@ -154,12 +154,12 @@
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
- <a href="../changelog.html" title="Change history"
+ <a href="kombu.utils.url.html" title="kombu.utils.url"
>next</a> |</li>
<li class="right" >
<a href="kombu.utils.functional.html" title="kombu.utils.functional"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 10ea93a8..a5e4b181 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.1.0 documentation</title>
+ <title>kombu.utils.functional &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 3ef9dbc4..5728c23a 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.1.0 documentation</title>
+ <title>Utilities - kombu.utils &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 3b89ceeb..2be6e719 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.1.0 documentation</title>
+ <title>Rate limiting - kombu.utils.limits &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 ae6d538a..c284e0e8 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.1.0 documentation</title>
+ <title>Search &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/searchindex.js b/searchindex.js
index 8105e462..4e46858e 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_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.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.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.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,""],is_alive:[17,1,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.redis.Transport":{default_port:[40,2,1,""],Channel:[40,5,1,""],polling_interval:[40,2,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":{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":{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,""],polling_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":{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.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,""],no_ack:[24,2,1,""],auto_delete:[24,2,1,""],attrs:[24,2,1,""],cancel:[24,1,1,""],queue_bind:[24,1,1,""],durable:[24,2,1,""],get:[24,1,1,""],routing_key:[24,2,1,""],queue_declare:[24,1,1,""],channel:[24,2,1,""],exchange:[24,2,1,""],maybe_bind:[24,1,1,""],binding_arguments:[24,2,1,""],unbind:[24,1,1,""],name:[24,2,1,""],can_cache_declaration:[24,2,1,""],purge:[24,1,1,""],alias:[24,2,1,""],queue_arguments:[24,2,1,""],declare:[24,1,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,""],polling_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":{get_table:[6,1,1,""],supports_fanout:[6,2,1,""],client:[6,2,1,""],queue_delete:[6,1,1,""],close:[6,1,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,""],polling_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:[3,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,28,48,49,44,36,24,54,55,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],dure:[54,38],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:[30,49,15,37,38,54,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],varg:6,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,queue_bind:[53,3,8,24],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],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],loginerror:41,wast:7,system:49,instruct:7,alreadi:[0,30,31,15,3,48,21,53,38,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],namespac:42,channel2:48,channel1:48,keyword:[30,49,35,19,37,22,54,38,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:[30,49,15,19,38,54,55,11],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,6,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,6,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:[37,22,55,49],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,6,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,3,37,22,55,26,56,28,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,6,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:[30,49,34,21,38,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],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,38,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],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:[29,30,31,49,15,38,54,56],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,"6dev":49,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,49],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,6,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,30,49,38,54,22,45,56],item_nam:8,intermitt:11,scott:49,where:[49,50,37,22,24,28],wiki:57,consumerset:[54,20,49],fanout:[42,49,15,3,19,20,24,45,56],"0x103dab550":3,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:[46,49,3,6,40,8,39,27],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,hard:56,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,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,54,38,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,hasn:[54,38],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,40,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],"0x103150b90":23,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,6],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,6,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,monoton:26,realli:15,expect:[56,57],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,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:[54,1,38],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,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],ensure_connect:[55,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:[30,3,48,22,24,54],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:[30,49,15,3,21,38,54,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,7,8,9,10,11,12,13,14,15,16,17,18,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,experiment: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],becom:49,sinc:7,convert:[3,17,49],convers:45,larger:7,my_callback:15,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],"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,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],"0x1043f9050":14,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,februari:[20,35],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],oldpika:49,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,start:[49,15,37,24,55,28],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,capac:57,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],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,6,40,21,8,24,54,45],"function":[12,13,49,28,44,20,37,22,10,24,55,27,11],kwdict:[37,34],terribl:49,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,6,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,"0x1028c1578":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],enabl:[30,49,15,3,48,52,53,38,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,lyon:49,correctli:[17,49],pattern:[15,8,56,24],written:56,nofreechannel:41,"0x1028168d0":43,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,is_al:17,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:[30,49,38,24,54,22],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],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],queues1:48,leav:[49,24],postencod:31,preload:55,encourag:[15,19],slight:7,usag:[55,26,49],vhost:8,host:[19,55,53,49],unsuccess:3,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,"0x1028bd040":18,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],"0x102be91d0":23,experienc:49,sphinx:15,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:[51,1,1,""],get:[51,1,1,""]},"kombu.transport.django.models":{Queue:[24,5,1,""],Message:[24,5,1,""]},"kombu.connection.ChannelPool":{release:[56,1,1,""],acquire:[56,1,1,""],LimitExceeded:[56,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:[54,5,1,""],prepare_message:[54,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:[54,0,1,""],beanstalk:[47,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:[44,1,1,""],warn:[44,1,1,""],get_loglevel:[44,1,1,""],log:[44,1,1,""],annotate:[44,1,1,""],get_logger:[44,1,1,""],critical:[44,1,1,""],logger_name:[44,2,1,""],error:[44,1,1,""],debug:[44,1,1,""],logger:[44,2,1,""],is_enabled_for:[44,1,1,""]},"kombu.transport.redis.Channel":{pipeline:[41,1,1,""],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:[51,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:[53,2,1,""],qsize:[53,1,1,""],producer:[53,2,1,""],get:[53,1,1,""],clear:[53,1,1,""],get_nowait:[53,1,1,""],queue:[53,2,1,""],exchange_opts:[53,2,1,""],channel:[53,2,1,""],put:[53,1,1,""],close:[53,1,1,""],consumer:[53,2,1,""],no_ack:[53,2,1,""],"__len__":[53,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":{pipeline:[41,1,1,""],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:[54,2,1,""],channel_max:[54,2,1,""],drain_events:[54,1,1,""],channels:[54,2,1,""],Channel:[54,5,1,""],reconnect:[54,1,1,""],heartbeat:[54,2,1,""],close:[54,1,1,""],channel:[54,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:[55,2,1,""],exchange:[55,2,1,""],serializer:[55,2,1,""],auto_delete:[55,2,1,""],send:[55,1,1,""],auto_declare:[55,2,1,""],routing_key:[55,2,1,""],publish:[55,1,1,""],revive:[55,1,1,""],connection:[55,2,1,""],declare:[55,1,1,""],channel:[55,2,1,""],release:[55,1,1,""],close:[55,1,1,""],exchange_type:[55,2,1,""],on_return:[55,2,1,""],durable:[55,2,1,""],maybe_declare:[55,1,1,""],backend:[55,2,1,""]},"kombu.connection.ConnectionPool":{release:[56,1,1,""],acquire:[56,1,1,""],LimitExceeded:[56,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:[56,1,1,""],info:[56,1,1,""],create_transport:[56,1,1,""],SimpleQueue:[56,1,1,""],channel_errors:[56,2,1,""],drain_events:[56,1,1,""],transport:[56,2,1,""],host:[56,2,1,""],ensure_connection:[56,1,1,""],connection:[56,2,1,""],connection_errors:[56,2,1,""],ensure:[56,1,1,""],Pool:[56,1,1,""],get_transport_cls:[56,1,1,""],ChannelPool:[56,1,1,""],release:[56,1,1,""],clone:[56,1,1,""],channel:[56,1,1,""],connect:[56,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:[54,2,1,""],args:[54,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:[58,1,1,""],timestamp:[58,2,1,""],capacity:[58,2,1,""],can_consume:[58,1,1,""],fill_rate:[58,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:[55,5,1,""],Consumer:[55,5,1,""],ConsumerSet:[55,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:[53,2,1,""],qsize:[53,1,1,""],producer:[53,2,1,""],get:[53,1,1,""],clear:[53,1,1,""],get_nowait:[53,1,1,""],queue:[53,2,1,""],exchange_opts:[53,2,1,""],channel:[53,2,1,""],put:[53,1,1,""],close:[53,1,1,""],consumer:[53,2,1,""],no_ack:[53,2,1,""],"__len__":[53,1,1,""]},"kombu.transport.librabbitmq.Connection.Channel.Message":{body:[54,2,1,""],reject_log_error:[54,1,1,""],reject:[54,1,1,""],ack:[54,1,1,""],delivery_info:[54,2,1,""],MessageStateError:[54,6,1,""],acknowledged:[54,2,1,""],ack_log_error:[54,1,1,""],payload:[54,2,1,""],decode:[54,1,1,""],headers:[54,2,1,""],content_encoding:[54,2,1,""],content_type:[54,2,1,""],delivery_tag:[54,2,1,""],requeue:[54,1,1,""],properties:[54,2,1,""],channel:[54,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,""],select_for_update:[30,4,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:[58,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,""],reject_log_error:[3,1,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:[54,2,1,""],basic_ack:[54,1,1,""],basic_reject:[54,1,1,""],basic_get:[54,1,1,""],is_open:[54,2,1,""],close:[54,1,1,""],exchange_declare:[54,1,1,""],exchange_delete:[54,1,1,""],queue_bind:[54,1,1,""],queue_unbind:[54,1,1,""],list_bindings:[54,1,1,""],basic_publish:[54,1,1,""],basic_consume:[54,1,1,""],queue_delete:[54,1,1,""],queue_declare:[54,1,1,""],queue_purge:[54,1,1,""],basic_qos:[54,1,1,""],after_reply_message_received:[54,1,1,""],basic_cancel:[54,1,1,""],Consumer:[54,1,1,""],Producer:[54,1,1,""],flow:[54,1,1,""],Message:[54,5,1,""],prepare_message:[54,1,1,""]},"kombu.transport.beanstalk":{Transport:[47,5,1,""],Channel:[47,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:[54,5,1,""],prepare_message:[54,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:[54,2,1,""],drain_events:[54,1,1,""],establish_connection:[54,1,1,""],default_connection_params:[54,2,1,""],Connection:[54,5,1,""],connection_errors:[54,2,1,""],create_channel:[54,1,1,""],default_port:[54,2,1,""],close_connection:[54,1,1,""]},"kombu.transport.sqlalchemy.Transport.Channel":{session:[1,2,1,""]},"kombu.log":{setup_logging:[44,4,1,""],LogMixin:[44,5,1,""],get_loglevel:[44,4,1,""]},"kombu.connection":{ChannelPool:[56,5,1,""],ConnectionPool:[56,5,1,""],BrokerConnection:[56,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:[55,1,1,""],qos:[55,1,1,""],consume:[55,1,1,""],cancel_by_queue:[55,1,1,""],cancel:[55,1,1,""],consuming_from:[55,1,1,""],on_decode_error:[55,2,1,""],close:[55,1,1,""],recover:[55,1,1,""],auto_declare:[55,2,1,""],revive:[55,1,1,""],channel:[55,2,1,""],register_callback:[55,1,1,""],callbacks:[55,2,1,""],add_queue:[55,1,1,""],iterconsume:[55,1,1,""],add_consumer:[55,1,1,""],receive:[55,1,1,""],queues:[55,2,1,""],flow:[55,1,1,""],no_ack:[55,2,1,""],purge:[55,1,1,""],connection:[55,2,1,""],discard_all:[55,1,1,""],declare:[55,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:[47,1,1,""],client:[47,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:[54,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:[47,2,1,""],connection_errors:[47,2,1,""],default_port:[47,2,1,""],Channel:[47,5,1,""],polling_interval:[47,2,1,""]},"kombu.transport.librabbitmq":{Message:[54,5,1,""],Channel:[54,5,1,""],Connection:[54,5,1,""],Transport:[54,5,1,""]},"kombu.transport.beanstalk.Channel":{close:[47,1,1,""],client:[47,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:[53,5,1,""],SimpleQueue:[53,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.utils.url":{parse_url:[7,4,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:[55,0,1,""],compression:[45,0,1,""],simple:[53,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:[56,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:[44,0,1,""]},"kombu.utils.debug":{setup_logging:[52,4,1,""],Logwrapped:[52,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:[55,2,1,""],qos:[55,1,1,""],consume:[55,1,1,""],no_ack:[55,2,1,""],auto_delete:[55,2,1,""],cancel_by_queue:[55,1,1,""],routing_key:[55,2,1,""],on_decode_error:[55,2,1,""],consuming_from:[55,1,1,""],cancel:[55,1,1,""],close:[55,1,1,""],recover:[55,1,1,""],auto_declare:[55,2,1,""],purge:[55,1,1,""],durable:[55,2,1,""],revive:[55,1,1,""],iterqueue:[55,1,1,""],channel:[55,2,1,""],register_callback:[55,1,1,""],exchange:[55,2,1,""],callbacks:[55,2,1,""],wait:[55,1,1,""],add_queue:[55,1,1,""],iterconsume:[55,1,1,""],process_next:[55,1,1,""],receive:[55,1,1,""],queues:[55,2,1,""],flow:[55,1,1,""],fetch:[55,1,1,""],queue:[55,2,1,""],connection:[55,2,1,""],discard_all:[55,1,1,""],exchange_type:[55,2,1,""],declare:[55,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:[58,0,1,""],encoding:[4,0,1,""],url:[7,0,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,""],maybe_list:[38,4,1,""],debug:[52,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:[51,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:50,sleep:[3,38,56,50],sqserror:8,typeerror:38,under:[16,57],spec:[55,2,39],retry_polici:[55,2,39,12,50],everi:[13,50,16,34,17,38,23,57,12],queue_id:[48,24],affect:[16,2,49,55,50],exchange_opt:[53,56],rabbitmq:[2,50,16,49,33,25,55],is_open:54,use_default_limit:57,queue_argu:25,maybe_list:38,direct:[43,16,3,35,20,21,54,25,55,46,34],preconditionfail:28,second:[50,20,38,23,56,58],even:[16,20,11,50,25],aim:16,dialogu:25,eventlet:[23,50],logmixin:44,connection_error:[47,1,50,54,31,18,8,23,6,40,56,28,42],key_to_pattern:46,"new":[2,11,16,34,49,50,45,37,25,55,56,57,19,58],ever:[50,25],abov:[29,34,17],never:[56,34],here:[29,57,12],"__hash__":50,path:[20,10,50],interpret:[16,25],jame:50,emergency_dump_st:38,duplicateconsumertag:42,findandmodifi:50,celerybeat:43,articl:[16,57,25],"byte":50,unit:16,highli:16,describ:[11,8,25],would:[11,34,23,50],jaekel:50,call:[0,13,29,2,16,34,49,50,43,20,22,23,25,55,39,56,57],until:[2,34,49,38,25,55,56,57],establis:50,type:[43,2,45,46,47,16,3,50,51,35,18,17,20,54,39,25,55,11],channelerror:54,science_new:25,isend_repli:12,get_exchang:8,relat:[27,50],warn:[2,50,49,44,55,56,58],phone:34,jpg:17,loss:[55,2,49,39,50],hold:25,set_limit:[37,57,50],must:[2,31,50,16,3,49,18,20,38,54,23,25,55,39,56,34],join:[16,23],active_queu:41,restor:3,setup:[16,37],work:[20,33,34,17,50],default_transport:10,conceptu:27,undeliv:50,root:[16,50],overrid:[39,2,23,55],give:[2,50,49,38,8,25,55,56,57],indic:[14,18],unavail:23,want:[2,11,3,49,50,17,18,20,39,57],producerpool:[37,50],cutekitten:29,david:[47,28,50],end:[55,2,49,50],replicaset:50,interval_step:[38,56],how:[38,56],disappear:50,answer:33,place:50,get_consum:[49,23,35],connect_timeout:[20,56],updat:[34,19,50],subsecond:50,outsid:[16,23],initial_valu:27,after:[2,50,16,49,18,20,22,54,23,55,39,57],befor:[2,50,16,38,39,55,56,27,57],wrong:50,acquire_channel:50,demonstr:50,attempt:[55,2,49],classmethod:19,credenti:50,exclud:46,alias:[20,45,10,50],maintain:[27,57,17,50],environ:50,enter:[23,50],exclus:[55,54,25],fan:16,lambda:25,order:[2,49,19],origin:[2,31,16,3,49,54,23,55,34],method_id:18,over:[38,34,17],failur:[31,23,12,18,50],becaus:[50,25],fifo:[19,50],varg:6,uuid:[38,12,50],fit:[34,17],fix:[16,50],better:17,persist:[29,50,53,21,25,56,34],easier:20,them:[29,50,16,20,25,34],thei:[29,16,34,49,17,25,57],safe:[4,58],as_dict:50,promis:13,ipublish:12,bank:34,choic:17,queue_bind:[54,3,8,25],localis:18,timeout:[0,29,50,16,3,49,43,18,20,54,23,53,56,57,12,42],each:[3,51,17,38,25,56,27,34],debug:[14,50,35,52,21,44],side:18,mean:[2,31,50,3,49,34,18,20,54,25,55,27,57],discard_al:55,msgpack:[11,17],unbound:[0,16,25],goe:3,invaliddata:50,content:[14,11,49,50,17,18,39,55,34,2],method:[0,13,31,46,2,3,49,50,17,18,45,20,54,23,25,55,39,43,11,56],got:[57,23,35],situat:34,standard:[16,29,46,17,50],pika:[14,50,16,20,21,26,42],can_cache_declar:[22,25],traceback:56,prefetch:[55,3,49,2],add_consumer_from_dict:55,safe_str:4,attapattu:25,do_restor:[3,15],loginerror:42,wast:17,system:50,instruct:17,alreadi:[0,2,31,16,3,49,22,54,39,25,55,57],installed_app:50,primari:17,castaneda:50,restart_limit:23,top:[16,50],mcgee:50,sometim:34,necessarili:25,too:[16,57,23,50],listen:[43,50],namespac:43,channel2:49,channel1:49,keyword:[2,50,36,20,38,23,55,39,56,12],provid:[50,16,18,20,38,25,56,12],zero:[16,2,49,55,25],project:16,minut:[34,25],enable_callback:55,if_empti:[3,54,25],add_queu:55,raw:[3,11,17,36,25],binding_argu:25,increment:27,"__main__":[29,35],incompat:50,next_token:8,recreat:50,latter:[29,11],insur:12,kombu_log_channel:50,shall:50,bst:50,object:[29,11,15,32,16,3,50,17,22,23,24,25,56,57,19],what:[34,57,36,50],regular:16,brpop:50,letter:[34,50],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,47,46,51,52,53,54,55,56,58],don:[16,57,17,50],flow:[55,3,49,54,2],doe:[2,50,16,49,10,25,55],declar:[2,50,16,3,49,20,22,39,25,55,53,57],wildcard:[46,25],dot:[16,46,25],"__str__":13,speedup:17,syntax:50,after_reply_message_receiv:[54,15],create_bind:8,identifi:[50,45,25],despit:12,acquir:[56,57,35,50],configur:[2,50,16,20,39,55,56,12],latenc:50,create_message_view:28,stop:[55,2,38,23,49],amazon:[16,8,50],popitem:19,report:[16,50],excel:29,patch:[16,50],channel_id:[54,50,18,42],bad:34,respond:[18,25],basic_ack:[54,3,8],mandatori:[2,50,54,39,25,55,42],result:[56,50],recursiveoperationdetect:42,respons:[56,50,25],fail:[18,50],channel_or_connect:16,best:[16,20,57,17],hopefulli:[38,12],default_region:8,databas:[20,40,50],wikipedia:[16,27,58],unack:3,awai:[34,57],attribut:[50,16,17,23,25,56,46],default_seri:11,pylibrabbitmq:[54,50],xrang:29,lamport:[27,50],supports_fanout:[50,16,6,41,20,8,46],howev:[17,50],against:57,logic:[27,50],com:[16,58],kwd:[38,23,19],sullivan:50,guid:[14,36],assum:25,three:11,been:[0,2,31,50,16,3,49,22,54,23,55,39,56,57],much:[38,34],force_close_al:50,interest:34,basic:[29,2,50,49,33,36,20,23,39],"__len__":53,life:34,fill_rat:58,lifo:[19,50],worker:[23,35],setup_log:[52,35,44],mher:50,ani:[2,50,16,49,17,18,23,25,55,56,46,57],"catch":38,ident:[16,52,25],servic:[2,3,49,21,55,34],properti:[2,31,50,16,3,18,38,54,39,25,55,42],seral:50,"typeof":3,aid:18,visibility_timeout:8,transport_opt:[20,56,8,50],conninfo:8,tabl:[14,50,16,3,6,20,8,10,25,46],kwarg:[1,3,4,6,8,12,13,15,44,18,22,23,24,25,46,28,30,31,32,35,41,37,38,40,42,43,47,50,51,53,54,55,56],consuming_from:[55,50],vendor:16,conn:[29,50,16,35,56,57,12],hong:50,datetim:29,perform:[2,50,16,49,23,25,55,12],suggest:16,make:[29,50,16,33,20,23,25],couchdb:[14,50,16,20,21,28],task_queu:[23,35],complet:[56,12],hang:50,hand:34,fairli:[3,17],rais:[2,31,11,16,3,49,50,35,38,54,23,25,55,56,57],refil:58,kept:[16,20],scenario:[34,36],cjson:[17,50],inherit:[3,50],client:[1,3,6,8,15,16,18,20,25,28,2,31,35,41,40,42,43,47,50,49,54,55],thi:[3,54,12,16,18,20,22,23,25,46,29,2,31,45,38,39,43,11,27,50,34,49,55,56,57,58],left:57,protocol:[16,46],just:[16,50,57,25],on_return:[55,2,39],human:34,yet:[20,50],languag:17,previous:[45,50],easi:16,djkombu:50,consumer_tag:[50,54,3,18,41,8,25,42],raw_messag:[3,18,42],had:[34,50],reiniti:50,east:8,opt:12,applic:[43,11,50,16,34,4,25,57],mayb:34,preserv:25,servererror:28,specif:[2,50,49,18,20,25,55,56,46],arbitrari:[55,2,39,50],manual:[2,50,16,49,39,25],unstabl:50,unnecessari:11,underli:[56,50],old:50,interv:[38,23,56,50],dead:50,intern:[38,18],metzlar:50,amqp_protocol_head:50,subclass:[55,3,49,2],buffer:[29,21,56,53,50],tracker:[16,14],condit:[18,50],foo:[20,50],localhost:[29,50,16,35,20,54,56,57],core:[40,50],idiomat:16,uncompress:45,stefan:50,ivan:50,lamportclock:[27,50],peer:[55,2,49,18],post:[34,25],"super":23,plug:16,obj:[4,56,32],slightli:29,beta:50,commit:50,produc:[29,14,36,2,16,34,50,17,35,20,21,54,39,37,55,53,56,57,12],"float":[17,50],encod:[29,14,2,16,4,50,17,18,45,21,39,25,55,11],bound:[43,50,16,22,25,46],down:[55,2,49,18],wrap:50,wai:[56,34,50],compatordereddict:19,support:[50,2,52,11,16,3,49,33,17,35,20,23,25,55,39,56,46,57,12],task_exchang:35,undeliverablewarn:50,"class":[1,2,3,6,44,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,47,46,50,48,49,51,52,53,54,55,56,58],avail:[2,11,16,34,49,50,45,20,25,55,56,57,58],war:34,fork:[57,50],forc:[37,11,56,18,50],recommend:[56,50,25],sqlalchemi:[14,1,50,16,48,21],safeguard:57,"true":[3,6,54,19,16,20,23,25,46,29,2,31,35,41,39,43,50,49,53,8,55,56,57,58],reset:[37,57,50],attr:[38,25],bugfix:50,maximum:[0,38,23,56,27,58],tell:20,emit:[4,50],featur:[16,14,50,39,2],"abstract":[3,22],proven:16,exist:[16,8,50,25],"0x1034fe090":24,read_timeout:18,ship:[57,50],check:[20,50,25],"0x1026f8500":25,verify_connect:18,content_encod:[2,31,11,3,17,18,54,39,25,55,42],when:[3,10,13,16,17,18,20,22,23,25,27,29,2,31,32,38,39,50,49,55,56,34,58],test:[16,50],pymongo:[6,50],shrink:57,node:[43,21],consid:[27,50],from_utf8:4,receiv:[29,2,31,16,49,36,18,20,54,25,55,53,27,34],faster:34,filterfunc:55,resourceconflict:28,interval_start:[38,56,50],ignor:[55,2,49,23,50],time:[29,34,50,3,38,23,56,27,57,58],reply_to:43,unicodedecodeerror:4,concept:16,snif:50,skip:[22,50],consum:[29,14,43,36,2,16,3,49,50,51,17,35,53,21,54,23,25,55,34,12,58],anand:50,depend:[0,50,16,20,25,56],aspn:58,show:50,dispatch_from_messag:43,domain_format:8,x06:41,sourc:16,"__exit__":50,string:[14,11,4,50,17,20,21,10,25,56],register_group:37,on_messag:49,forker:50,drain_ev:[43,31,50,16,3,49,18,54,56,42],word:[16,46,25],exact:46,level:[16,29,57,44],did:[33,50],messagestateerror:[0,3,31,54],exchangetyp:46,iter:[8,23],item:[11,56,8,19],tokenbucket:58,quick:16,slower:17,sign:34,cost:34,port:[31,50,16,3,20,54,56],on_task:23,establish_connect:[31,3,18,54,23,42],lazili:56,repli:[43,50,18,54,25,34],get_logg:44,current:[29,2,50,3,49,43,53,22,39,25,55,56,27,57],transport_alias:10,gener:[43,14,50,37,21,38,25,12],unauthor:28,equalitydict:38,address:[56,34],along:[55,2,39],wait:[2,16,49,18,25,55,56,34],queue_name_prefix:[8,50],queue:[3,6,8,12,15,16,20,21,23,24,25,46,29,2,31,35,36,40,41,42,50,48,49,53,54,55,56],prefetch_count:[2,3,49,54,55,42],throughput:34,maybe_declar:[2,50,35,22,39,55,57,12],extrem:50,bound_exchang:[16,25],rafael:50,orient:16,semant:[56,54,50],regardless:56,str_to_byt:4,extra:23,modul:[14,56,17,50],visibl:[48,24],instal:[16,14,50,11],regex:46,limitexceed:[0,56],memori:[14,15,50,16,3,20,21,25,34],eletzhof:50,todai:34,handler:[43,23,32],criteria:25,msg:[12,18],scope:[3,32],prev:46,create_produc:37,faircycl:[3,51],peopl:34,send_repli:12,ctype:50,simplebuff:[29,53,56,50],cached_properti:38,unseri:11,content_typ:[2,31,11,3,50,17,18,45,54,39,25,55,42],prepar:[37,3,38],uniqu:[38,50,12,25],descriptor:38,can:[3,54,12,16,17,18,20,22,23,25,27,29,2,31,38,39,11,50,34,49,55,56,57,58],pidbox:[43,14,21],encapsul:[54,18],stream:11,topic:[16,3,20,21,25,46,34],critic:[34,44],exchange_delet:[54,3,8],occur:[2,49,11,56,25],alwai:[16,20,56,50,25],multipl:[50,49,20,38,54,23,57],kombuerror:50,write:50,purg:[55,30,49,2,25],map:[43,2,3,39,10,55,46],product:50,max:38,clone:[56,50],known_host:50,mixin:[14,50,49,35,21,22,23],date:[29,21,50,17,36],drastic:50,data:[29,43,11,3,50,17,18,36,21,54,10],grow:57,gethostnam:29,practic:[16,20],stdin:56,predic:51,inform:25,"switch":50,combin:38,media_exchang:16,objectdoesnotexist:40,"_global":54,sqsdecodeerror:8,still:[55,2,49,34,50],amqpchannelexcept:18,entiti:[0,14,2,49,50,21,22,39,25,55,57,12],group:[37,57,36],polici:50,amqplib:[14,50,16,18,20,21,10],yaml:[11,17],window:[55,2,49],mail:[16,34],non:[16,3,50,25],connect_max_retri:23,synopsi:[16,14],myvhost:20,initi:[3,50],amqp_messag:42,restore_unacked_onc:3,now:[50,38,25,12,17],introduct:[43,14,16,36,21,34],term:[55,2,49],name:[29,2,43,11,16,48,49,50,45,20,38,8,24,10,25,55,53,56,12],drop:50,separ:[16,56,46,25],attributeerror:[18,50],courag:34,x16:41,errback:[56,38,12],domain:[16,8,25],replac:[55,4],individu:50,persistent_delivery_mod:25,contrib:50,autent:50,default_connection_param:[54,50,18,42],year:34,urlpars:50,happen:[29,2,31,50,16,39,55,34],max_retri:[38,56,50],correct:50,earlier:33,domest:57,million:34,orm:[16,50],mime:[11,45,50],process_task:35,org:[55,58,50],close_connect:[3,31,54,18,42],care:57,setdefault:19,synchron:[3,25,21,27,14],fromtimestamp:29,refus:50,recov:[2,50,3,49,55,34],turn:50,turk:50,log_messag:29,star:[16,25],frequent:[14,33],first:50,oper:[13,2,50,16,49,25,55,56],create_transport:56,directli:[3,50],onc:[3,57],"_pyrabbitmq":54,yourself:23,fast:17,"6dev":50,open:[50,16,17,20,38,56],size:[30,50,16,49,2,55],given:50,fmt:38,slept:56,silenc:50,basic_publish:[3,54,42],conveni:[57,50,23,12,11],routing_kei:[43,2,16,3,54,35,17,53,8,39,25,55,56,46,57,42],copi:[56,22,46,19],specifi:[29,2,31,11,3,49,50,17,20,39,10,25,55,56,12],broadcast:[43,46,34,12,50],github:16,handle_cast:43,than:[2,50,16,34,49,17,25,55,27,57],connectionpool:[56,57,50],were:[50,25],posit:38,conn2:57,conn1:57,no_ack:[2,50,54,3,49,53,8,25,55,56,42],transport:[1,3,6,8,10,14,15,16,18,20,21,24,26,46,28,30,31,36,41,40,42,47,50,48,51,54,56],seri:50,simpledb:[16,20,8,50],sai:38,argument:[29,2,43,50,3,49,36,20,38,54,23,25,55,39,56,46,57,12],deliv:[2,16,49,25,55,46,34],notbounderror:[0,16],notimplementederror:[55,3,49,2],channel_numb:42,destroi:50,note:[2,11,50,17,39,25,55,56,57],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,47,50,49,52,53,54,55,56],sure:[33,23],multipli:50,unsuccess:3,price:34,compress:[29,14,2,16,50,35,45,53,21,22,39,55,57],greenthread:23,add_consum:55,pair:[56,19,25],entry_to_queu:[12,50],later:[20,34,50],amqpconnectionexcept:18,runtim:57,gracefulli:16,recipi:[55,2,49,34],type_to_nam:50,serializ:3,should_stop:23,onli:[29,11,50,16,3,20,25,27,34],explicitli:[20,25],transact:[3,34,50],activ:[2,3,49,25,55,56,57],state:[43,15,3,21,38,25,46],dict:[20,56],get:[29,14,16,3,51,45,6,53,38,8,10,25,56,46,57],kombu_log_debug:50,lifoqueu:[19,50],ssl:[20,56,50],cannot:18,jpeg:17,munz:50,requir:[29,2,50,39,55,23,46,34],item_nam:8,intermitt:12,scott:50,where:[50,51,38,23,25,57],wiki:58,parse_url:7,consumerset:[55,21,50],fanout:[43,50,16,3,20,21,25,46,34],if_unus:[3,54,25],infinit:55,can_consum:[3,58],detect:[2,50,17,18,39,55],enough:33,between:[2,50,3,38,39,25,55,56,27],"import":[29,50,16,34,49,35,20,23,25,57],across:16,connection_for_writ:30,cycl:[3,17],prepare_messag:[3,54,18,42],come:[29,34,50],prepare_bind:46,region:[8,50],mani:[56,34,17,50],improp:50,cancer:25,overview:[16,21,11],period:34,pop:[30,19],dispatch:[43,2,49,55,18],colon:56,cancel:[43,2,32,16,3,49,50,23,25,55],poll:[3,50,25],resynchron:27,mari:50,transient_delivery_mod:25,uncknowledg:3,former:29,"case":[11,50,57,17,25],exchange_typ:[55,3],hello_task:35,cast:43,parse_qsl:50,advantag:[17,25],henc:25,destin:[43,25],strain:50,myapp:50,abstractchannel:3,ascii:11,"__init__":[29,49,23,35],"0x1034feb90":24,develop:[16,50],author:[16,50],media:16,same:[29,50,16,49,17,20,25,56,57],binari:[11,50,17,25],refresh_connect:40,document:[16,14,56,20,55],week:34,finish:[55,2,49,25],nest:[38,49],decompress:45,improv:[55,2,49],basic_return:18,drain:[39,3,49,23,2],polling_interv:[47,50,3,6,41,8,40,28],reload_schedul:43,myq:50,without:[50,4,17,36,20,25],maybe_promis:13,model:[14,48,24,21],execut:32,"0x104220890":15,on_consume_end:23,protocolsyntaxerror:42,safety_interv:23,monei:34,aws_access_key_id:50,as_uri:[57,50],except:[0,1,3,4,6,8,14,16,17,18,21,23,24,28,2,11,35,38,39,40,42,47,50,49,51,54,56,57],blog:25,earli:57,around:17,read:[16,17,25],lolcat1:16,insist:[20,56],amq:[3,46,18],world:[35,50],postal:34,integ:[50,25],server:[2,31,50,16,3,49,18,20,54,25,55,56],from_dict:55,either:[16,38,34,25],manag:[50,30,14,3,5,21,38,23,24,57],cancel_by_queu:[55,2,49,50],eventloop:50,authent:50,queue_unbind:54,tube:57,achiev:34,video_queu:16,notabl:17,refer:[14,50,49,17,36,21,39],broker:[2,50,3,49,34,18,54,25,55,56,57,12,42],broken:50,maybe_bind:[22,25],aquir:50,"__name__":[29,35],comparison:[16,14,20,36],central:[11,34],cleanup_everi:30,ack:[29,31,50,16,3,49,35,54,23],activest:58,morin:50,surviv:34,your:[50,16,34,33,17,20,25,57],log:[29,14,50,44,18,21,23],aren:57,strict:34,interfac:[29,14,31,50,16,36,53,21,55,56,46],low:35,hard:34,register_callback:[16,2,49,55],connection_info:43,tupl:[11,31,46,38],shamelessli:25,longer:50,iterkei:19,reappli:56,possibl:[16,11,57,50],"default":[3,8,10,19,16,17,18,12,20,23,25,46,2,31,36,39,11,50,49,55,56,57],bucket:58,deadlock:57,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,47,50,49,52,54,55,56,57],creat:[29,37,50,43,20,22,8,25,56,57],multipleobjectsreturn:[24,40],certain:50,decreas:50,file:[16,56,17],girlfriend:34,again:[56,38,49],logger_nam:44,exitprior:32,event:[2,50,16,3,49,18,23,39,56,27],field:[20,25],subclient:41,cleanup:[30,50,32],collis:[38,12],you:[29,2,31,11,16,3,49,50,34,17,20,54,23,25,39,56,57,12],reply_text:18,registri:[21,50,45,11],kombu_polling_interv:50,pool:[37,14,50,35,36,20,21,56,57,12],unbind:25,directori:[16,50],chauvet:50,descript:25,potenti:[55,2,49,50],all:[2,50,16,3,49,34,17,18,20,8,25,55,46,57,19],forget:20,selinux:50,month:34,abil:[16,50],follow:[2,50,16,49,17,39,55,27],disk:[34,25],"__cmp__":13,init:43,program:[34,17,50],get_reply_queu:43,introduc:50,mpg:29,global:[2,15,50,49,55,57],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,50,51,52,53,54,55,56,58],fals:[37,2,15,11,3,49,50,38,19,20,22,54,23,25,55,39,56,28,12,42],util:[13,14,45,11,32,4,52,51,35,7,21,22,19,9,38,12,49,58],mechan:[55,2,49],fall:[55,2,49],veri:[34,38,57,12,35],ticket:43,client_0_8:18,on_connection_reviv:23,list:[2,11,16,49,50,17,45,20,23,55,39,56,12],queuemanag:[30,24],emul:3,entity_nam:8,adjust:27,default_port:[47,1,54,3,31,18,41,8,6,40,28,42],small:[38,12],still_act:32,sync:[16,27],rate:[14,58,21],design:25,pass:[43,2,11,50,17,20,38,39,55,56],unknownconsumertag:42,deleg:50,sub:[16,20,34],clock:[50,14,27,21],abl:[57,50],overload:13,delet:[2,50,16,3,49,18,54,38,8,25,55,56,12],version:[16,48,33,19,50],"public":37,hasn:[55,39],full:[16,10],hash:[16,25],behaviour:50,shouldn:34,modifi:25,hipri:35,valu:[13,50,3,18,20,38,25,27,57,19],search:14,sender:[27,34,18],serializat:50,soldier:34,action:[38,50,25],amqplain:50,via:[16,20,50],primit:[16,35,25],transit:20,deprec:[56,50],famili:34,suddenli:50,establish:[50,18,20,22,54,23,56,42],select:[54,3,31,8,50],distinct:50,method_sig:18,regist:[2,11,49,17,45,55],two:[29,2,50,16,34,49,38,25,55,57],coverag:57,taken:[20,58,32],"_queue_bind":46,basi:17,forcefulli:50,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,47,46,50,49,51,52,53,54,55,56,58],prefetch_s:[2,3,49,54,55,42],get_loglevel:44,desir:17,flag:[2,3,49,53,22,25],broke:50,sens:25,known:50,cach:38,none:[3,8,10,19,44,18,12,23,25,46,29,2,31,32,41,37,38,39,42,43,11,50,49,52,53,54,55,56,34,58],midpri:35,aws_secret_access_kei:50,resolve_transport:10,histori:[14,50],remain:25,del:38,requeu:[2,31,3,49,33,54,55],delivery_tag:[54,3,31,8],def:[29,43,16,49,35,38,23,56],close_channel:[3,31],share:[20,46],dump_entri:29,accept:[55,2,49,23,50],cours:20,secur:16,rather:[2,50,3,49,55,57],anoth:[56,34],reject:[54,3,31,33],scienc:25,simpl:[29,14,2,49,50,35,36,53,21,55,27],unabl:23,resourc:[37,50,51,18,20,56,57],librabbitmq:[54,14,50,21],wait_multi:18,associ:[20,50,45,18,25],"short":18,django:[50,30,14,16,5,21,24,40],caus:[17,18,50],callback:[29,2,43,32,16,3,49,50,35,22,54,23,25,55,39,56,38,42],doesnotexist:24,queue_delet:[54,3,8,6],help:[16,14,19,50],queue_opt:[53,56],image_queu:16,held:[55,2,49],through:34,reconnect:[54,18],undeliver:[2,39],brokerconnect:[29,43,31,50,16,3,35,20,23,56,57],paramet:[2,11,3,49,50,45,18,20,38,39,25,55,56,46,57,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,50,34,49,53,54,55,56,57],epol:50,wouldn:34,good:17,"return":[43,2,31,11,3,49,50,35,17,38,54,23,45,25,39,46,34,19,58],timestamp:[29,27,58],detect_environ:[9,50],framework:[16,14],cet:50,userid:[20,56,54,50],restore_unack:3,easili:[16,50],token:58,reactiv:[55,2,49],found:25,unicod:[11,17,50],memoryerror:50,send_as_task:35,monoton:27,realli:16,expect:[34,58],handle_messag:43,flavio:[6,50],safeti:58,channel_max:54,publish:[30,31,2,16,3,50,34,17,35,53,21,54,39,25,55,56,57],payload:[29,30,31,50,16,3,35,54,24,48],print:[29,16,34,49,35,38,23,56,57],qualifi:10,advanc:[16,2,49,55],pub:[16,20,34],beanstalkc:47,reason:16,base:[11,31,14,3,50,21,46],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,50,49,51,52,53,54,55,56,58],sent_at:[48,24],pyyaml:[11,50],add_queue_from_dict:50,thread:[57,56,58,23,50],delivery_info:[3,31,54],heartbeat:54,oserror:[54,18],simple_task_queu:50,number:[0,2,50,3,20,38,23,55,39,56,58],feet:57,when_bound:[22,25],done:[2,3,49,25,55,56],blank:25,stabl:50,miss:17,is_bound:22,differ:[29,50,49,35,20,23],guest:[29,50,16,35,20,54,57],least:25,statement:16,scheme:[16,17,25],store:[1,50,16,20,38,40,25,46],reject_log_error:[3,54],option:[43,2,11,16,49,50,17,20,23,25,55,39,56,12,53],auto_delet:[50,3,54,25,55,46],bytes_to_str:4,eventio:50,process_media:16,part:[20,3,50,17,25],pars:50,consult:[20,56,10],send_messag:50,whenev:50,remov:[29,31,50,3,54,25,19],serializernotinstal:11,str:[11,50],premoli:[6,50],packag:[16,11,55],imagin:34,built:[16,17,38,10,25,34],equival:[29,46],florian:50,self:[29,11,49,35,53,38,23,56],also:[2,50,16,49,17,20,23,25,55,56,27,34],build:16,maybechannelbound:22,pipelin:41,distribut:[16,27,50],previou:50,reach:38,priority_to_routing_kei:35,most:[16,56,58,25],news_exchang:[57,25],on_consume_readi:23,exc:[2,49,35,38,23,56],clear:[53,19],cover:25,clean:57,latest:[16,50],miron:50,multi_cal:43,keyprefix_queu:41,on_consumer_end:49,nasdaq:[16,25],session:[55,1,39],daisuk:50,fine:34,find:[55,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,47,46,50,51,52,53,54,55,56,58],solut:16,couldn:56,queu:16,bernstein:50,unus:25,express:[17,50],resent:34,nativ:[16,20,17],mainten:50,fastest:34,get_queu:[43,8],restart:[34,25],bound_science_new:25,cyclic:50,stdchannelerror:[47,1,50,54,18,8,6,40,28,42],rfc:18,common:[14,50,16,35,21,25,57,12],set:[38,2,31,46,11,3,49,50,51,17,20,22,54,23,25,55,39,56,27,57],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,47,46,50,34,49,51,52,53,54,55,56,57,58],arg:[13,30,32,54,3,4,35,18,44,37,22,8,19,24,40,55,23,38,41,12,42],close:[29,47,50,16,3,49,54,51,18,41,20,8,6,25,55,53,56,57,42],someth:[29,50],particip:16,won:25,mutex:27,logwrap:52,httperror:28,altern:[2,49,17,20,25,55,56],signatur:[55,2,49,39,50],mailbox:[43,21],lowercas:50,infam:4,distinguish:50,both:[16,29,50,12,25],consumermixin:[49,23,35,50],last:[56,50,58,19,25],delimit:25,boto:8,tokensin:58,context:[29,43,50,18,20,38,23],whole:[55,2,49],load:20,simpli:16,point:3,instanti:[2,50,49,39,55,56],schedul:[3,51,21,14],header:[2,31,50,3,17,18,53,54,39,25,55,46,42],provok:18,shutdown:3,linux:50,backend:[55,46,15,50],becom:50,stamp:27,due:[31,18],empti:[50,25],yadda:57,modern:17,ensure_byt:4,imag:[16,17],great:34,coordin:34,demand:50,stolen:[58,25],"while":[29,43,2,16,49,50,38,23],duran:50,behavior:50,error:[29,47,31,50,16,3,4,35,6,44,54,8,23,18,25,56,28,42],fun:[13,43,51,35,38,23,56,12],loop:56,ordereddict:50,readi:[2,3,49,23,25,55],no_ack_consum:54,itself:[55,2,49,50],weakref:32,shorter:50,decod:[2,31,11,3,49,50,17,45,21,54,23,55],resourcenotfound:28,"__repr__":13,optim:34,syn:[14,50,9,21],user:[29,14,50,16,36,20,56],chang:[3,50,57,14],recent:[56,33,50],lower:50,task:[16,50,23,35,36],older:[19,50],entri:[29,58,50],pickl:[16,11,50,35,17],rajith:25,cest:50,shortcut:[29,56,50],sslerror:50,is_enabled_for:44,default_encod:4,dataerror:50,pyamqplib:20,auto_declar:[55,2,49,39,50],format:[20,8,50],bit:17,characterist:17,resolv:18,collect:3,api:[3,50,21,14],popular:16,deadletter_queu:50,often:57,acknowledg:[0,2,31,50,3,49,53,54,23,25,56],some:[16,27,34,17,50],back:[34,31,3,18,54,57],per:[57,17,50],prop:[54,12],retri:[2,50,38,39,55,23,56,12],slash:50,undoc:5,kumria:50,run:[4,23,35,49,50],step:[38,23],pika2:42,binding_kei:54,constraint:17,class_id:18,delivery_mod:[55,2,50,39,25],block:[29,50,35,53,56,57],"__future__":[29,35],within:[55,2,49],ensur:[2,50,16,3,22,39,55,56,12],durabl:[16,3,54,25,55,56,46],errno:50,question:[14,33],"long":[38,50,34,25],custom:[50,16,36,17,25,57,12],no_loc:54,includ:[27,17,10,50],collect_repli:12,forward:[50,27,23,25],etc:[16,17],properli:[50,25],channellimitexceed:[0,56],translat:50,sdb:[8,50],line:56,connectionerror:54,info:[29,43,50,35,44,54,56],utf:11,connectionclos:42,consist:[16,25],caller:56,minhe:50,doesn:[33,8],repres:11,cure:25,home:34,amqp:[29,2,11,16,34,54,50,35,18,20,22,8,39,25,55,57,42],titl:57,my_pictur:17,codec:50,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,58],deseri:[29,11,31,3,17,54],mongodb:[14,50,16,6,20,21],get_transport_cl:[56,10],drag:57,ago:34,algorithm:[16,58,25],far:34,hello:[35,50],pluggabl:16,code:[58,57,18,50],queri:[20,8],brokerst:[3,15],legal:8,channelclos:42,simplequeu:[29,53,56,50],base64:[17,50],send:[29,2,43,11,16,34,49,50,17,18,36,20,25,55,27,57],body_encod:50,aris:29,movsisyan:50,passiv:[54,3,50,25],reprkwarg:38,account:50,cellular:57,recip:58,abcast:43,iterconsum:55,ack_log_error:[3,54],"try":[0,2,43,50,49,35,38,23],race:50,maxsiz:19,"__copy__":50,pleas:[16,50],impli:25,smaller:[55,2,49,17],skvazh:50,video:[16,29],download:16,append:3,compat:[14,50,16,17,21,55,19],index:[16,14],routes_for:8,access:[13,3,50,25],kombu_log_connect:50,experiment:50,beanstalkcexcept:47,fujiwara:50,timeouterror:0,iteritem:19,len:53,bodi:[43,2,31,11,16,3,49,50,35,18,45,54,23,25,55,39,42],let:[57,50],ioerror:[47,54,18],ensure_connect:[56,50],sinc:17,convert:[3,18,50],convers:46,larger:17,implement:[50,16,3,33,20,23,56,46,58],fxrangemax:38,chanc:[38,51,12],"0x10264acf0":19,appli:[2,50,49,23,55,56],app:57,beanstalk:[14,47,16,50,20,21],"boolean":17,redi:[14,50,16,41,20,21,46,57],usd:[16,25],from:[3,4,8,19,16,18,20,25,27,29,2,31,32,35,50,34,49,51,53,54,55,56,57,58],login_method:[56,50],commun:34,upgrad:50,next:[38,50],"transient":[29,50,54,25,56,34],message_to_python:[3,50,18,42],rabbit:16,shortstr:18,annoy:16,unacknowledg:[55,3,49,2],retriev:8,alia:[0,50,45,10,25],annot:44,annoi:50,tag:[3,50,25],fetch:[55,30],control:[55,2,49,50],process:[29,2,31,50,16,3,49,17,54,55,43,27,57],high:[16,34,35],carrot:[16,55,50],tarbal:16,connectionfailur:6,serial:[29,14,36,2,16,50,35,17,53,21,39,25,55,11,57],uuid4:[38,12],handle_cal:43,brian:50,memoiz:13,instead:[20,3,29,50],stock:[16,34,25],on_connection_error:23,reply_exchang:43,consistent_read:8,loglevel:[52,35,44],seriou:50,counter:[27,18,50],correspond:[3,46,50],issu:[16,57,18,50],allow:[16,50],ingress:57,move:[27,50],qsize:53,warren:16,clymer:28,willing:50,anyon:34,therefor:25,eur:[16,25],crash:[4,50],greater:27,python:[29,14,31,11,16,3,50,17,18,54,55,19,58],auto:[2,17,39,25,55,56,12],dan:50,dai:34,auth:50,"0x103d33d50":3,terminolog:[16,14],unregist:[11,50],interval_max:[38,56],multiprocess:32,anyth:[57,50],msg_peek:50,queues2:49,queues1:49,mode:[50,34,25],on_iter:23,poolgroup:37,redeliv:[55,2,49],globe:34,channelpool:[56,50],our:[16,50,57,18,25],special:[16,11,57,25],out:[16,3,50,58,32],variabl:50,twice:22,req:12,ret:50,suitabl:11,sever:[16,20,49,34,44],shut:18,insid:17,"_kombu":41,bound_sicence_new:25,kilobyt:50,undo:[55,2,49],dictionari:[11,17,19],releas:[37,50,36,20,21,55,56,57],reset_aft:37,guarante:3,unwant:50,could:[34,50],put:[29,3,31,54,53],keep:50,connectionlimitexceed:[0,56,57],channel_error:[47,1,50,54,31,18,8,23,6,40,56,28,42],issue10272:50,reply_cod:18,cristian:50,softwar:[16,27],christoph:50,exchange_declar:[3,54],qualiti:[55,3,49,2,21],oldpika:50,basic_get:[54,3,50,42],ziegler:[47,50],mai:[2,34,49,17,18,20,25,55,56,57,58],retry_over_tim:38,prioriti:[2,3,35,18,54,39,25,55,42],token_bucket:58,start:[50,16,38,25,56,57],unknown:50,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,47,46,51,52,53,54,55,56,58],expected_tim:58,capac:58,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,50,48,49,53,54,55,56,57],stephan:50,monkei:50,pavel:50,"final":[43,14,50,21,32],get_nowait:53,"__del__":50,shallow:19,message_data:[3,18],basic_cancel:[50,3,8,18,41,54],structur:[3,31,54,17,11],charact:[16,11,46,50,25],itermessag:12,bind:[2,16,3,49,6,41,22,8,25,55,46],steev:50,"function":[13,14,50,57,45,21,38,23,10,25,56,28,12],kwdict:[38,35],terribl:50,py2:50,have:[29,2,50,16,34,49,17,20,38,23,25,55,39,56,57,12],disadvantag:17,need:[29,2,50,16,34,49,17,20,23,55,39,56,46,57],rout:[29,2,50,16,3,20,8,39,25,55,56,46],mid:35,mix:49,get_tabl:[46,3,8,6,41],which:[29,2,50,34,49,17,18,20,23,25,55,57,19],zlib:57,singl:[29,2,50,49,38,25,56,46,34],unless:11,who:35,deploi:34,rkei:[46,17],why:34,marshal:11,url:[14,50,36,7,20,21,56],request:[2,11,49,18,55,56,34],determin:25,fact:57,text:[16,4,44,18,45],sent:[2,31,50,16,3,49,17,54,25,55,34],raw_encod:11,anywai:34,setter:38,locat:50,forev:[38,57,56,50],should:[11,50,16,49,2,23,55,57,58],extra_context:23,local:[55,2,49,25],contribut:[16,14,50],beat:43,familiar:16,pypi:[16,55,50],maybe_conn_error:23,increas:[38,50],enabl:[2,50,16,3,49,53,54,39,55,56],directexchang:[3,46],contain:[50,3,11,25],get_decod:45,frame_max:54,allowed_method:18,basic_reject:[3,54],nitzan:50,lyon:50,correctli:[18,50],pattern:[16,8,34,25],written:34,nofreechannel:42,email:34,nowait:[54,3,42,25],kei:[29,2,50,16,3,39,25,55,56,46,19],addit:[29,2,50,20,38,23,25,55,39,56,12,53],mongod:50,equal:[55,2,49,51,19],april:[21,36],instanc:[38,2,31,50,3,49,17,52,22,23,25,55,56,57,12],default_channel:[49,50],iterqueu:55,repeatlast:38,on_special_messag:49,solv:50,on_decode_error:[55,2,49,23,50],respect:[57,50],compon:50,operationfailur:6,json:[29,2,11,16,50,17,39,57],autoretri:50,treat:25,queue_declar:[54,3,50,25],immedi:[2,54,39,25,55,56,42],ghettoq:50,lopri:35,decim:17,queue_nam:[29,30],bye:35,process_next:55,plain:17,harder:20,defin:[29,16,3,18,22,23,25,46,34,12],create_channel:[3,31,54,18,42],eintr:50,layer:16,avi:16,apply_glob:[55,3,49,2],incom:27,reviv:[2,50,49,22,39,55],welcom:16,parti:34,cross:17,member:5,handl:[43,2,50,16,49,18],"0x10269b250":11,http:[16,55,58,28,50],hostnam:[20,29,56,43,50],max_item:8,logfil:44,fromkei:19,keyboardinterrupt:35,thought:27,exampl:[29,14,43,11,16,34,50,35,36,20,38,23,25,56,46,57],command:[43,12,50],choos:20,queue_purg:[3,54,42],usual:[43,3,56,50,11],"0x101805650":57,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,47,46,51,52,53,54,55,56,58],a_glob:42,percoco:[6,50],simultan:0,add:[16,50],valid:20,is_al:18,bool:25,logger:[29,50,3,44,52,54],match:[16,46,50,18,25],gmt:50,jython:50,include_password:50,know:57,password:[20,56,54,50],recurs:17,get_item:8,insert:19,like:[29,16,57,17,25,34],lost:[2,50,39,25,55,23],basic_recov:3,necessari:[34,50],if_unusu:3,lose:34,async:[43,14,50,16,21,9],page:14,exceed:[0,38,56,50],didn:[34,50],select_for_upd:30,gevent:[23,50],with_stat:[29,35],syncdb:50,log_queu:29,librari:[29,50,17,25],tmp:16,lead:50,leak:50,avoid:[55,2,49,50],octet:[55,2,49],leav:[50,25],postencod:31,preload:56,encourag:[16,20],slight:17,usag:[56,27,50],vhost:8,host:[20,56,54,50],my_callback:16,although:[55,2,49,25],basic_qo:[3,54,42],about:[16,57,25],actual:34,socket:[29,47,50,54,18,8,56,28,42],constructor:[43,3,56],discard:[3,31,54,56,18],anyjson:50,disabl:[2,50,16,3,49,20,39,55,53,56,57],topicexchang:[3,46],own:[31,50,20,25,27,57],easy_instal:16,automat:[2,50,16,49,39,25,55,56],ionel:50,list_bind:54,transfer:[34,17],myqueu:29,safe_repr:4,adher:3,deliveri:[50,34,25],simplejson:17,subscrib:[55,2,49,34],keyerror:50,gain:17,sphinx:16,overflow:[55,2,49],bug:[16,14,50],count:3,dispatch_method:18,whether:[20,22,25],record:34,limit:[0,14,43,2,3,49,50,17,37,21,23,55,56,57,12,58],indefinit:50,virtual_host:[20,56,54,50],basic_consum:[54,3,18,41,8,40,42],otherwis:[55,2,49,25],problem:[16,50],socketerror:47,evalu:13,"int":50,dure:[55,39],filenam:29,on_rev:[56,12,50],replica:50,contextlib:29,pip:16,probabl:17,bzip2:35,brokertransport:50,virtual:[14,15,50,16,3,51,20,21,56,46],other:[2,49,17,18,20,55,27,34,19],lookup:[46,50],get_encod:45,rememb:[16,56,19],mpromis:13,fulli:[10,50],stai:[16,50],messagemanag:[30,24],experienc:50,open_fil:38,reliabl:[16,34,36],rule:[27,18],view_creat:28,cookbook:58},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","kombu.utils.url","kombu.transport.SQS","Async Utilities - kombu.syn","kombu.transport","kombu.serialization","Common Utilities - kombu.common","kombu.utils.functional","Kombu Documentation","kombu.transport.memory","kombu - 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","Logging - kombu.log","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","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.utils.url","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.log","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/pools","reference/kombu.utils.limits"]}) \ No newline at end of file
diff --git a/userguide/connections.html b/userguide/connections.html
index 3917b14e..03c2d3d3 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.1.0 documentation</title>
+ <title>Connections and transports &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 3d5a6864..dd298d5f 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.1.0 documentation</title>
+ <title>Consumers &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -398,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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 a8dbcf26..4285e40b 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.1.0 documentation</title>
+ <title>Examples &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 d3d8873d..42cfdf08 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.1.0 documentation</title>
+ <title>User Guide &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -24,9 +24,9 @@
<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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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" />
+ <link rel="prev" title="kombu - Messaging Framework for Python" href="../introduction.html" />
</head>
<body>
<div class="related">
@@ -42,9 +42,9 @@
<a href="introduction.html" title="Introduction"
accesskey="N">next</a> |</li>
<li class="right" >
- <a href="../introduction.html" title="kombu - AMQP Messaging Framework for Python"
+ <a href="../introduction.html" title="kombu - Messaging Framework for Python"
accesskey="P">previous</a> |</li>
- <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
@@ -61,7 +61,7 @@
<tbody valign="top">
<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">February 04, 2012</td>
+<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">April 03, 2012</td>
</tr>
</tbody>
</table>
@@ -124,7 +124,7 @@
</a></p>
<h4>Previous topic</h4>
<p class="topless"><a href="../introduction.html"
- title="previous chapter">kombu - AMQP Messaging Framework for Python</a></p>
+ title="previous chapter">kombu - Messaging Framework for Python</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="introduction.html"
title="next chapter">Introduction</a></p>
@@ -163,9 +163,9 @@
<a href="introduction.html" title="Introduction"
>next</a> |</li>
<li class="right" >
- <a href="../introduction.html" title="kombu - AMQP Messaging Framework for Python"
+ <a href="../introduction.html" title="kombu - Messaging Framework for Python"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
diff --git a/userguide/introduction.html b/userguide/introduction.html
index 3ea7de24..3fcdcef7 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.1.0 documentation</title>
+ <title>Introduction &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 dcdcf514..5d08db7e 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.1.0 documentation</title>
+ <title>Connection and Producer Pools &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 5528d18a..0cee9115 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.1.0 documentation</title>
+ <title>Producers &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -256,7 +256,7 @@ supported by <tt class="xref py py-meth docutils literal"><span class="pre">ensu
<li class="right" >
<a href="connections.html" title="Connections and transports"
>previous</a> |</li>
- <li><a href="../index.html">Kombu 2.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 12633c3e..2baf4b31 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.1.0 documentation</title>
+ <title>Serialization &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" accesskey="U">User Guide</a> &raquo;</li>
</ul>
</div>
@@ -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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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 09ab6c38..66eae0e5 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.1.0 documentation</title>
+ <title>Simple Interface &mdash; Kombu 2.1.3 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.1.0',
+ VERSION: '2.1.3',
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.1.0 documentation" href="../index.html" />
+ <link rel="top" title="Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 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.1.0 documentation</a> &raquo;</li>
+ <li><a href="../index.html">Kombu 2.1.3 documentation</a> &raquo;</li>
<li><a href="index.html" >User Guide</a> &raquo;</li>
</ul>
</div>