Abp RabbitMqEventBus

RabbitMQ安装介绍查看该网址

两个App都要配置 appsettings.json

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

猜你喜欢

转载自www.cnblogs.com/w2011/p/11806591.html
ABP
今日推荐