| 2180 |
asteen |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
|
|
|
3 |
<!-- $Id: jvm-il-service.xml,v 1.1.2.1 2003/08/23 22:21:28 ejort Exp $ -->
|
|
|
4 |
|
|
|
5 |
<server>
|
|
|
6 |
|
|
|
7 |
<!-- JBossMQ in memory "communication -->
|
|
|
8 |
|
|
|
9 |
<mbean code="org.jboss.mq.il.jvm.JVMServerILService"
|
|
|
10 |
name="jboss.mq:service=InvocationLayer,type=JVM">
|
|
|
11 |
<depends optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
|
|
|
12 |
<attribute name="ConnectionFactoryJNDIRef">java:/ConnectionFactory</attribute>
|
|
|
13 |
<attribute name="XAConnectionFactoryJNDIRef">java:/XAConnectionFactory</attribute>
|
|
|
14 |
<attribute name="PingPeriod">0</attribute>
|
|
|
15 |
</mbean>
|
|
|
16 |
|
|
|
17 |
</server>
|