[jboss-cvs] JBoss Messaging SVN: r8256 - in branches/Branch_1_4/integration: AS5/etc/xmdesc and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 6 11:17:51 EDT 2011


Author: gaohoward
Date: 2011-04-06 11:17:51 -0400 (Wed, 06 Apr 2011)
New Revision: 8256

Added:
   branches/Branch_1_4/integration/AS5/etc/server/default/deploy/messaging-cluster-health-mbean-service.xml
   branches/Branch_1_4/integration/AS5/etc/xmdesc/MessagingClusterHealthMBean-xmbean.xml
   branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/messaging-cluster-health-mbean-service.xml
   branches/Branch_1_4/integration/EAP5/etc/xmdesc/MessagingClusterHealthMBean-xmbean.xml
Log:
JBMESSAGING-1842
EAP5/AS5 configuration


Added: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/messaging-cluster-health-mbean-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/messaging-cluster-health-mbean-service.xml	                        (rev 0)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/messaging-cluster-health-mbean-service.xml	2011-04-06 15:17:51 UTC (rev 8256)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+     The JBoss Messaging service deployment descriptor.
+
+     $Id: messaging-service.xml 3881 2008-03-14 16:01:43Z timfox $
+ -->
+
+<server>
+
+   <!-- MessagingClusterHealthMBean MBean configuration
+        ============================== -->
+
+   <mbean code="org.jboss.jms.server.MessagingClusterHealthMBean"
+      name="jboss.messaging:service=MessagingClusterHealthMBean"
+      xmbean-dd="xmdesc/MessagingClusterHealthMBean-xmbean.xml">
+
+      <!-- The service name of Server Peer -->
+
+      <attribute name="ServerPeer">jboss.messaging:service=ServerPeer</attribute>
+      
+      <!-- The service name of Post Office --> 
+      
+      <attribute name="PostOffice">jboss.messaging:service=PostOffice</attribute>
+
+      <!-- The service name of Persistence Manager -->
+
+      <attribute name="PersistenceManager">jboss.messaging:service=PersistenceManager</attribute>
+
+   </mbean>
+
+</server>

Added: branches/Branch_1_4/integration/AS5/etc/xmdesc/MessagingClusterHealthMBean-xmbean.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/xmdesc/MessagingClusterHealthMBean-xmbean.xml	                        (rev 0)
+++ branches/Branch_1_4/integration/AS5/etc/xmdesc/MessagingClusterHealthMBean-xmbean.xml	2011-04-06 15:17:51 UTC (rev 8256)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+   <!DOCTYPE mbean PUBLIC
+      "-//JBoss//DTD JBOSS XMBEAN 1.2//EN"
+      "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd">
+<mbean>
+   <description>JBoss Messaging Cluster Health MBean</description>
+   <class>org.jboss.jms.server.MessagingClusterHealthMBean</class>
+
+   <!-- Managed constructors -->
+
+   <constructor>
+      <name>MessagingClusterHealthMBean</name>
+   </constructor>
+
+   <!-- Managed attributes -->
+
+   <attribute access="read-only" getMethod="getInstance">
+      <description>The instance to plug into the server peer</description>
+      <name>Instance</name>
+      <type>java.lang.Object</type>
+   </attribute>
+
+   <attribute access="read-write" getMethod="getServerPeer" setMethod="setServerPeer">
+      <description>The name of server peer service</description>
+      <name>ServerPeer</name>
+      <type>java.lang.String</type>
+   </attribute>
+
+   <attribute access="read-write" getMethod="getPostOffice" setMethod="setPostOffice">
+      <description>The name of post office service</description>
+      <name>PostOffice</name>
+      <type>java.lang.String</type>
+   </attribute>
+
+   <attribute access="read-write" getMethod="getPersistenceManager" setMethod="setPersistenceManager">
+      <description>The name of persistence service</description>
+      <name>PersistenceManager</name>
+      <type>java.lang.String</type>
+   </attribute>
+
+   <!-- Managed operations -->
+
+   <operation>
+      <description>JBoss Service lifecycle operation</description>
+      <name>create</name>
+   </operation>
+
+   <operation>
+      <description>JBoss Service lifecycle operation</description>
+      <name>start</name>
+   </operation>
+
+   <operation>
+      <description>JBoss Service lifecycle operation</description>
+      <name>stop</name>
+   </operation>
+
+   <operation>
+      <description>JBoss Service lifecycle operation</description>
+      <name>destroy</name>
+   </operation>
+
+</mbean>

