Closed williamweckl closed 5 years ago
Hey @williamweckl. Thanks for reporting the issue. Can you share the amqp_url (without a credential and actual hostname of course) please?
Thanks!
We also experienced the problem when upgrading to 1.3.0
. Opening a connection returned a connection error.
Connection.open(config[:uri])
-> {:error, :econnrefused}
Haven't had a chance to debug it yet, we just reverted to 1.2.2
Our amqp_url is in the format amqp://username:password@hostname:port
i will take a look at it this evening. thanks for reporting!
@williamweckl @nburkley just released the bugfix with 1.3.1. let me know if you still see any issues. thanks again for reporting!
great, thanks for the quick fix @ono!
Updated to 1.3.1 and problem still happen... econnrefused
Upgrading to 1.3.1 fixed the problem for us.
@williamweckl, it might be helpful to include the amqp_url (without a credential and actual hostname).
@nburkley "amqp://user:password@xxxx.rmq.cloudamqp.com/xpto"
@williamweckl i signed up cloudamqp.com
and tried with URL. I successfully managed to open a connection with 1.3.1. Can you double check with your deps
directory and make sure amqp has been updated?
It worked now after trying again and updating to 1.3.2. Don't know what I was doing wrong but sorry about the confusion.
Thanks!
After upgrading to 1.3.0 It does not connect to RabbitMQ anymore. After downgrading it to 1.2.2 it worked again.
Elixir version: 1.9.0 OTP: 22.0.3
My code that connects to AMQP:
The logs: