| 2180 |
asteen |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
|
|
|
3 |
<server>
|
|
|
4 |
<mbean code="org.jboss.mq.il.http.HTTPServerILService"
|
|
|
5 |
name="jboss.mq:service=InvocationLayer,type=HTTP">
|
|
|
6 |
<depends optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
|
|
|
7 |
<depends>jboss.web:service=WebServer</depends>
|
|
|
8 |
<attribute name="ConnectionFactoryJNDIRef">HTTPConnectionFactory</attribute>
|
|
|
9 |
<attribute name="XAConnectionFactoryJNDIRef">HTTPXAConnectionFactory</attribute>
|
|
|
10 |
<attribute name="PingPeriod">0</attribute>
|
|
|
11 |
<attribute name="TimeOut">60</attribute>
|
|
|
12 |
<attribute name="RestInterval">0</attribute>
|
|
|
13 |
</mbean>
|
|
|
14 |
</server>
|