User: chirino 
  Date: 01/06/21 22:24:31

  Modified:    src/etc/conf/default jboss.jcml jbossmq.xml
  Log:
  Updated JBoss with the latest JBossMQ which includes fixes for the
  recent threading issues.  I have alos updated the JMProviderLoader
  so that the references to the connection factory locations can be
  set via JMX.  The jboss.jcml file was updated so that MDBs uese the
  INVM IL for better performance.
  
  Revision  Changes    Path
  1.41      +2 -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.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- jboss.jcml        2001/06/16 05:51:24     1.40
  +++ jboss.jcml        2001/06/22 05:24:31     1.41
  @@ -169,6 +169,8 @@
     <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">INVMXAQueueConnectionFactory</attribute>
  +    <attribute name="TopicFactoryRef">INVMXATopicConnectionFactory</attribute>
     </mbean>
     <mbean code="org.jboss.jms.asf.ServerSessionPoolLoader" 
name=":service=ServerSessionPoolMBean,name=StdJMSPool">
       <attribute name="PoolName">StdJMSPool</attribute>
  
  
  
  1.6       +10 -0     jboss/src/etc/conf/default/jbossmq.xml
  
  Index: jbossmq.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jbossmq.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jbossmq.xml       2001/05/22 09:23:24     1.5
  +++ jbossmq.xml       2001/06/22 05:24:31     1.6
  @@ -65,6 +65,16 @@
                
<ReceiverClass>org.jbossmq.distributed.server.ConnectionReceiverRMIImpl</ReceiverClass>
                
<ServerClass>org.jbossmq.distributed.server.DistributedJMSServerRMIImpl</ServerClass>
        </InvocationLayer>
  +     <InvocationLayer>
  +             <Name>INVM</Name>
  +             
<TopicConnectionFactoryJNDI>INVMTopicConnectionFactory</TopicConnectionFactoryJNDI>
  +             
<QueueConnectionFactoryJNDI>INVMQueueConnectionFactory</QueueConnectionFactoryJNDI>
  +             
<XATopicConnectionFactoryJNDI>INVMXATopicConnectionFactory</XATopicConnectionFactoryJNDI>
  +             
<XAQueueConnectionFactoryJNDI>INVMXAQueueConnectionFactory</XAQueueConnectionFactoryJNDI>
  +             
<ReceiverClass>org.jbossmq.distributed.server.ConnectionReceiverINVM</ReceiverClass>
  +             
<ServerClass>org.jbossmq.distributed.server.DistributedJMSServerINVM</ServerClass>
  +     </InvocationLayer>
  +
        
   </Server>
   
  
  
  

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

Reply via email to