Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
deschmih opened this issue May 6, 2022 · 1 comment

Comments

@deschmih
Copy link

deschmih commented May 6, 2022

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:
gmr/pamqp#41

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

Kind regards,
Michael

@deschmih
Copy link
Author

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

aioamqp/setup.py

Lines 27 to 29 in 802bb9e

install_requires=[
'pamqp>=3.1.0',
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant