hi 
i am trying to get how much queue in my message broker, when i connect by
code

brokerService.addConnector("tcp://localhost:61615");
brokerService.start();
Object topics[]=brokerView.getTopics();
for(int k=0;k<topics.length;k++){
System.out.println("name of queue is "+topics[k]);
}

i am able to access the number of queue, but when i start activemq server
and access the same code i am unable to find the number of queues,

Object topics[]=brokerView.getTopics();
for(int k=0;k<topics.length;k++){
System.out.println("name of queue is "+topics[k]);
}

so any one can help me how to use brokerview, or how do i get number of
queues.

thanks
Praveen
[EMAIL PROTECTED]
-- 
View this message in context: 
http://www.nabble.com/how-to-get-number-of-queue-in-a-message-broker-tf4323937s2354.html#a12313585
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to