Overview of aio-pika features
masteraio-pika is an asynchronous Python client for RabbitMQ built on top of aiormq. It provides an object-oriented API with the following key features:
- Transparent auto-reconnects: Includes full state recovery.
- Publisher confirms: Support for RabbitMQ publisher confirms.
- Transactions: Support for AMQP transactions.
- Type-hints: Complete type-hints coverage for better developer experience.