Hi,
I'm having a sort of problem here; I can't figure out how to set the number of times a client-stub will retry connection before giving up and throwing an exception. I've scoured the internet to no avail :(
Basically I'm looking for some setting or mechanism that would allow me to set the number of times a stub retries its connection to the end point before giving up. Preferably it would be possible for it to simply try once and then immediately fail rather than retrying at all.
Is this possible at all? I have not been able to find any documentation on it.
I'd appreciate any insight anyone has.