You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this config app is also conecting to the server.
I'm worried that in configuration there are 2 urls parsedURI, parsedURI2, But in connectionOptions are set only servername from one Url.
How can this problem be solved correctly?
The text was updated successfully, but these errors were encountered:
Hello,
I have had the same problem as here amqp.node #331
After change my code to:
I could make the connection.
At the moment I need to use Auto-reconnect and round robin support for amqplib.
I tried:
With this config app is also conecting to the server.
I'm worried that in configuration there are 2 urls parsedURI, parsedURI2, But in connectionOptions are set only servername from one Url.
How can this problem be solved correctly?
The text was updated successfully, but these errors were encountered: