[embjopr-commits] EMBJOPR SVN: r263 - trunk/jbas5/etc/overlay/server/default/deploy.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Mar 30 19:43:03 EDT 2009


Author: ips
Date: 2009-03-30 19:43:03 -0400 (Mon, 30 Mar 2009)
New Revision: 263

Added:
   trunk/jbas5/etc/overlay/server/default/deploy/MyQueueWithSecurityConfig-service.xml
Log:
a sample queue that has a security config


Added: trunk/jbas5/etc/overlay/server/default/deploy/MyQueueWithSecurityConfig-service.xml
===================================================================
--- trunk/jbas5/etc/overlay/server/default/deploy/MyQueueWithSecurityConfig-service.xml	                        (rev 0)
+++ trunk/jbas5/etc/overlay/server/default/deploy/MyQueueWithSecurityConfig-service.xml	2009-03-30 23:43:03 UTC (rev 263)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+
+<server>
+    <mbean xmbean-dd="xmdesc/Queue-xmbean.xml" name="jboss.messaging.destination:service=Queue,name=MyQueueWithSecurityConfig" code="org.jboss.jms.server.destination.QueueService">
+        
+        <annotation>@org.jboss.system.deployers.managed.ManagementObjectClass(code=org.jboss.jms.server.destination.QueueServiceMO)</annotation>
+        
+        <attribute name="JNDIName">MyQueueWithSecurityConfig</attribute>
+        <attribute name="SecurityConfig">
+         <security>
+            <role name="consumer" read="true" write="false" create="false"/>
+            <role name="publisher" read="true" write="true" create="false"/>
+            <role name="administrator" read="true" write="true" create="true"/>
+         </security>
+        </attribute> 
+        
+        <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+        <depends>jboss.messaging:service=PostOffice</depends>
+        
+    </mbean>
+</server>


Property changes on: trunk/jbas5/etc/overlay/server/default/deploy/MyQueueWithSecurityConfig-service.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF




More information about the embjopr-commits mailing list