Exemplo n.º 1
0
 private static void startListen()
 {
     MqAgentConsumer.GetInst(consumer_Listener, AGENT_NAME);
     log.Info("agent test1 开始监听");
 }
Exemplo n.º 2
0
 private static void startListen()
 {
     MqAgentConsumer.GetInst(consumer_Listener, AGENT_NAME);
     log.Info("AgentWirelessMode开始监听");
 }
Exemplo n.º 3
0
 private static void startListen()
 {
     MqAgentConsumer.GetInst(consumer_Listener, MqConst.AgentTest2);
     log.Info("AgentTest2开始监听");
 }