Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

from_url does not parse heartbeat query param #242

Open roryodonnell opened 1 month ago

roryodonnell commented 1 month ago

As title, it would be nice if one could specify the heartbeat within the URL using query parameters, for example

transport, protocol = aioamqp.from_url("amqp://guest:guest@rabbit-mq:5672/?heartbeat=60")