Ohh. I explored a little bit and got to know this.

IS your mean by saying JMX is:

*BrokerViewMBean brokerView = (BrokerViewMBean)
getBrokerService().getManagementContext().newProxyInstance(brokerName,
BrokerViewMBean.class, true);*

and I can get transport connector by:

*brokerView.getTransportConnectors();*

and than I can get connections per transport.

Am I correct here ?

Thanks,
Anuj



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Current-Connection-Count-for-ActiveMQ-broker-tp4676635p4676744.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to