RabbitMQ tutorialΒΆ

RabbitMQ tutorial adopted for aio-pika

  • Introduction
    • Hello World!
    • Sending
    • Receiving
    • Putting it all together
  • Work Queues
    • Preparation
    • Round-robin dispatching
    • Message acknowledgment
    • Message durability
    • Fair dispatch
    • Putting it all together
  • Publish/Subscribe
    • Exchanges
    • Temporary queues
    • Bindings
    • Putting it all together
  • Routing
    • Bindings
    • Direct exchange
    • Multiple bindings
    • Emitting logs
    • Subscribing
    • Putting it all together
  • Topics
    • Topic exchange
    • Putting it all together
  • Remote procedure call (RPC)
    • Client interface
    • Callback queue
    • Correlation id
    • Summary
    • Putting it all together

Logo

aio-pika

Wrapper for the aiormq for asyncio and humans

https://secure.travis-ci.org/mosquito/aio-pika.svg?branch=master

https://codecov.io/github/mosquito/aio-pika/coverage.svg?branch=master

Navigation

  • Quick start
  • Patterns and helpers
  • RabbitMQ tutorial
    • Introduction
    • Work Queues
    • Publish/Subscribe
    • Routing
    • Topics
    • Remote procedure call (RPC)
  • API Reference

Quick search

©2018, Dmitry Orlov. | Powered by Sphinx 1.8.6 & Alabaster 0.7.12 | Page source
Fork me on GitHub