[jboss-user] [Remoting] - Re: Socket Timeout?

2009-03-18 Thread ron.si...@jboss.com
If you're using the UnifiedInvoker, which is based on JBossRemoting, then you can go to $JBOSS_HOME/server/$CONFIG/conf/jboss-service.xml and update the "jboss.remoting:service=Connector,transport=socket" MBean with a "timeout" parameter: | | | | | |

[jboss-user] [Remoting] - Re: Socket Timeout?

2009-08-19 Thread klester
Thanks for the info, that was the nudge that I needed to get the timeouts to work. See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=152166 for the full details on how to get this to work. Thanks Kevin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[jboss-user] [Remoting] - Re: Socket timeout exception handler

2009-07-20 Thread ron.si...@jboss.com
There's no built in listener facility (except in the context of callbacks from the server to the client). However, if you want to have some fun, you could write a custom SocketFactory that creates custom Sockets that return custom SocketInputStreams. You would want to configure the SocketFacto