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

  Modified:    src/main/org/jboss/mq/il/rmi RMIServerILService.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.5       +2 -2      jbossmq/src/main/org/jboss/mq/il/rmi/RMIServerILService.java
  
  Index: RMIServerILService.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/il/rmi/RMIServerILService.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RMIServerILService.java   2001/09/01 03:00:59     1.4
  +++ RMIServerILService.java   2001/09/27 03:27:43     1.5
  @@ -19,7 +19,7 @@
    *  Implements the ServerILJMXService which is used to manage the JVM IL.
    *
    * @author     Hiram Chirino ([EMAIL PROTECTED])
  - * @version    $Revision: 1.4 $
  + * @version    $Revision: 1.5 $
    */
   public class RMIServerILService extends org.jboss.mq.il.ServerILJMXService 
implements RMIServerILServiceMBean
   {
  @@ -56,7 +56,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.rmi.RMIClientILService");
         return rc;
      }
  
  
  

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

Reply via email to