User: chirino 
  Date: 01/09/26 21:09:35

  Modified:    src/main/org/jboss/mq/il/jvm JVMClientILService.java
  Log:
  Cleaning up the ILs a little bit.  It was reported that client connections
  were not being closed properly on Linux.  We are now explicitly closing
  the serverIL sockets on the OIL and UIL ILs.
  
  Revision  Changes    Path
  1.3       +2 -2      jbossmq/src/main/org/jboss/mq/il/jvm/JVMClientILService.java
  
  Index: JVMClientILService.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/il/jvm/JVMClientILService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JVMClientILService.java   2001/08/17 03:04:03     1.2
  +++ JVMClientILService.java   2001/09/27 04:09:35     1.3
  @@ -21,7 +21,7 @@
    * @author     Norbert Lataille ([EMAIL PROTECTED])
    * @author     Hiram Chirino ([EMAIL PROTECTED])
    * @created    August 16, 2001
  - * @version    $Revision: 1.2 $
  + * @version    $Revision: 1.3 $
    */
   public class JVMClientILService implements org.jboss.mq.il.ClientILService {
   
  @@ -55,7 +55,7 @@
       */
      public void stop()
         throws java.lang.Exception {
  -      clientIL.stopped = false;
  +      clientIL.stopped = true;
      }
   
      /**
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to