when i create a connection such as the flowing codeActiveMQConnectionFactory
fac = new ActiveMQConnectionFactory(
GetConfig.getValue("brokerURL"));*connection *=
fac.createConnection();connection.setClientID(GetConfig.getValue("clientid"));in
another java class main methodhow can i get the above the connection????when
i use the flowing codeRemoteJMXBrokerFacade createConnector = new
RemoteJMXBrokerFacade(); System.setProperty("webconsole.jmx.url",
"service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi");
SystemPropertiesConfiguration configuration = new
SystemPropertiesConfiguration();
createConnector.setConfiguration(configuration); *ConnectionViewMBean *con =
null;try {con = createConnector.getConnection("bmpv6");if(con!=null &&
!con.isActive()) con.start();only get the ConnectionViewMBean not the
Connectionhow can i do???pls and thanks everybody
--
View this message in context:
http://activemq.2283324.n4.nabble.com/how-can-i-get-the-connections-from-the-broker-tp4669112.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.