User: chirino 
  Date: 01/09/26 20:27:43

  Modified:    src/main/org/jboss/mq/il/oil OILServerILService.java
  Log:
  Due to popular demand the PingThread is now shared by all the connections
  in one VM.  And the the ping period is configurable at each ConnectionFactory.
  
  Revision  Changes    Path
  1.7       +2 -2      jbossmq/src/main/org/jboss/mq/il/oil/OILServerILService.java
  
  Index: OILServerILService.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/il/oil/OILServerILService.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- OILServerILService.java   2001/09/26 05:02:28     1.6
  +++ OILServerILService.java   2001/09/27 03:27:43     1.7
  @@ -46,7 +46,7 @@
    * Implements the ServerILJMXService which is used to manage the JVM IL.
    *
    * @author    Hiram Chirino ([EMAIL PROTECTED])
  - * @version   $Revision: 1.6 $
  + * @version   $Revision: 1.7 $
    */
   public class OILServerILService extends org.jboss.mq.il.ServerILJMXService 
implements Runnable, OILServerILServiceMBean
   {
  @@ -97,7 +97,7 @@
       */
      public java.util.Properties getClientConnectionProperties()
      {
  -      Properties rc = new Properties();
  +      Properties rc = super.getClientConnectionProperties();
         rc.setProperty(GenericConnectionFactory.CLIENT_IL_SERVICE_KEY, 
"org.jboss.mq.il.oil.OILClientILService");
         return rc;
      }
  
  
  

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

Reply via email to