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