amqp
amqp copied to clipboard
Test with Elixir 1.17
This module appears to work fine with Elixir v1.17.
Not so much with OTP v27, there’s a compiler error in rabbit_common:
===> Compiling rabbit_common
===> Compiling src/rabbit_types.erl failed
rabbit_types.erl:14:20: syntax error before: '/'
rabbit_types.erl:38:16: syntax error before: '::'
Related RabbitMQ issue: https://github.com/rabbitmq/rabbitmq-server/issues/11328
Thanks!
I filed the issue here for visibility.
I also noticed they didn't release 3.13.x for amqp_client while they updated rabbit_common on 31st May. It might fix the compile issue. While it might take some time to address the server issue with OTP 27, I wonder if the compile issue can be solved and it works on a client side.
I have requested it here: https://github.com/rabbitmq/rabbitmq-server/issues/11593