[jboss-cvs] JBoss Messaging SVN: r1602 - branches/Branch_HTTP_Experiment/src/etc/server/default/deploy

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 21 00:09:54 EST 2006


Author: ron_sigal
Date: 2006-11-21 00:09:53 -0500 (Tue, 21 Nov 2006)
New Revision: 1602

Modified:
   branches/Branch_HTTP_Experiment/src/etc/server/default/deploy/remoting-service.xml
Log:
JBMESSAGING-207:  Added mbean descriptor for http connector (currently commented out).

Modified: branches/Branch_HTTP_Experiment/src/etc/server/default/deploy/remoting-service.xml
===================================================================
--- branches/Branch_HTTP_Experiment/src/etc/server/default/deploy/remoting-service.xml	2006-11-21 05:07:08 UTC (rev 1601)
+++ branches/Branch_HTTP_Experiment/src/etc/server/default/deploy/remoting-service.xml	2006-11-21 05:09:53 UTC (rev 1602)
@@ -33,7 +33,32 @@
       </attribute>
       <depends>jboss.messaging:service=NetworkRegistry</depends>
    </mbean>
-
+<!--
+   <mbean code="org.jboss.remoting.transport.Connector"
+          name="jboss.messaging:service=Connector,transport=http"
+          display-name="HTTP transport Connector">
+      <attribute name="Configuration">
+         <config>
+            <invoker transport="http">
+               <attribute name="marshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+               <attribute name="unmarshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
+               <!== Serialization type must be jms - do not change! ==>
+               <attribute name="serializationtype" isParam="true">jms</attribute>
+               <attribute name="dataType" isParam="true">jms</attribute>
+               <attribute name="timeout">0</attribute>
+               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+               <attribute name="serverBindPort">4458</attribute>
+               <attribute name="leasePeriod">20000</attribute>
+               <attribute name="callbackStore">org.jboss.remoting.callback.CallbackStore</attribute>
+            </invoker>
+            <handlers>
+               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
+            </handlers>
+         </config>
+      </attribute>
+      <depends>jboss.messaging:service=NetworkRegistry</depends>
+   </mbean>
+   -->
    <!-- TODO: Do I need this> -->
    <mbean code="org.jboss.remoting.network.NetworkRegistry"
           name="jboss.messaging:service=NetworkRegistry"/>




More information about the jboss-cvs-commits mailing list