For whatever it is worth I have tracked down with exception to the following code (I 
think).

org.jboss.mq.il.uil2.SocketManager.java

      private void handleStop(String error, Throwable e)
      {
         .
         .
         .
         replyAll(e);
         if (handler != null)
         {
            handler.asynchFailure(error, e);  <== thrown Here
            handler.close();
         }
         .
         .
         .
       }

org.jboss.mq.il.uil2.ServerSocketManagerHandler.java

   public void asynchFailure(String error, Throwable e)
   {
      log.debug(error, e); <= logged here.
   }

Someone who knows the read thread, write thread, and the handler interaction stuff 
better than I might want to look it over.







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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to