task_bunny icon indicating copy to clipboard operation
task_bunny copied to clipboard

Upgrade to amqp 1.x?

Open ku1ik opened this issue 6 years ago • 4 comments

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.

ku1ik avatar Jan 29 '19 11:01 ku1ik

@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 rabbit_common, so I’d love to see this fixed in. Can I help?

tomtaylor avatar Mar 09 '19 07:03 tomtaylor

@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.

ku1ik avatar Mar 09 '19 08:03 ku1ik

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.

rraub avatar Apr 12 '19 16:04 rraub

Warning: version 1.0 of the amqp elixir library unfortunately has no compatibility of AMQP 1.0 the protocol. Just lost some trying to figure out Amazon MQ compatibility and am not seeing any good options yet.

AdrianSchneider avatar Jul 23 '20 21:07 AdrianSchneider