I'm trying to set request timeout for JMX Connector but seems like it doesn't work.
env.put("jmx.remote.x.request.waiting.timeout", new Long(30000));
But since it didn't work, i googled to see the reason and found out that in standard JMX remote api doesn't support the above environment variable.
Is there any other way to set the request time-out?