diff --git a/README.en.md b/README.en.md index d2b620dd3..b03d2e3ee 100644 --- a/README.en.md +++ b/README.en.md @@ -235,6 +235,16 @@ cd aspnet-core/database ``` Please use a tool such as **Navicat** to execute **apigateway-init.sql** +### Configure the RabbitMQ + +Therefore project design for the micro service architecture, with the method of distributed event, communication between project USES is [DotNetCore/CAP](https://github.com/dotnetcore/CAP) + +The communication mode is **RabbitMQ Server**, so you need to install **RabbitMQ** in advance. Please refer to the official website for the specific installation mode + + + +Then you need to change the **CAP:RabbitMQ** configuration in the configuration file to set it to your own defined configuration. The **rabbitmq_management** plug-in is recommended for quick management of **RabbitMQ** + ### Compiles background services diff --git a/README.md b/README.md index 13f97c39c..fb6abc67c 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,13 @@ cd aspnet-core/database ``` 请使用诸如**Navicat**工具执行**ApiGateway-Init.sql** +### 配置RabbitMQ + +因此项目设计为微服务架构,服务间通讯采用分布式事件的方式,项目采用的是[DotNetCore/CAP](https://github.com/dotnetcore/CAP) +通讯方式为**RabbitMQ Server**,所以您需要事先安装**RabbitMQ**,具体安装方式请查阅官网 + +然后您需要更改配置文件中的**CAP:RabbitMQ**配置项,设置为您自己定义的配置,推荐使用**rabbitmq_management**插件便于快速管理**RabbitMQ** + ### 启动后台服务