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.
