smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

AMQP - client reconnect-interval configuration property docs misleading

Open stackoverflow2 opened this issue 3 years ago • 2 comments

Documentation reconnect-interval configuration property of AMQP client is misleading. Please see here

Below is mentioned in the docs : image

But this is not the correct behavior of client see here

Here it is trying to reconnect in exponential bakeoff time

image

Please let me know your views on this.

I will create PR for this change.

stackoverflow2 avatar Dec 08 '22 05:12 stackoverflow2

ah yes.... Can you propose something more accurate?

cescoffier avatar Dec 11 '22 16:12 cescoffier

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.

image

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.

dv0gt avatar Jan 12 '24 12:01 dv0gt

Closed by #2984

ozangunalp avatar Oct 06 '25 12:10 ozangunalp