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: oil2-service.xml,v 1.1.2.2 2003/10/14 16:41:27 patriot1burke Exp $ -->
4
 
5
<server>
6
 
7
 
8
  <!-- JBossMQ communication using an alternate Optimizated Invocation Layer
9
       The server connects back to the client on a different socket -->
10
 
11
  <mbean code="org.jboss.mq.il.oil2.OIL2ServerILService"
12
	 name="jboss.mq:service=InvocationLayer,type=OIL2">
13
    <depends optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
14
    <attribute name="ConnectionFactoryJNDIRef">OIL2ConnectionFactory</attribute>
15
    <attribute name="XAConnectionFactoryJNDIRef">OIL2XAConnectionFactory</attribute>
16
    <attribute name="ServerBindPort">8092</attribute>
17
    <attribute name="PingPeriod">60000</attribute>
18
    <attribute name="EnableTcpNoDelay">true</attribute>
19
    <attribute name="BindAddress">${jboss.bind.address}</attribute>
20
  </mbean>
21
 
22
</server>