amqp icon indicating copy to clipboard operation
amqp copied to clipboard

Connection.open_direct is not working with latest amqp_client

Open ono opened this issue 7 years ago • 5 comments

The test fails with the amqp_client 3.6.11 on local.

ono avatar Aug 27 '17 10:08 ono

@binarin I haven't look into the issue properly but wonder if you can take a look as you wrote the PR. You will be able to reproduce the issue by running mix test with master branch on your local. Thanks!

ono avatar Aug 27 '17 10:08 ono

I'll try to investigate it this week. But looks like there is some problem in amqp_client from RabbitMQ itself.

binarin avatar Aug 29 '17 07:08 binarin

Thanks Alexey!

ono avatar Aug 29 '17 10:08 ono

Remove open_direct from master for time being. Once it's sorted out on rabbit_client, we can revert https://github.com/pma/amqp/commit/836978fb677b55709a6e7de52bafb7eb65d03e84 .

ono avatar Feb 07 '18 10:02 ono

This appears to be addressed on 3.7.15 🙌

ono avatar Apr 26 '19 19:04 ono