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

Peter Muir peter at bleepbleep.org.uk
Thu Jan 10 18:23:31 EST 2008


  User: pmuir   
  Date: 08/01/10 18:23:31

  Modified:    bootstrap/deploy/messaging   remoting-service.xml
                        messaging-service.xml
  Log:
  Update bootstrap
  
  Revision  Changes    Path
  1.7       +1 -1      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- remoting-service.xml	5 Dec 2007 17:49:57 -0000	1.6
  +++ remoting-service.xml	10 Jan 2008 23:23:31 -0000	1.7
  @@ -3,7 +3,7 @@
   <!--
        Standard bisocket-based Remoting service deployment descriptor.
   
  -     $Id: remoting-service.xml,v 1.6 2007/12/05 17:49:57 pmuir Exp $
  +     $Id: remoting-service.xml,v 1.7 2008/01/10 23:23:31 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="clientMaxPoolSize" isParam="true">200</attribute>
  +               <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>
                  
                  <!-- Use these parameters to specify values for binding and connecting control connections to 
                       work with your firewall/NAT configuration
  
  
  
  1.10      +1 -1      jboss-seam/bootstrap/deploy/messaging/messaging-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: messaging-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap/deploy/messaging/messaging-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- messaging-service.xml	5 Dec 2007 17:49:57 -0000	1.9
  +++ messaging-service.xml	10 Jan 2008 23:23:31 -0000	1.10
  @@ -3,7 +3,7 @@
   <!--
        The JBoss Messaging service deployment descriptor.
   
  -     $Id: messaging-service.xml,v 1.9 2007/12/05 17:49:57 pmuir Exp $
  +     $Id: messaging-service.xml,v 1.10 2008/01/10 23:23:31 pmuir Exp $
    -->
   
   <server>
  @@ -87,7 +87,7 @@
         
         <!-- Use XA when pulling persistent messages from a remote node to this one. -->
         
  -      <attribute name="UseXAForMessagePull">false</attribute>
  +      <!-- <attribute name="UseXAForMessagePull">false</attribute>-->
         
         <!-- When redistributing messages in the cluster. Do we need to preserve the order of messages received
               by a particular consumer from a particular producer? -->
  
  
  



More information about the jboss-cvs-commits mailing list