aioamqp icon indicating copy to clipboard operation
aioamqp copied to clipboard

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

Open deschmih opened this issue 3 years ago • 1 comments

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 avatar May 06 '22 11:05 deschmih

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

deschmih avatar Jun 28 '22 05:06 deschmih