Closed raulchedrese closed 1 week ago
Once there is a release of amqp_client it should be good. You can also explicitly override the rabbit_common dependency if you prefer.
👍🏽 thanks for the tip @josevalim! I'll give overriding the version a try and keep an eye out for a amqp_client
release.
A bit late for the game but hopefully it is also useful (override seems to be working) https://github.com/pma/amqp/issues/231
We released amqp 4.0.0 which can be compiled with OTP 27. I know it is a bit confusing but amqp_client is backward compatible so it should work with RabbitMQ server 3.x too.
Please use it with caution though: https://github.com/pma/amqp?tab=readme-ov-file#otp-27-support
Yep, this seems to be fixed. @raulchedrese feel free to reopen if you still see issues.
This looks to be related to this issue https://github.com/rabbitmq/rabbitmq-server/issues/11328.
Seems like it is fixed in the newest version of https://hex.pm/packages/rabbit_common but the dependency chain from here to there will need to be updated.