File: examples.rst

package info (click to toggle)
python-pika 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,064 kB
  • sloc: python: 20,886; makefile: 136
file content (27 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (2)
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
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_consume_recover_multiple_hosts
   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/asyncio_consumer
   examples/twisted_example
   examples/tornado_consumer
   examples/tls_mutual_authentication
   examples/tls_server_authentication
   examples/heartbeat_and_blocked_timeouts
   examples/direct_reply_to