User development,

A new message was posted in the thread "where are jboss <mbean> contents 
defined?":

http://community.jboss.org/message/529739#529739

Author  : Rebecca Powell Powell
Profile : http://community.jboss.org/people/aemcat

Message:
--------------------------------------------------------------
Can anyone point me to documentation specifying all the jboss mbean, and what 
the valid 'depends' and 'attributes' are?
I've been looking but can't find anything.
 
For example, what else could be in the TopicService mbean besides the below?
What are all the possible attributes? Are there other depends attributes?
 
I.E. If I didn't already have a sample for this or other mbeans, or was 
wondering if anything is missing, how could I know how to construct the mbean?
 
 <
 
mbean code=+"org.jboss.jms.server.destination.TopicService"+ 
          name=+"jboss.messaging.destination:service=Topic,name=MyTopic"+ 
          xmbean-dd=+"xmdesc/Topic-xmbean.xml"+>
 
          <depends 
optional-attribute-name=+"ServerPeer"+>jboss.messaging:service=ServerPeer</depends>
 
          <depends>jboss.messaging:service=PostOffice</depends>
 
          <attribute name=+"SecurityConfig"+>
 
               <security>
 
                    <role name=+"guest"+ read=+"true"+ write=+"true"+/>
 
                    <role name=+"publisher"+ read=+"true"+ write=+"true"+ 
create=+"false"+/>
 
                    <role name=+"durpublisher"+ read=+"true"+ write=+"true"+ 
create=+"true"+/>
 
               </security>
 
          </attribute>
 
</mbean>
 
Thank you!

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/529739#529739


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to