User: pra     
  Date: 01/04/26 14:06:54

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Added entry for JMS connector ra with TX support
  
  Revision  Changes    Path
  1.27      +34 -0     jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- jboss.jcml        2001/04/20 08:40:59     1.26
  +++ jboss.jcml        2001/04/26 21:06:54     1.27
  @@ -310,6 +310,40 @@
     </mbean>
     -->
   
  +  <!-- JMS XA Resource adapter, use this to get transacted JMS in beans -->
  +  <mbean code="org.jboss.resource.ConnectionFactoryLoader"
  +         name="JCA:service=ConnectionFactoryLoader,name=JmsXA">
  +    <attribute name="FactoryName">JmsXA</attribute>
  +    <attribute name="RARDeployerName">JCA:service=RARDeployer</attribute>
  +    <attribute name="ResourceAdapterName">JMS Adapter</attribute>
  +    <attribute name="ConnectionManagerFactoryName">MinervaXACMFactory</attribute>
  +    <!-- See the documentation for the specific connection manager
  +         implementation you are using for the properties you can set -->
  +    <attribute name="ConnectionManagerProperties">
  +      # Pool type - uncomment to force, otherwise it is the default
  +      #PoolConfiguration=per-factory
  +
  +      # Connection pooling properties - see
  +      # org.opentools.minerva.pool.PoolParameters
  +      MinSize=0
  +      MaxSize=10
  +      Blocking=true
  +      GCEnabled=false
  +      IdleTimeoutEnabled=false
  +      InvalidateOnError=false
  +      TrackLastUsed=false
  +      GCIntervalMillis=120000
  +      GCMinIdleMillis=1200000
  +      IdleTimeoutMillis=1800000
  +      MaxIdleTimeoutPercent=1.0
  +    </attribute>
  +
  +    <!-- Principal mapping configuration -->
  +    <attribute 
name="PrincipalMappingClass">org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
  +    <attribute name="PrincipalMappingProperties">
  +    </attribute>
  +  </mbean>
  +
     <!-- ==================================================================== -->
     <!-- Auto deployment                                                      -->
     <!-- ==================================================================== -->
  
  
  

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

Reply via email to