mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

Quick Start Guide, Topic Exchange guide code not working as expected #616

Open edpyt opened 5 months ago

edpyt commented 5 months ago

Topic Exchange Guide

When i run receive_log_topics.py with specific routing key, emit_log_topic.py still receives all messages.

image