2016-07-16 18:51:23 +00:00
|
|
|
=======================================
|
|
|
|
Connection - ``kombu.connection``
|
|
|
|
=======================================
|
2010-10-27 07:17:37 +00:00
|
|
|
|
2010-07-23 12:43:33 +00:00
|
|
|
.. currentmodule:: kombu.connection
|
|
|
|
|
|
|
|
.. automodule:: kombu.connection
|
2010-10-27 07:17:37 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
Connection
|
|
|
|
----------
|
|
|
|
|
2012-06-24 15:32:17 +00:00
|
|
|
.. autoclass:: Connection
|
2012-10-23 15:20:32 +00:00
|
|
|
:members:
|
|
|
|
:undoc-members:
|
2010-10-27 07:17:37 +00:00
|
|
|
|
|
|
|
Pools
|
|
|
|
-----
|
|
|
|
|
|
|
|
.. seealso::
|
|
|
|
|
2012-06-24 15:32:17 +00:00
|
|
|
The shortcut methods :meth:`Connection.Pool` and
|
|
|
|
:meth:`Connection.ChannelPool` is the recommended way
|
2010-10-27 07:17:37 +00:00
|
|
|
to instantiate these classes.
|
|
|
|
|
|
|
|
.. autoclass:: ConnectionPool
|
|
|
|
|
|
|
|
.. autoattribute:: LimitExceeded
|
|
|
|
|
|
|
|
.. automethod:: acquire
|
|
|
|
.. automethod:: release
|
2012-10-23 15:20:32 +00:00
|
|
|
.. automethod:: force_close_all
|
2010-10-27 07:17:37 +00:00
|
|
|
|
|
|
|
.. autoclass:: ChannelPool
|
|
|
|
|
|
|
|
.. autoattribute:: LimitExceeded
|
|
|
|
|
|
|
|
.. automethod:: acquire
|
|
|
|
.. automethod:: release
|
2012-10-23 15:20:32 +00:00
|
|
|
.. automethod:: force_close_all
|