User: juha
Date: 00/10/29 09:11:48
Modified: src/etc/conf/default jboss.conf
Added: src/etc/conf/default spyderMQ.properties
Log:
SpyderMQ enabled by default.
Small tweaks to the SpyderMQService.
Revision Changes Path
1.2 +2 -8 jboss/src/etc/conf/default/jboss.conf
Index: jboss.conf
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/jboss.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jboss.conf 2000/10/27 09:52:47 1.1
+++ jboss.conf 2000/10/29 17:11:48 1.2
@@ -121,11 +121,5 @@
-- /MLET>
-->
-<!--
- -- Uncomment this to add SpyderMQ support. Be sure to set your 'SPYDERMQ_HOME'
- -- environment variable before starting JBoss. You'll also need to copy the
- -- spyderMQ.properties file from your SpyderMQ installation to you JBoss
- -- installation conf dir.
- -- MLET CODE = "org.jboss.spydermq.SpyderMQService" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
- -- /MLET>
- -->
+<MLET CODE = "org.jboss.spydermq.SpyderMQService" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
+</MLET>
1.1 jboss/src/etc/conf/default/spyderMQ.properties
Index: spyderMQ.properties
===================================================================
# Those are the physical topics known by the server
knownTopics = metrics
# Those are the physical queues known by the server
knownQueues = testQueue
# Those are the users:password:clientID known by the server
knownIds = john:needle:johnClientID, sahra:spot
# Classnames for the invocation layer
DistributedTopicConnectionFactoryClassName =
org.spydermq.distributed.server.DistributedTopicConnectionFactoryRMIImpl
DistributedQueueConnectionFactoryClassName =
org.spydermq.distributed.server.DistributedQueueConnectionFactoryRMIImpl
ConnectionReceiverClassName = org.spydermq.distributed.server.ConnectionReceiverOIL
#ConnectionReceiverClassName =
org.spydermq.distributed.server.ConnectionReceiverRMIImpl
DistributedJMSServerClassName =
org.spydermq.distributed.server.DistributedJMSServerOIL
#DistributedJMSServerClassName =
org.spydermq.distributed.server.DistributedJMSServerRMIImpl
# [Log level] valid values are : LOG_EVERYTHING, LOG_NOTICE, LOG_ERRORS
LogLevel = LOG_ERRORS
# By default the server startup logic will start a JNDI server (JNP).
# You may not want it to, ie., you already have one running. To
# prevent the launch set the following variable to any non-null value.
DoNotStartJNDI = yo