User: chirino
Date: 01/09/26 21:21:25
Modified: src/etc/conf/default jbossmq-service.xml
Log:
Re-enabled an old feature we used to have: we can now set the ports
that the UIL and OIL services bind to via MBean
Revision Changes Path
1.5 +3 -1 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jbossmq-service.xml 2001/09/27 03:27:42 1.4
+++ jbossmq-service.xml 2001/09/27 04:21:25 1.5
@@ -7,7 +7,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: jbossmq-service.xml,v 1.4 2001/09/27 03:27:42 chirino Exp $ -->
+<!-- $Id: jbossmq-service.xml,v 1.5 2001/09/27 04:21:25 chirino Exp $ -->
<!--
| This is where you can add and configure your MBeans.
@@ -73,6 +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="PingPeriod">60000</attribute>
</mbean>
@@ -80,6 +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="PingPeriod">60000</attribute>
</mbean>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development