Java client [recently introduced automatic connection recovery retries](https://github.com/rabbitmq/rabbitmq-java-client/pull/388) as on opt-in feature. They are useful in scenarios where recovery happens concurrently to other client activity in a way that can trip recovery up. It would be nice to do the same in this client. Related to #487.