0

I can configure the RabbitMQ client connection in two ways:

  1. comma-separated list of IP addresses
  2. 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?

kinjelom
  • 6,105
  • 3
  • 35
  • 61
  • 1
    Please, ask such a question on RabbitMQ user group https://groups.google.com/forum/?#!forum/rabbitmq-users. They don't monitor SO. – Artem Bilan Dec 17 '18 at 14:21

1 Answers1

1

Yes, it should work as described. Give it a try yourself! I suggest using toxiproxy to interrupt a connection and force a reconnect to another node.


NOTE: the RabbitMQ team monitors the rabbitmq-users mailing list and only sometimes answers questions on StackOverflow.

kinjelom
  • 6,105
  • 3
  • 35
  • 61
Luke Bakken
  • 8,993
  • 2
  • 20
  • 33