Just do a query for mbeans matching: org.apache.activemq:Type=Queue,* org.apache.activemq:Type=Topic,*
Regards, Hiram On 10/22/07, gmehta <[EMAIL PROTECTED]> wrote: > > Hello, > > we are working with activemq 4.1.1 and using jmx to query Mbeans provided by > activemq. When I query the mbean > org.apache.activemq:BrokerName=localhost,Type=Broker ... which is of type > org.apache.activemq.broker.jmx.BrokerView. > And the methods for this bean that were returned after querying are: > > ----------------------------- > mBeanName methods = gc > mBeanName methods = stop > mBeanName methods = resetStatistics > mBeanName methods = terminateJVM > mBeanName methods = addTopic > mBeanName methods = addQueue > mBeanName methods = removeTopic > mBeanName methods = removeQueue > mBeanName methods = createDurableSubscriber > mBeanName methods = destroyDurableSubscriber > mBeanName methods = start > --------------------- > > so my question is where are the other methods that this implements from > BrokerViewMBean: > > getQueues() > getTopics() > etc... > > And all I want to do for now is to get a list of queue using JMX... code > samples welcomed. > > hope some one can help. > > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/activemw-4.1.1.-jmx-question-tf4670531s2354.html#a13342266 > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > > -- Regards, Hiram Blog: http://hiramchirino.com
