[jboss-cvs] JBossAS SVN: r63101 - trunk/ejb3/src/resources/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 16 14:09:34 EDT 2007


Author: bdecoste
Date: 2007-05-16 14:09:33 -0400 (Wed, 16 May 2007)
New Revision: 63101

Modified:
   trunk/ejb3/src/resources/META-INF/jboss-service.xml
Log:
[EJBTHREE-964] added sample custom Connector config

Modified: trunk/ejb3/src/resources/META-INF/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/META-INF/jboss-service.xml	2007-05-16 18:02:32 UTC (rev 63100)
+++ trunk/ejb3/src/resources/META-INF/jboss-service.xml	2007-05-16 18:09:33 UTC (rev 63101)
@@ -16,6 +16,28 @@
          </handlers>
       </attribute>
    </mbean>
+   
+   <!-- The following is sample configuration for modifying the Connector 
+   <mbean code="org.jboss.remoting.transport.Connector"
+          name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
+      <depends>jboss.aop:service=AspectDeployer</depends>
+      <attribute name="Configuration">
+         <config>
+            <invoker transport="socket">
+               <attribute name="numAcceptThreads">1</attribute>
+               <attribute name="maxPoolSize">300</attribute>
+               <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
+               <attribute name="timeout" isParam="true">60000</attribute>
+               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+               <attribute name="serverBindPort">3873</attribute>
+               <attribute name="backlog">200</attribute>
+            </invoker>
+            <handlers>
+               <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
+            </handlers>
+         </config>
+      </attribute>
+   </mbean-->
 
    <mbean code="org.jboss.ejb3.JarsIgnoredForScanning" name="jboss.ejb3:service=JarsIgnoredForScanning">
       <attribute name="IgnoredJars">




More information about the jboss-cvs-commits mailing list