Hello, Bit of context: I am trying to implement a connection retry mechanism using proton. A bit similar to the failover Url in JMS...
I discovered that we can set "reconnect" option in the connection_options.reconnect(reconnect_timer). There are no clear documentation, how does this option behaves? Does it try to reconnect only at connection start? and does it try to reconnect in the middle of an Amqp communication (after sending/receiving some messages)? On the other side, how to know that the max retries or dead line timeout is reached? Best regards, Rabih
