Open stackoverflow2 opened 1 year ago
ah yes.... Can you propose something more accurate?
Maybe something like The max backoff time in seconds between two reconnect intervals
.
But what is also misleading that the same config property will be used for retry on send, see here.
So I would propose to change it on the outgoing config to something like The max backoff time in seconds between two reconnect intervals or between two resend attempts
.
Documentation
reconnect-interval
configuration property of AMQP client is misleading. Please see hereBelow is mentioned in the docs :
But this is not the correct behavior of client see here
Here it is trying to reconnect in exponential bakeoff time
Please let me know your views on this.
I will create PR for this change.