We have an application where client creates temporary queue to the server and server 
communicates with client using this queue. We want to do some clean-up on the server 
whenever client disconnects or logs out. Essentially, we want to  know when the queue 
was broken, and based on that want to do something on server. What's the easiest way 
to do this?

Instead of just logging the java.net.SocketException that occurs on client disconnect, 
is there a way to plug-in a listener that executes some application specific code when 
this occurs?

Thanks in advance.


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

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


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to