-
Notifications
You must be signed in to change notification settings - Fork 30
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
Upgrade to amqp 1.x? #70
Comments
@sickill did you get anywhere with this? I can’t use Task Bunny at the moment due to a library conflict in an older version of |
@tomtaylor I managed to use task_bunny with with amqp 0.3.1 in my project for now. I haven't approached the upgrade yet but I'd like to do it. I'm not sure when I'll get to this, but if you happen to have a patch I'd be happy to test. |
Another reason to upgrade: It would add support for AmazonMQ, since it currently only supports amqp v1.0. You could add AmazonMQ to the list of Supported Backends in the readme. |
Warning: version 1.0 of the |
The amqp version used (0.3.1) is quite old, and is starting to give conflicts with other libs.
It seems there's not much work needed according to this upgrade guide: https://github.com/pma/amqp/wiki/Upgrade-from-0.X-to-1.0
I'd be happy to work on PR if you're interested.
The text was updated successfully, but these errors were encountered: