There should be an example of this in activemq-web in the RemoteBrokerFacade if I remember correctly. Since this class does all it's accesses via JMX and the web console shows a list of all queues I'm pretty confident you'll find what you're looking for. Maybe you're even able to directly use the web-project, since it abstracts this logic quite nicely. Oh, be sure to take the source code for ActiveMQ 5, it also works with AMQ 4.1.
Mario > 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 >
