예제 #1
0
 /// <summary>
 /// update: 2018-10-31
 /// 交互方式更新为 mq
 /// </summary>
 public static void StartUseMq()
 {
     activeMq.Start();
     activeMq.ListenTopic("mes_online", Show);
 }
예제 #2
0
 /// <summary>
 /// 连接服务器
 /// </summary>
 public void Start()
 {
     activeMq.Start();
 }