vert-x3 / vertx-rabbitmq-client

Vert.x RabbitMQ Service
Apache License 2.0
73 stars 64 forks source link

Be clear about the difference between AutomaticRecovery and Reconnect #128

Closed Yaytay closed 3 years ago

Yaytay commented 3 years ago

AutomaticRecovery is the facility provided by the Java RabbitMQ client library. Reconnect is the facility provided by the vertx client.

AutomaticRecovery doesn't work in some situations, Reconnect requires help from the caller.

The configuration options for these two aren't named consistently, which is going to cause confusion.

Yaytay commented 3 years ago

Done.