Skip to main content

RMQaio

Async RabbitMQ library with spec-based API, topology restore, and automatic reconnection.

Installation

pip install rmqaio

Quick Start

import asyncio
from rmqaio import Connection, Exchange, ExchangeSpec, Ops, Queue, QueueSpec

async def main():
    conn = Connection("amqp://localhost")
    await conn.open()

    ops = Ops(conn)

    exchange = Exchange(ExchangeSpec(name="events", type="topic", durable=True), ops)
    await exchange.declare(restore=True)

    queue = Queue(QueueSpec(name="my-queue", durable=True), ops)
    await queue.declare(restore=True)
    await queue.bind("events", routing_key="#", restore=True)

    await conn.close()

asyncio.run(main())

Documentation

Release files for rmqaio 0.19.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for rmqaio 0.19.1
File Size Uploaded
rmqaio-0.19.1.tar.gz 18.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for rmqaio 0.19.1
File Interpreter ABI Platform
rmqaio-0.19.1-py3-none-any.whl Python 3 none any Details

Total release size: 38.8 kB

Release files / rmqaio-0.19.1.tar.gz

Download URL rmqaio-0.19.1.tar.gz
Size 18.2 kB
Tags Source
SHA-256 checksum
How to use checksums
06ae49a107a28e6b15837ab85cbe2af125a9f23a632d69f6733d54b67e5a6792
BLAKE2b-256 checksum
How to use checksums
cc68cba05276c5c17d42f678f2aca09520686fae3f8fedc50f804d2e8a0c7f4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/2.3.2 CPython/3.11.9 Darwin/25.2.0

Release files / rmqaio-0.19.1-py3-none-any.whl

Download URL rmqaio-0.19.1-py3-none-any.whl
Size 20.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2d2f848a4a8d2405c8b981b5279a5cac79300e63baec6a79c2605cb33092def5
BLAKE2b-256 checksum
How to use checksums
9bd34f172a05c1f76ba24288d3c38e5e1981d85a8d4229e9b5d86c29e3992652
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/2.3.2 CPython/3.11.9 Darwin/25.2.0

Release history Release notifications | RSS feed

This release

0.19.1 This release

2 release files

0.19.0

2 release files

0.16.0

2 release files

0.15.2

2 release files

0.15.0

2 release files

0.13.0

2 release files

0.12.3

2 release files

0.12.2

2 release files

0.12.1

2 release files

0.11.0

2 release files

0.10.0

2 release files

0.9.0

2 release files

0.8.0

2 release files

0.7.0

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page