Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

using tag uri scheme for queue and exchange names are not longer possible #236

Open deschmih opened 2 years ago

deschmih commented 2 years ago

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 scheme - Wikipedia) (tag URI scheme - IETF) for naming queue and exchanges.

see also: https://github.com/gmr/pamqp/issues/41

This issue is only created for informing users of aioamqp about this circumstance.

Kind regards, Michael

deschmih commented 2 years ago

The issue is now fixed and available in https://github.com/gmr/pamqp/releases/tag/3.2.0. Many thanks to @gmr. Now it would be nice to have this as min version (3.2.0) in https://github.com/Polyconseil/aioamqp/blob/802bb9efad467b37e7be5f7e29c01621878b7d7e/setup.py#L27-L29