[jboss-cvs] JBossAS SVN: r61791 - trunk/testsuite/src/resources/messaging.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 28 12:05:20 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-28 12:05:19 -0400 (Wed, 28 Mar 2007)
New Revision: 61791

Modified:
   trunk/testsuite/src/resources/messaging/test-destinations-full-service.xml
Log:
Add the testObjectMessage queue

Modified: trunk/testsuite/src/resources/messaging/test-destinations-full-service.xml
===================================================================
--- trunk/testsuite/src/resources/messaging/test-destinations-full-service.xml	2007-03-28 16:04:39 UTC (rev 61790)
+++ trunk/testsuite/src/resources/messaging/test-destinations-full-service.xml	2007-03-28 16:05:19 UTC (rev 61791)
@@ -56,6 +56,19 @@
     </attribute>
   </mbean>
   <mbean code="org.jboss.mq.server.jmx.Queue"
+    name="jboss.mq.destination:service=Queue,name=testObjectMessage">
+    <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
+    <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
+    <attribute name="MessageCounterHistoryDayLimit">-1</attribute>
+    <attribute name="SecurityConf">
+      <security>
+        <role name="guest" read="true" write="true"/>
+        <role name="publisher" read="true" write="true" create="false"/>
+        <role name="noacc" read="false" write="false" create="false"/>
+      </security>
+    </attribute>
+  </mbean>
+  <mbean code="org.jboss.mq.server.jmx.Queue"
 	 name="jboss.mq.destination:service=Queue,name=A">
     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
   </mbean>




More information about the jboss-cvs-commits mailing list