File: examples.rst

package info (click to toggle)
python-pika 0.9.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,048 kB
  • ctags: 2,110
  • sloc: python: 10,046; makefile: 134
file content (21 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Usage Examples
==============

Pika has various methods of use, between the synchronous BlockingConnection adapter and the various asynchronous connection adapter. The following examples illustrate the various ways that you can use Pika in your projects.

.. toctree::
   :glob:
   :maxdepth: 1

   examples/using_urlparameters
   examples/connecting_async
   examples/blocking_basic_get
   examples/blocking_consume
   examples/blocking_consumer_generator
   examples/comparing_publishing_sync_async
   examples/blocking_delivery_confirmations
   examples/blocking_publish_mandatory
   examples/asynchronous_consumer_example
   examples/asynchronous_publisher_example
   examples/twisted_example
   examples/tornado_consumer