Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2180 asteen 1
<?xml version="1.0" encoding="UTF-8"?>
2
 
3
<!-- $Id: oil-service.xml,v 1.1.2.3 2003/10/14 16:41:27 patriot1burke Exp $ -->
4
 
5
<server>
6
 
7
  <!-- JBossMQ communication using the Optimizated Invocation Layer
8
       The server connects back to the client on a different socket -->
9
 
10
  <mbean code="org.jboss.mq.il.oil.OILServerILService"
11
	 name="jboss.mq:service=InvocationLayer,type=OIL">
12
    <depends optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
13
    <attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>
14
    <attribute name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
15
    <attribute name="ServerBindPort">8090</attribute>
16
    <attribute name="PingPeriod">60000</attribute>
17
     <attribute name="EnableTcpNoDelay">true</attribute>
18
     <attribute name="BindAddress">${jboss.bind.address}</attribute>
19
    <!-- Used to disconnect the client if there is no activity -->
20
    <!-- Ensure this is greater than the ping period -->
21
    <attribute name="ReadTimeout">70000</attribute>
22
  </mbean>
23
 
24
</server>