[jboss-cvs] JBossAS SVN: r103856 - trunk/server/src/etc/conf/all/bindingservice.beans/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 12 17:33:32 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-04-12 17:33:32 -0400 (Mon, 12 Apr 2010)
New Revision: 103856

Modified:
   trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
Log:
Clean out JBossMQ config

Modified: trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
===================================================================
--- trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2010-04-12 21:21:48 UTC (rev 103855)
+++ trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2010-04-12 21:33:32 UTC (rev 103856)
@@ -125,7 +125,7 @@
                <property name="description">Socket for dynamic class and resource loading</property>
             </bean>
 
-            <!-- Remoting Connector -->
+            <!-- Remoting 2 Connector -->
             <bean class="org.jboss.services.binding.ServiceBindingMetadata">
                <property name="serviceName">UnifiedInvokerConnector</property>
                <property name="port">4446</property>
@@ -406,21 +406,9 @@
             </bean>
             -->
 
-            <!-- ********************* JBoss MQ **************** -->
+            <!-- *************** deploy/remoting3-jboss-beans.xml ********** -->
 
-            <!-- Commented out as JBoss MQ is not installed by default
-                 If you uncomment this and also use jboss.mq:service=InvocationLayer,type=HTTP,
-                 configure the http invocation layer using the jboss.web:service=WebServer binding above
-             -->
-            <!--
             <bean class="org.jboss.services.binding.ServiceBindingMetadata">
-               <property name="serviceName">jboss.mq:service=InvocationLayer,type=UIL2</property>
-               <property name="port">8093</property>
-               <property name="description">UIL2 socket for JBossMQ</property>
-            </bean>
-            -->
-
-            <bean class="org.jboss.services.binding.ServiceBindingMetadata">
                <property name="serviceName">Remoting</property>
                <property name="bindingName">tcp</property>
                <property name="port">5500</property>




More information about the jboss-cvs-commits mailing list