I can configure the RabbitMQ client connection in two ways:
- comma-separated list of IP addresses
- host name that is DNS A record with multiple IP addresses
Will RabbitMQ Client connect to another node when the one with which is connected will fail?
Will do it in both cases?