<?xml version="1.0" encoding="UTF-8"?>

<!-- $Id: rmi-il-service.xml 30526 2005-04-19 05:00:42Z  $ -->

<server>

  <!-- JBossMQ communication using RMI -->

  <mbean code="org.jboss.mq.il.rmi.RMIServerILService"
	 name="jboss.mq:service=InvocationLayer,type=RMI">
	 <depends optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
    <attribute name="ConnectionFactoryJNDIRef">RMIConnectionFactory</attribute>
    <attribute name="XAConnectionFactoryJNDIRef">RMIXAConnectionFactory</attribute>
    <attribute name="PingPeriod">60000</attribute>
  </mbean>


</server>
