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

Ales Justin ajustin at redhat.com
Tue Nov 13 08:48:01 EST 2007


  User: alesj   
  Date: 07/11/13 08:48:01

  Modified:    bootstrap/deploy/messaging  messaging-service.xml
  Log:
  Additional attribute.
  
  Revision  Changes    Path
  1.4       +2 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- messaging-service.xml	13 Nov 2007 13:27:49 -0000	1.3
  +++ messaging-service.xml	13 Nov 2007 13:48:01 -0000	1.4
  @@ -3,7 +3,7 @@
   <!--
        The JBoss Messaging service deployment descriptor.
   
  -     $Id: messaging-service.xml,v 1.3 2007/11/13 13:27:49 alesj Exp $
  +     $Id: messaging-service.xml,v 1.4 2007/11/13 13:48:01 alesj Exp $
    -->
   
   <server>
  @@ -30,6 +30,7 @@
         <attribute name="FailoverStartTimeout">3000</attribute>
         <attribute name="FailoverCompleteTimeout">12000</attribute>
         <attribute name="DefaultMessageCounterHistoryDayLimit">-1</attribute>
  +      <attribute name="ClusterPullConnectionFactoryName">jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory</attribute>
   
         <depends optional-attribute-name="PersistenceManager">jboss.messaging:service=PersistenceManager</depends>
         <depends optional-attribute-name="JMSUserManager">jboss.messaging:service=JMSUserManager</depends>
  
  
  



More information about the jboss-cvs-commits mailing list