Exemple #1
0
 static TestBroker()
 {
     if (Instance == null)
     {
         Instance = RemoteJmxBroker.Connect(Hostname, JmxPort, BrokerName);
     }
 }