User: chirino
Date: 01/06/21 21:04:43
Modified: src/etc/conf/default jbossmq.xml
Log:
I have added an new "INVM" that can only be used when the JBossMQ server is
running in the same machine as the client. This INVM IL theoreticaly is the
epitomy of performance since no serialization occurs and no threads are
needs to poll for input.
Revision Changes Path
1.6 +10 -0 jbossmq/src/etc/conf/default/jbossmq.xml
Index: jbossmq.xml
===================================================================
RCS file: /cvsroot/jboss/jbossmq/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 04:56:10 1.5
+++ jbossmq.xml 2001/06/22 04:04:43 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>INVMIXAQueueConnectionFactory</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