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

Make it possible to configure unlimited reconnects / retries

Open PatrickHuetter opened this issue 8 years ago • 1 comments

At this time it's only possible to define a maximum of retries for a reconnect. There should be also the option to configure unlimited retries (e.g. with -1) or similar.

PatrickHuetter avatar Jul 14 '16 13:07 PatrickHuetter

You are right. The workaround is to set a high value Integer.MAX_VALUE for example.

poiuytrez avatar Jul 18 '16 07:07 poiuytrez