You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by pplive <pp...@gmail.com> on 2007/08/22 05:26:34 UTC

how to get all the connections to the broker?

I've tried :
BrokerService service=BrokerFactory.createBroker(new
URI("xbean:activemq.xml"));
service.start();
Connection[] cons = service.getBroker().getClients();

Then I can not get the durable subscriber connection, what I get is JMX
connection...
I wanna stop a connection which is connecting to the broker, what I can
provide includes "username","password","clientid"...
Then how to implement this ??

-- 
View this message in context: http://www.nabble.com/how-to-get-all-the-connections-to-the-broker--tf4309132s2354.html#a12267284
Sent from the ActiveMQ - User mailing list archive at Nabble.com.