[jboss-user] [Messaging, JMS & JBossMQ] - Re: SocketTimeoutException:Read timed out after client conne

hsoldier do-not-reply at jboss.com
Mon Aug 21 11:00:23 EDT 2006


Hi All,

the client timeout that you are observing is "by design" and can be configured in the uil2-service.xml file for the "jboss.mq:service=InvocationLayer,type=UIL2" managed bean:

- ReadTimeout attribute (in milliseconds, default is 120000 - two minutes): it is used to disconnect the client on the server-side if there is no activity

- ClientReadTimeout attribute (in milliseconds, default is 120000 - two minutes): it is used to disconnect the client on the client-side if there is no activity
 
Hope this helps,
Peter


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966460#3966460

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966460



More information about the jboss-user mailing list