User: chirino
Date: 01/06/23 19:15:12
Modified: src/etc/conf/default jbossmq.xml
Log:
Noticed that I did not have to bind the INVM il with a NonSerializableFactory
if I placed the IL in the java:/ JNDI context.
I also adjusted the dist/client so it contains all the jars needed by a client.
Revision Changes Path
1.8 +4 -4 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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jbossmq.xml 2001/06/22 04:50:41 1.7
+++ jbossmq.xml 2001/06/24 02:15:12 1.8
@@ -67,10 +67,10 @@
</InvocationLayer>
<InvocationLayer>
<Name>INVM</Name>
-
<TopicConnectionFactoryJNDI>INVMTopicConnectionFactory</TopicConnectionFactoryJNDI>
-
<QueueConnectionFactoryJNDI>INVMQueueConnectionFactory</QueueConnectionFactoryJNDI>
-
<XATopicConnectionFactoryJNDI>INVMXATopicConnectionFactory</XATopicConnectionFactoryJNDI>
-
<XAQueueConnectionFactoryJNDI>INVMXAQueueConnectionFactory</XAQueueConnectionFactoryJNDI>
+
<TopicConnectionFactoryJNDI>java:/INVMTopicConnectionFactory</TopicConnectionFactoryJNDI>
+
<QueueConnectionFactoryJNDI>java:/INVMQueueConnectionFactory</QueueConnectionFactoryJNDI>
+
<XATopicConnectionFactoryJNDI>java:/INVMXATopicConnectionFactory</XATopicConnectionFactoryJNDI>
+
<XAQueueConnectionFactoryJNDI>java:/INVMXAQueueConnectionFactory</XAQueueConnectionFactoryJNDI>
<ReceiverClass>org.jbossmq.distributed.server.ConnectionReceiverINVM</ReceiverClass>
<ServerClass>org.jbossmq.distributed.server.DistributedJMSServerINVM</ServerClass>
</InvocationLayer>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development