I’m using a EntireX Java Client generated from IDL file. This works fine. However, there are cases where for specific input parameters of the call, the replies from the broker return after a very long time - 20 seconds.
remark: I intentionally not want to deal with the question of tuning the remote server which conveys the reply back to the broker.
Instead, What I like to know is whether there is a way for the client, setup a timeout value for the requests being sent to the broker?
If the broker supports it, I expect to get an exception on timeout which will break the current call and return control back to the calling client.
Thanks