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
The idea here is that rather than put RabbitMQ behind a load balancer, which never works out well, we can pass in an array of amqp_urls and promiscuous can loop over the array until it can connect.
The assumption is that the cluster is mirrored and connecting to any member in the list is safe.
The text was updated successfully, but these errors were encountered:
The idea here is that rather than put RabbitMQ behind a load balancer, which never works out well, we can pass in an array of
amqp_urls
and promiscuous can loop over the array until it can connect.The assumption is that the cluster is mirrored and connecting to any member in the list is safe.
The text was updated successfully, but these errors were encountered: