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

  Modified:    src/etc/conf/default jbossmq-service.xml
  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.4       +5 -1      jbossmq/src/etc/conf/default/jbossmq-service.xml
  
  Index: jbossmq-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/etc/conf/default/jbossmq-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jbossmq-service.xml       2001/09/11 03:05:26     1.3
  +++ jbossmq-service.xml       2001/09/27 03:27:42     1.4
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jbossmq-service.xml,v 1.3 2001/09/11 03:05:26 dmaplesden Exp $ -->
  +<!-- $Id: jbossmq-service.xml,v 1.4 2001/09/27 03:27:42 chirino Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -59,24 +59,28 @@
         name="JBossMQ:service=InvocationLayer,type=JVM">
       <attribute name="ConnectionFactoryJNDIRef">java:/ConnectionFactory</attribute>
       <attribute 
name="XAConnectionFactoryJNDIRef">java:/XAConnectionFactory</attribute>
  +    <attribute name="PingPeriod">0</attribute>
     </mbean>
   
     <mbean code="org.jboss.mq.il.rmi.RMIServerILService"
         name="JBossMQ:service=InvocationLayer,type=RMI"> 
       <attribute name="ConnectionFactoryJNDIRef">RMIConnectionFactory</attribute>
       <attribute name="XAConnectionFactoryJNDIRef">RMIXAConnectionFactory</attribute>
  +    <attribute name="PingPeriod">60000</attribute>
     </mbean>
   
     <mbean code="org.jboss.mq.il.oil.OILServerILService"
         name="JBossMQ:service=InvocationLayer,type=OIL">
       <attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>
       <attribute name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
  +    <attribute name="PingPeriod">60000</attribute>
     </mbean>
   
     <mbean code="org.jboss.mq.il.uil.UILServerILService"
         name="JBossMQ:service=InvocationLayer,type=UIL">
       <attribute name="ConnectionFactoryJNDIRef">UILConnectionFactory</attribute>
       <attribute name="XAConnectionFactoryJNDIRef">UILXAConnectionFactory</attribute>
  +    <attribute name="PingPeriod">60000</attribute>
     </mbean>
   
     <!-- 
  
  
  

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

Reply via email to