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
if this is an authenticated user, I had to build the url with the creds in the url. (If there's a different way to do this, let me know.)
amqps://user:pw@url:5671
Be sure to run encodeURIComponent() your password before putting it in the url!
Also, if you have an AmazonMQ broker with failover, only one instance is available at a time. I've witnessed this switching back and forth unreliably as to which one is available. Try switching between your two urls (if you have them) if connect becomes unresponsive. I'm currently investigating whether this library supports setting up a failover.
Hi there,
I am using Amazon MQ using the AMQP connection string and for some or other reason, the promises are not returning anything. No error or success..
I have copied the code from your examples, as well as played around with the policy and for some reason the application just waits..
Please assist. I just decommissioned my RabbitMQ server and now i need to sort the application via amazon MQ.
Code below:
The text was updated successfully, but these errors were encountered: