User: chirino 
  Date: 01/11/08 22:26:37

  Modified:    src/etc/conf/default jbossmq-service.xml
  Log:
  Created a new JBossMQ IL that uses the HA framework.
  
  Revision  Changes    Path
  1.8       +15 -2     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jbossmq-service.xml       2001/10/28 01:27:00     1.7
  +++ jbossmq-service.xml       2001/11/09 06:26:37     1.8
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jbossmq-service.xml,v 1.7 2001/10/28 01:27:00 chirino Exp $ -->
  +<!-- $Id: jbossmq-service.xml,v 1.8 2001/11/09 06:26:37 chirino Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -26,7 +26,9 @@
     <depends>JBOSS-SYSTEM:service=Naming</depends>
   
     <classpath archives="
  -    jbossmq.jar
  +    jbossmq.jar,
  +     jbossmqha.jar,
  +     jbossha.jar
         "/>
   
     <!-- ==================================================================== -->
  @@ -100,6 +102,17 @@
       <attribute name="ServerBindPort">8091</attribute>
       <attribute name="PingPeriod">60000</attribute>
     </mbean>
  +
  +<!-- This will start a High Availability (HA) connection factory (experimental) -->
  +<!--
  +  <mbean code="org.jboss.mq.il.ha.HAServerILService"
  +      name="JBossMQ:service=InvocationLayer,type=HA">
  +    <attribute name="ConnectionFactoryJNDIRef">HAConnectionFactory</attribute>
  +    <attribute name="XAConnectionFactoryJNDIRef">HAXAConnectionFactory</attribute>
  +    <attribute name="PartitionName">DefaultPartition</attribute>
  +    <attribute 
name="LoadBalancePolicy">org.jboss.ha.framework.interfaces.FirstAvailable</attribute>
  +  </mbean>
  +-->
   
     <!-- 
        | The following three line create 3 topics named: 
  
  
  

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

Reply via email to