Giter VIP home page Giter VIP logo

aioamqp_consumer's People

Contributors

alternativshik avatar asvetlov avatar hellysmile avatar krkd avatar kvirt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aioamqp_consumer's Issues

Python 3.7 and pypy support

Hello guys.

I have tried use aioamqp_consumer with python 3.7 and there's a error that could be fixed simply updating aioamqp to version 0.11.0.

Python 3.7.6 (default, Jan 17 2020, 01:24:44) 
[GCC 9.2.1 20200104] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import aioamqp
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/amenezes/Documents/github/aioamqp_consumer/venv/lib/python3.7/site-packages/aioamqp/__init__.py", line 8, in <module>
    from .protocol import AmqpProtocol
  File "/home/amenezes/Documents/github/aioamqp_consumer/venv/lib/python3.7/site-packages/aioamqp/protocol.py", line 13, in <module>
    from .compat import ensure_future
  File "/home/amenezes/Documents/github/aioamqp_consumer/venv/lib/python3.7/site-packages/aioamqp/compat.py", line 11
    ensure_future = asyncio.async
                                ^
SyntaxError: invalid syntax

Also to verify and validate backwards compatibility I appended python 3.7 and pypy 3.6 in the tox.ini file as:

[tox]
envlist =
    py3{5,6,7},pypy3.6
...

All tests work's properly. But another issue maybe related to my environment is that tox didn't work at first only after an update (pip install -U tox).

py35: commands succeeded
py36: commands succeeded
py37: commands succeeded
pypy3.6: commands succeeded
congratulations :)

However, I noticed that project dosen't have updates more than a year ago. So this project still alive? A PR for this use case is relevant or there are any roadmap to include this support?

Ability to set message properties in RpcClient

Hello,

I checked the documentation and code, but could not find how to set message properties, in my case the delivery_mode, using the RpcClient.

Would it be possible to add an option to configure the properties or point out how to do it if i missed it?

Thanks!

Routing key issues

Merging #12 brings that any queue is binded to default routing key '', it means each message come all possible queues.

Here is my hotfix 0b23d53 , but I am not sure is right or not

@alternativshik can You take a look on it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.