Added: branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/messaging-cluster-health-mbean-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/messaging-cluster-health-mbean-service.xml	                        (rev 0)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/messaging-cluster-health-mbean-service.xml	2011-04-06 15:17:51 UTC (rev 8256)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+     The JBoss Messaging service deployment descriptor.
+
+     $Id: messaging-service.xml 3881 2008-03-14 16:01:43Z timfox $
+ -->
+
+<server>
+
+   <!-- MessagingClusterHealthMBean MBean configuration
+        ============================== -->
+
+   <mbean code="org.jboss.jms.server.MessagingClusterHealthMBean"
+      name="jboss.messaging:service=MessagingClusterHealthMBean"
+      xmbean-dd="xmdesc/MessagingClusterHealthMBean-xmbean.xml">
+
+      <!-- The service name of Server Peer -->
+
+      <attribute name="ServerPeer">jboss.messaging:service=ServerPeer</attribute>
+      
+      <!-- The service name of Post Office --> 
+      
+      <attribute name="PostOffice">jboss.messaging:service=PostOffice</attribute>
+
+      <!-- The service name of Persistence Manager -->
+
+      <attribute name="PersistenceManager">jboss.messaging:service=PersistenceManager</attribute>
+
+   </mbean>
+
+</server>

Added: branches/Branch_1_4/integration/EAP5/etc/xmdesc/MessagingClusterHealthMBean-xmbean.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/xmdesc/MessagingClusterHealthMBean-xmbean.xml	                        (rev 0)
+++ branches/Branch_1_4/integration/EAP5/etc/xmdesc/MessagingClusterHealthMBean-xmbean.xml	2011-04-06 15:17:51 UTC (rev 8256)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+   <!DOCTYPE mbean PUBLIC
+      "-//JBoss//DTD JBOSS XMBEAN 1.2//EN"
+      "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd">
+<mbean>
+   <description>JBoss Messaging Cluster Health MBean</description>
+   <class>org.jboss.jms.server.MessagingClusterHealthMBean</class>
+
+   <!-- Managed constructors -->
+
+   <constructor>
+      <name>MessagingClusterHealthMBean</name>
+   </constructor>
+
+   <!-- Managed attributes -->
+
+   <attribute access="read-only" getMethod="getInstance">
+      <description>The instance to plug into the server peer</description>
+      <name>Instance</name>
+      <type>java.lang.Object</type>
+   </attribute>
+
+   <attribute access="read-write" getMethod="getServerPeer" setMethod="setServerPeer">
+      <description>The name of server peer service</description>
+      <name>ServerPeer</name>
+      <type>java.lang.String</type>
+   </attribute>
+
+   <attribute access="read-write" getMethod="getPostOffice" setMethod="setPostOffice">
+      <description>The name of post office service</description>
+      <name>PostOffice</name>
+      <type>java.lang.String</type>
+   </attribute>
+
+   <attribute access="read-write" getMethod="getPersistenceManager" setMethod="setPersistenceManager">
+      <description>The name of persistence service</description>
+      <name>PersistenceManager</name>
+      <type>java.lang.String</type>
+   </attribute>
+
+   <!-- Managed operations -->
+
+   <operation>
+      <description>JBoss Service lifecycle operation</description>
+      <name>create</name>
+   </operation>
+
+   <operation>
+      <description>JBoss Service lifecycle operation</description>
+      <name>start</name>
+   </operation>
+
+   <operation>
+      <description>JBoss Service lifecycle operation</description>
+      <name>stop</name>
+   </operation>
+
+   <operation>
+      <description>JBoss Service lifecycle operation</description>
+      <name>destroy</name>
+   </operation>
+
+</mbean>



More information about the jboss-cvs-commits mailing list