[jboss-cvs] JBossAS SVN: r61114 - trunk/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 5 21:36:53 EST 2007


Author: bstansberry at jboss.com
Date: 2007-03-05 21:36:53 -0500 (Mon, 05 Mar 2007)
New Revision: 61114

Added:
   trunk/cluster/src/resources/jgroups/multiplexer-beans.xml
Log:
beans.xml for the Multiplexer

Added: trunk/cluster/src/resources/jgroups/multiplexer-beans.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-beans.xml	                        (rev 0)
+++ trunk/cluster/src/resources/jgroups/multiplexer-beans.xml	2007-03-06 02:36:53 UTC (rev 61114)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+
+
+    <!--
+    An example for setting up the JChannelFactory MBean
+    Author: Bela Ban
+    Version: $Id: jboss-service.xml 55482 2006-08-10 05:06:17Z bstansberry at jboss.com $
+    -->
+    <bean name="jgroups.mux:name=Multiplexer" class="org.jboss.ha.framework.server.JChannelFactory">
+    <!--bean  name="jgroups.mux:name=Multiplexer" class="org.jgroups.jmx.JChannelFactory" -->
+        
+        <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jgroups.mux:name=Multiplexer", exposedInterface=org.jgroups.jmx.JChannelFactoryMBean.class, registerDirectly=true)</annotation>
+      
+        <property name="domain">jgroups.mux</property>
+        <property name="multiplexerConfig">META-INF/multiplexer-stacks.xml</property>
+        <property name="exposeChannels">true</property>
+        <property name="exposeProtocols">true</property>
+        
+        <!-- The address used to determine the node name  -->
+        <property name="nodeAddress">${jboss.bind.address}</property>
+        
+    </bean>
+   
+</deployment>




More information about the jboss-cvs-commits mailing list