[jboss-user] [JBoss Messaging] New message: "where are jboss <mbean> contents defined?"

Rebecca Powell Powell do-not-reply at jboss.com
Wed Mar 3 15:19:49 EST 2010


User development,

A new message was posted in the thread "where are jboss &lt;mbean&gt; 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




More information about the jboss-user mailing list