This file is indexed.

/usr/share/doc/python-amqp-doc/html/index.html is in python-amqp-doc 2.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>amqp - Python AMQP low-level client library &#8212; py-amqp 2.2.2 documentation</title>
    <link rel="stylesheet" href="_static/celery.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '2.2.2',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true,
        SOURCELINK_SUFFIX: '.txt'
      };
    </script>
    <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="shortcut icon" href="_static/favicon.ico"/>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="API Reference" href="reference/index.html" /> 
  </head>
  <body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="reference/index.html" title="API Reference"
             accesskey="N">next</a> |</li>
        <li class="nav-item nav-item-0"><a href="#">py-amqp 2.2.2 documentation</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
<div class="deck">

    
        <p>
        This document describes the current stable version of py-amqp (2.2).
        For development docs,
        <a href="https://amqp.readthedocs.io/en/master/index.html">go here</a>.
        </p>
    

</div>
    <div class="section" id="amqp-python-amqp-low-level-client-library">
<h1>amqp - Python AMQP low-level client library<a class="headerlink" href="#amqp-python-amqp-low-level-client-library" 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.2.2</td>
</tr>
<tr class="field-even field"><th class="field-name">Web:</th><td class="field-body"><a class="reference external" href="https://amqp.readthedocs.io/">https://amqp.readthedocs.io/</a></td>
</tr>
<tr class="field-odd field"><th class="field-name">Download:</th><td class="field-body"><a class="reference external" href="http://pypi.python.org/pypi/amqp/">http://pypi.python.org/pypi/amqp/</a></td>
</tr>
<tr class="field-even field"><th class="field-name">Source:</th><td class="field-body"><a class="reference external" href="http://github.com/celery/py-amqp/">http://github.com/celery/py-amqp/</a></td>
</tr>
<tr class="field-odd field"><th class="field-name">Keywords:</th><td class="field-body">amqp, rabbitmq</td>
</tr>
</tbody>
</table>
<div class="section" id="about">
<h2>About<a class="headerlink" href="#about" title="Permalink to this headline"></a></h2>
<p>This is a fork of <a class="reference external" href="http://pypi.python.org/pypi/amqplib">amqplib</a> which was originally written by Barry Pederson.
It is maintained by the <a class="reference external" href="http://celeryproject.org/">Celery</a> project, and used by <a class="reference external" href="https://kombu.readthedocs.io/">kombu</a> as a pure python
alternative when <a class="reference external" href="http://pypi.python.org/pypi/librabbitmq">librabbitmq</a> is not available.</p>
<p>This library should be API compatible with <a class="reference external" href="http://pypi.python.org/pypi/librabbitmq">librabbitmq</a>.</p>
</div>
<div class="section" id="differences-from-amqplib">
<h2>Differences from <a class="reference external" href="http://pypi.python.org/pypi/amqplib">amqplib</a><a class="headerlink" href="#differences-from-amqplib" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">Supports draining events from multiple channels (<code class="docutils literal"><span class="pre">Connection.drain_events</span></code>)</p>
</li>
<li><p class="first">Support for timeouts</p>
</li>
<li><p class="first">Channels are restored after channel error, instead of having to close the
connection.</p>
</li>
<li><p class="first">Support for heartbeats</p>
<blockquote>
<div><ul class="simple">
<li><code class="docutils literal"><span class="pre">Connection.heartbeat_tick(rate=2)</span></code> must called at regular intervals
(half of the heartbeat value if rate is 2).</li>
<li>Or some other scheme by using <code class="docutils literal"><span class="pre">Connection.send_heartbeat</span></code>.</li>
</ul>
</div></blockquote>
</li>
<li><dl class="first docutils">
<dt>Supports RabbitMQ extensions:</dt>
<dd><ul class="first last simple">
<li><dl class="first docutils">
<dt>Consumer Cancel Notifications</dt>
<dd><ul class="first last">
<li>by default a cancel results in <code class="docutils literal"><span class="pre">ChannelError</span></code> being raised</li>
<li>but not if a <code class="docutils literal"><span class="pre">on_cancel</span></code> callback is passed to <code class="docutils literal"><span class="pre">basic_consume</span></code>.</li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Publisher confirms</dt>
<dd><ul class="first last">
<li><code class="docutils literal"><span class="pre">Channel.confirm_select()</span></code> enables publisher confirms.</li>
<li><code class="docutils literal"><span class="pre">Channel.events['basic_ack'].append(my_callback)</span></code> adds a callback
to be called when a message is confirmed. This callback is then
called with the signature <code class="docutils literal"><span class="pre">(delivery_tag,</span> <span class="pre">multiple)</span></code>.</li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Exchange-to-exchange bindings: <code class="docutils literal"><span class="pre">exchange_bind</span></code> / <code class="docutils literal"><span class="pre">exchange_unbind</span></code>.</dt>
<dd><ul class="first last">
<li><code class="docutils literal"><span class="pre">Channel.confirm_select()</span></code> enables publisher confirms.</li>
<li><code class="docutils literal"><span class="pre">Channel.events['basic_ack'].append(my_callback)</span></code> adds a callback
to be called when a message is confirmed. This callback is then
called with the signature <code class="docutils literal"><span class="pre">(delivery_tag,</span> <span class="pre">multiple)</span></code>.</li>
</ul>
</dd>
</dl>
</li>
</ul>
</dd>
</dl>
</li>
<li><p class="first">Support for <code class="docutils literal"><span class="pre">basic_return</span></code></p>
</li>
<li><dl class="first docutils">
<dt>Uses AMQP 0-9-1 instead of 0-8.</dt>
<dd><ul class="first last simple">
<li><code class="docutils literal"><span class="pre">Channel.access_request</span></code> and <code class="docutils literal"><span class="pre">ticket</span></code> arguments to methods
<strong>removed</strong>.</li>
<li>Supports the <code class="docutils literal"><span class="pre">arguments</span></code> argument to <code class="docutils literal"><span class="pre">basic_consume</span></code>.</li>
<li><code class="docutils literal"><span class="pre">internal</span></code> argument to <code class="docutils literal"><span class="pre">exchange_declare</span></code> removed.</li>
<li><code class="docutils literal"><span class="pre">auto_delete</span></code> argument to <code class="docutils literal"><span class="pre">exchange_declare</span></code> deprecated</li>
<li><code class="docutils literal"><span class="pre">insist</span></code> argument to <code class="docutils literal"><span class="pre">Connection</span></code> removed.</li>
<li><code class="docutils literal"><span class="pre">Channel.alerts</span></code> has been removed.</li>
<li>Support for <code class="docutils literal"><span class="pre">Channel.basic_recover_async</span></code>.</li>
<li><code class="docutils literal"><span class="pre">Channel.basic_recover</span></code> deprecated.</li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Exceptions renamed to have idiomatic names:</dt>
<dd><ul class="first last simple">
<li><code class="docutils literal"><span class="pre">AMQPException</span></code> -&gt; <code class="docutils literal"><span class="pre">AMQPError</span></code></li>
<li><code class="docutils literal"><span class="pre">AMQPConnectionException</span></code> -&gt; ConnectionError``</li>
<li><code class="docutils literal"><span class="pre">AMQPChannelException</span></code> -&gt; ChannelError``</li>
<li><code class="docutils literal"><span class="pre">Connection.known_hosts</span></code> removed.</li>
<li><code class="docutils literal"><span class="pre">Connection</span></code> no longer supports redirects.</li>
<li><code class="docutils literal"><span class="pre">exchange</span></code> argument to <code class="docutils literal"><span class="pre">queue_bind</span></code> can now be empty
to use the “default exchange”.</li>
</ul>
</dd>
</dl>
</li>
<li><p class="first">Adds <code class="docutils literal"><span class="pre">Connection.is_alive</span></code> that tries to detect
whether the connection can still be used.</p>
</li>
<li><p class="first">Adds <code class="docutils literal"><span class="pre">Connection.connection_errors</span></code> and <code class="docutils literal"><span class="pre">.channel_errors</span></code>,
a list of recoverable errors.</p>
</li>
<li><p class="first">Exposes the underlying socket as <code class="docutils literal"><span class="pre">Connection.sock</span></code>.</p>
</li>
<li><p class="first">Adds <code class="docutils literal"><span class="pre">Channel.no_ack_consumers</span></code> to keep track of consumer tags
that set the no_ack flag.</p>
</li>
<li><p class="first">Slightly better at error recovery</p>
</li>
</ul>
</div>
<div class="section" id="further">
<h2>Further<a class="headerlink" href="#further" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">Differences between AMQP 0.8 and 0.9.1</p>
<blockquote>
<div><p><a class="reference external" href="http://www.rabbitmq.com/amqp-0-8-to-0-9-1.html">http://www.rabbitmq.com/amqp-0-8-to-0-9-1.html</a></p>
</div></blockquote>
</li>
<li><p class="first">AMQP 0.9.1 Quick Reference</p>
<blockquote>
<div><p><a class="reference external" href="http://www.rabbitmq.com/amqp-0-9-1-quickref.html">http://www.rabbitmq.com/amqp-0-9-1-quickref.html</a></p>
</div></blockquote>
</li>
<li><p class="first">RabbitMQ Extensions</p>
<blockquote>
<div><p><a class="reference external" href="http://www.rabbitmq.com/extensions.html">http://www.rabbitmq.com/extensions.html</a></p>
</div></blockquote>
</li>
<li><p class="first">For more information about AMQP, visit</p>
<blockquote>
<div><p><a class="reference external" href="http://www.amqp.org">http://www.amqp.org</a></p>
</div></blockquote>
</li>
<li><p class="first">For other Python client libraries see:</p>
<blockquote>
<div><p><a class="reference external" href="http://www.rabbitmq.com/devtools.html#python-dev">http://www.rabbitmq.com/devtools.html#python-dev</a></p>
</div></blockquote>
</li>
</ul>
</div>
<div class="section" id="contents">
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="reference/index.html">API Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.connection.html"><code class="docutils literal"><span class="pre">amqp.connection</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.channel.html"><code class="docutils literal"><span class="pre">amqp.channel</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.basic_message.html"><code class="docutils literal"><span class="pre">amqp.basic_message</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.exceptions.html"><code class="docutils literal"><span class="pre">amqp.exceptions</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.abstract_channel.html"><code class="docutils literal"><span class="pre">amqp.abstract_channel</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.transport.html"><code class="docutils literal"><span class="pre">amqp.transport</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.method_framing.html"><code class="docutils literal"><span class="pre">amqp.method_framing</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.platform.html"><code class="docutils literal"><span class="pre">amqp.platform</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.protocol.html"><code class="docutils literal"><span class="pre">amqp.protocol</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.sasl.html">amqp.spec</a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.serialization.html"><code class="docutils literal"><span class="pre">amqp.serialization</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.spec.html"><code class="docutils literal"><span class="pre">amqp.spec</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.utils.html"><code class="docutils literal"><span class="pre">amqp.utils</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/amqp.five.html"><code class="docutils literal"><span class="pre">amqp.five</span></code></a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changes</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-2-2">2.2.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-2-1">2.2.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-2-0">2.2.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-1-4">2.1.4</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-1-3">2.1.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-1-2">2.1.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-1-1">2.1.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#id8">2.1.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-0-3">2.0.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-0-2">2.0.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-0-1">2.0.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-2-0-0">2.0.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-9">1.4.9</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-8">1.4.8</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-7">1.4.7</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-6">1.4.6</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-5">1.4.5</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-4">1.4.4</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-3">1.4.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-2">1.4.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-1">1.4.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-4-0">1.4.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-3-3">1.3.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-3-2">1.3.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-3-1">1.3.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-3-0">1.3.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-2-1">1.2.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-2-0">1.2.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-1-0">1.1.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-13">1.0.13</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-12">1.0.12</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-11">1.0.11</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-10">1.0.10</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-9">1.0.9</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-8">1.0.8</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-7">1.0.7</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-6">1.0.6</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-5">1.0.5</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-4">1.0.4</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-3">1.0.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-2">1.0.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-1">1.0.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-1-0-0">1.0.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-0-9-4">Version 0.9.4</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-0-9-3">Version 0.9.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-0-9-2">Version 0.9.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html#version-0-9-1">Version 0.9.1</a></li>
</ul>
</div>
</div>
<div class="section" id="indices-and-tables">
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="#">
              <img class="logo" src="_static/celery_128.png" alt="Logo"/>
            </a></p><div id="donate">
    <b>Donations welcome:</b>
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----
    ">
    <input type="submit"  border="0" name="submit" >
    </form>
</div>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/index.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="reference/index.html" title="API Reference"
             >next</a> |</li>
        <li class="nav-item nav-item-0"><a href="#">py-amqp 2.2.2 documentation</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2017, Ask Solem &amp; contributors.
    </div>
  </body>
</html>