Below are the dependecies of an old phoenix application. This connection works when connecting to CloudAMQP account with erlang version 19.3 and RabbitMQ 3.6.10. But with latest version of Elang it does not work, no erros, I do not see a connection being established in management console of RabbitMQ
compilation works fine without issues, no run time errors just that the connection is not shown in the management console. Same code with just changing the MQ DNS works fine, if I change to new DNS it does not establish the connection. No errors during run time
if I copy the config to dev.exs and start using mix phx.server I see the connection is made. but crating the build and release and starting the application using start does not connect to RabbitMQ