[jboss-cvs] jboss-seam/bootstrap/deploy/messaging ...

Peter Muir peter at bleepbleep.org.uk
Fri Jan 11 18:41:41 EST 2008


  User: pmuir   
  Date: 08/01/11 18:41:41

  Modified:    bootstrap/deploy/messaging  remoting-service.xml
  Log:
  Enable Kabir's fixes for Embedded
  
  Revision  Changes    Path
  1.8       +2 -2      jboss-seam/bootstrap/deploy/messaging/remoting-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap/deploy/messaging/remoting-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- remoting-service.xml	10 Jan 2008 23:23:31 -0000	1.7
  +++ remoting-service.xml	11 Jan 2008 23:41:41 -0000	1.8
  @@ -3,7 +3,7 @@
   <!--
        Standard bisocket-based Remoting service deployment descriptor.
   
  -     $Id: remoting-service.xml,v 1.7 2008/01/10 23:23:31 pmuir Exp $
  +     $Id: remoting-service.xml,v 1.8 2008/01/11 23:41:41 pmuir Exp $
    -->
   
   <server>
  @@ -43,7 +43,7 @@
   
                  <!-- Max Number of connections in client pool. This should be significantly higher than
                       the max number of sessions/consumers you expect -->
  -               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
  +               <attribute name="clientMaxPoolSize" isParam="true">200</attribute>
                  
                  <!-- Use these parameters to specify values for binding and connecting control connections to 
                       work with your firewall/NAT configuration
  
  
  



More information about the jboss-cvs-commits mailing list