User: chirino 
  Date: 02/03/08 22:11:47

  Modified:    src/etc/conf/default jbossmq-service.xml
  Log:
  Added a EnableTcpNoDelay option to the UIL and OIL mbeans.
  
  Revision  Changes    Path
  1.21      +3 -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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- jbossmq-service.xml       6 Mar 2002 17:29:23 -0000       1.20
  +++ jbossmq-service.xml       9 Mar 2002 06:11:47 -0000       1.21
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: jbossmq-service.xml,v 1.20 2002/03/06 17:29:23 pra Exp $ -->
  +<!-- $Id: jbossmq-service.xml,v 1.21 2002/03/09 06:11:47 chirino Exp $ -->
   
   <server>
   
  @@ -145,6 +145,7 @@
       <attribute name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
       <attribute name="ServerBindPort">8090</attribute>
       <attribute name="PingPeriod">60000</attribute>
  +    <attribute name="EnableTcpNoDelay">true</attribute>
     </mbean>
   
     <mbean code="org.jboss.mq.il.uil.UILServerILService"
  @@ -154,6 +155,7 @@
       <attribute name="XAConnectionFactoryJNDIRef">UILXAConnectionFactory</attribute>
       <attribute name="ServerBindPort">8091</attribute>
       <attribute name="PingPeriod">60000</attribute>
  +    <attribute name="EnableTcpNoDelay">true</attribute>
     </mbean>
   
   
  
  
  

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

Reply via email to