Abp RabbitMqEventBus

RabbitMQ安装介绍查看该网址

两个App都要配置 appsettings.json

 

{
  "RabbitMQ": {
    "Connections": {
      "Default": {
        "HostName": "localhost"
      }
    },
    "EventBus": {
      "ClientName": "MsDemo_AuthServer",
      "ExchangeName": "MsDemo"
    }
  },
  "AllowedHosts": "*"
}

 

posted @ 2019-11-06 17:18  在 水 一 方  阅读(725)  评论(0编辑  收藏  举报