User: chirino
Date: 01/10/20 22:38:12
Modified: src/etc/conf/default jbossmq-service.xml
Log:
Feature add:
You can now setup a JBossMQ connection with out using JNDI.
The ConnectionTestCase has a test case in case your interested on how it
is done.
Revision Changes Path
1.6 +3 -3 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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jbossmq-service.xml 2001/09/27 04:21:25 1.5
+++ jbossmq-service.xml 2001/10/21 05:38:12 1.6
@@ -7,7 +7,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: jbossmq-service.xml,v 1.5 2001/09/27 04:21:25 chirino Exp $ -->
+<!-- $Id: jbossmq-service.xml,v 1.6 2001/10/21 05:38:12 chirino Exp $ -->
<!--
| This is where you can add and configure your MBeans.
@@ -73,7 +73,7 @@
name="JBossMQ:service=InvocationLayer,type=OIL">
<attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>
<attribute name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
- <attribute name="ServerBindPort">0</attribute>
+ <attribute name="ServerBindPort">8090</attribute>
<attribute name="PingPeriod">60000</attribute>
</mbean>
@@ -81,7 +81,7 @@
name="JBossMQ:service=InvocationLayer,type=UIL">
<attribute name="ConnectionFactoryJNDIRef">UILConnectionFactory</attribute>
<attribute name="XAConnectionFactoryJNDIRef">UILXAConnectionFactory</attribute>
- <attribute name="ServerBindPort">0</attribute>
+ <attribute name="ServerBindPort">8091</attribute>
<attribute name="PingPeriod">60000</attribute>
</mbean>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development