vertx-amqp-client icon indicating copy to clipboard operation
vertx-amqp-client copied to clipboard

failover connection URLs

Open adben opened this issue 4 years ago • 2 comments

With failover enabled URL's the client can reconnect to another server automatically when connection to the current server for some reason is lost. This also implies the failover options like maxReconnectAttempts, maxReconnectDelay or reconnectDelay would be possible to set up with this

adben avatar May 13 '20 13:05 adben

hi @adben Can you please let us know which version of the vertx amqp client has the failover urls enabled. We are using Vertx in our application with amqp client version 4.2.4.

Subhransushekhar avatar Jun 27 '23 05:06 Subhransushekhar

Hi,

I'm interessted by this feature.

I have to connect to a failover cluster of ActiveMQ Classic with AMQP.

However I didn't find an option to set an URL with smallrye-messasing-amqp that use vertx-amqp-client.

mexavier avatar Sep 04 '24 14:09 mexavier