On 05/12/16 22:38, Bee wrote:
Thank you Steve and Gordon for your suggestion.
Is this meaning the client tries to reconnect the first time, but gets the
explicit error, then it stops trying to reconnect?
Yes, because it gets an explicit error returned from the broker.
Can you explain how increasing reconnect_interval_min would help if the first
reconnection attempt is supposed to happen immediately?
The error happens because of a race between the client reconnecting and
the broker handling the loss of the earlier client connection. By
delaying the first reconnect attempt the idea is to give the broker a
little more time so that hopefully it has processed the loss of the
earlier connection before the reconnect attempt. It's not foolproof of
course, for that you would have to handle the exception and explicitly
reconnect yourself.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org