摘要: RabbitMQ 发送消息和接收消息demo class Program { static void SendMsgToMQ() { string MonitorIp = "10.x.x.x"; int Port = 5674; string User = "orm"; string Passwor 阅读全文
posted @ 2020-10-14 16:48 大树2 阅读(584) 评论(0) 推荐(0)