ActiveMQ provides a way to connect with a 'failover' URL that contains multiple ActiveMQ host and ports. I am working with the vertx amqp-bridge.start() method and can't find how to use the failover URL instead of a single host and port.
As an example, here is the format of the failover URL:
failover:(tcp://
host.number.1.net:5672,tcp://host.number.2.net:5672)?randomize=false&initialReconnectDelay=100&timeout=600000
Any help would be appreciated.
Regards,
Garrett