摘要:
一、webForm项目中发布 1、引用RabbitMQ.Client 2、在你想要发布的地方调用如下的方法 public void PublishRabbitMQ() { var data = new { ProductId = Guid.NewGuid(), NewCount = 10}; try 阅读全文
posted @ 2022-03-17 15:54
爱生活,爱代码
阅读(221)
评论(0)
推荐(0)
摘要:
1、在两个应用中都配置好要连接的RabbitMQ "RabbitMQ": { "Connections": { "Default": { "HostName": "xxx.xxx.160.149", "Port": "5672", "UserName": "root", "Password": "1 阅读全文
posted @ 2022-03-17 12:46
爱生活,爱代码
阅读(1204)
评论(0)
推荐(0)

浙公网安备 33010602011771号