AMQP Pub/Sub for the Hydromill project. This project is a direct port of https://github.com/ThreeDotsLabs/watermill-amqp.
Project description
Hydromill AMQP Pub/Sub
AMQP Pub/Sub for the Hydromill project. This project is a direct port of Watermill AMQP Pub/Sub.
Usage
Example publisher:
amqp_uri = "amqp://guest:guest@localhost:5672/"
amqp_config = await new_durable_pubsub_config(amqp_uri)
publisher = await new_publisher(amqp_config)
message = Message(payload=b"simple")
await publisher.publish("topic", messages=[message])
References
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hydromill_amqp-0.1a5.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for hydromill_amqp-0.1a5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f29053c093822bebb7c200662ac1d9cdd8cd00853ca6789dbecf3be3754d6f2 |
|
MD5 | 65a2742d64274d8491a136e6ef1afbc5 |
|
BLAKE2b-256 | c0bb7f77236083fb97ccb0c886f8e6c3418d1f80b9c71584a373360d824a5431 |