User: dmaplesden
  Date: 01/09/10 20:05:26

  Modified:    src/etc/conf/default jbossmq-service.xml
  Log:
  Altered configuration to work with new deployment mechanism
  
  Revision  Changes    Path
  1.3       +4 -59     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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jbossmq-service.xml       2001/09/09 05:40:47     1.2
  +++ jbossmq-service.xml       2001/09/11 03:05:26     1.3
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jbossmq-service.xml,v 1.2 2001/09/09 05:40:47 d_jencks Exp $ -->
  +<!-- $Id: jbossmq-service.xml,v 1.3 2001/09/11 03:05:26 dmaplesden Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -23,11 +23,11 @@
   
   <server>
   
  +  <depends>JBOSS-SYSTEM:service=Naming</depends>
   
  -
     <classpath archives="
  -    jbossmq.jar,
  -    jbosscx.sar"/>
  +    jbossmq.jar
  +      "/>
   
     <!-- ==================================================================== -->
     <!-- JBossMQ                                                              -->
  @@ -116,60 +116,5 @@
         name="JBossMQ:service=Queue,name=ex"/>
     <mbean code="org.jboss.mq.server.QueueManager"
         name="JBossMQ:service=Queue,name=DLQ"/>
  -
  -  <!-- The JMS provider loader -->
  -  <mbean code="org.jboss.jms.jndi.JMSProviderLoader"
  -      name=":service=JMSProviderLoader,name=JBossMQProvider">
  -    <attribute name="ProviderName">DefaultJMSProvider</attribute>
  -    <attribute name="ProviderAdapterClass">
  -      org.jboss.jms.jndi.JBossMQProvider
  -    </attribute>
  -    <attribute name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
  -    <attribute name="TopicFactoryRef">java:/XAConnectionFactory</attribute>
  -  </mbean>
  -
  -  <!-- The server session pool for Message Driven Beans -->
  -  <mbean code="org.jboss.jms.asf.ServerSessionPoolLoader"
  -      name=":service=ServerSessionPoolMBean,name=StdJMSPool">
  -    <attribute name="PoolName">StdJMSPool</attribute>
  -    <attribute name="PoolFactoryClass">
  -      org.jboss.jms.asf.StdServerSessionPoolFactory
  -    </attribute>
  -  </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="JndiName">JmsXA</attribute>
  -    <attribute name="RARDeployerName">JCA:service=RARDeployer</attribute>
  -    <attribute name="ResourceAdapterName">JMS Adapter</attribute>
  -    <attribute name="ConnectionManagerFactoryName">MinervaXACMFactory</attribute>
  -    <attribute name="ConnectionManagerProperties">
  -      # Pool type - uncomment to force, otherwise it is the default
  -      #PoolConfiguration=per-factory
  -
  -      # Connection pooling properties - see
  -      # org.jboss.resource.connectionmanager.PoolParameters
  -      MinSize=0
  -      MaxSize=10
  -      BlockingTimeoutMillis=5000
  -      CleanupEnabled=false
  -      IdleTimeoutEnabled=false
  -      InvalidateOnError=false
  -      TrackLastUsed=false
  -      GCIntervalMillis=120000
  -      GCMinIdleMillis=1200000
  -      IdleTimeoutMillis=1800000
  -      MaxIdleTimeoutPercent=1.0
  -    </attribute>
  -
  -    <attribute name="PrincipalMappingClass">
  -      org.jboss.resource.security.ManyToOnePrincipalMapping
  -    </attribute>
  -    <attribute name="PrincipalMappingProperties">
  -    </attribute>
  -  </mbean>
  -
  -
   
   </server>
  
  
  

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

Reply via email to