issues Search Results · repo:Polyconseil/aioamqp language:Python
Filter by
103 results
(60 ms)103 results
inPolyconseil/aioamqp (press backspace or delete to remove)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 ...
roryodonnell
- Opened on May 15, 2024
- #242
Since Python 3.8, aioamqp no longer catches and reraises asyncio.CancelledError in protocol.run, leading to delayed
manual disconnections.
A fix is just handling both asyncio.CancelledError and Exception ...
notmeta
- Opened on May 18, 2023
- #240
Hi, I m using your aioamqp libray for a long time. Since update to aioamqp v0.15.0 I got some errors. This errors are
based on DOMAIN_REGEX in lib pamqp (v3.1.0), because I m using tag uri sheme (tag URI ...
deschmih
- 1
- Opened on May 6, 2022
- #236
With new release of aioamqp==0.15.0 a new version of pamqp is used 3.1.0 and it causes problems with subscription to a
queue with a wildcard (using asterisk in the name).
File /usr/local/lib/python3.9/site-packages/aioamqp/channel.py ...
kamichal
- 3
- Opened on Apr 6, 2022
- #235
When using publisher confirms, the broker may use the multiple flag to indicate that any delivery tag less than the one
specified should be considered acknowledged, but that isn t being respected by basic_server_ack ...
alexchamberlain
- 3
- Opened on Mar 30, 2022
- #233
We are looking forward to py3.10 support. I have tested my code with the current aioamqp and believe it is ready for
use. Do you have any plans to release on pypi? Or pre-release (0.15b1), which will not ...
scailer
- 1
- Opened on Feb 21, 2022
- #231
Hi I m receiving the following error when trying to declare a queue in a vhost inside an AmazonMQ (RabbitMQ 3.8.26)
installation:
Traceback (most recent call last):
File /home/user/.local/lib/python3.7/site-packages/aioamqp_consumer/amqp.py ...
cacciald-scoutbee
- 1
- Opened on Feb 12, 2022
- #230
Some rabbitmq servers require for queue names to be generated on the server. It was working fine until
https://github.com/Polyconseil/aioamqp/commit/acd871ac7f930892ad5994e07789b83d0cd4512b landed.
misuzu
- Opened on Aug 3, 2021
- #227
The pypi page seems out of date given that Python3.9 doesn t show up in the supported versions, while the code on github
has support for 3.9 after this PR landed:
https://github.com/Polyconseil/aioamqp/commit/388d38f28c6d5b7e6a50135de6b8ea9c44ccd6a6 ...
erikseulean
- 3
- Opened on Feb 2, 2021
- #225
When publishing to a non-existing exchange the module does not raise any exceptions, but any subsequent operation on the
channel will raise exceptions.
This code completes without problems, but will throw ...
greatvovan
- 1
- Opened on Jul 20, 2020
- #221

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.