vertx-amqp-client
vertx-amqp-client copied to clipboard
failover connection URLs
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
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.
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.