Hello,
I am working on connection troubleshooting for my implementation of the Java SE Client 4.3.8 and there is a functionality I can't seem to figure out. I have a primary and secondary connection hence, if my client disconnects and the connection cannot be recovered I would like to manually swap over to my other connection, however, despite messing around with the values in the connection options I can't seem to get my client to go into status DISCONNECTED.

It simply loops between DISCONNECTED:WILL-RETRY and CONNECTING indefinitely. I would like it to retry a few times (maybe for 30 seconds or so) but eventually give up. This seems like something that would be supported in the connection options but I can't seem to figure it out. I appreciate any pointers, thank you.