瀏覽代碼

Update README.md

master
Savorboard 4 年之前
committed by GitHub
父節點
當前提交
f3c0aeec32
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      README.md

+ 3
- 1
README.md 查看文件

@@ -32,12 +32,13 @@ CAP can be installed in your project with the following command.
PM> Install-Package DotNetCore.CAP
```

CAP supports RabbitMQ, Kafka and AzureService as message queue, following packages are available to install:
CAP supports RabbitMQ, Kafka, AzureService, AmazonSQS as message queue, following packages are available to install:

```
PM> Install-Package DotNetCore.CAP.Kafka
PM> Install-Package DotNetCore.CAP.RabbitMQ
PM> Install-Package DotNetCore.CAP.AzureServiceBus
PM> Install-Package DotNetCore.CAP.AmazonSQS
```

CAP supports SqlServer, MySql, PostgreSql,MongoDB as event log storage.
@@ -80,6 +81,7 @@ public void ConfigureServices(IServiceCollection services)
x.UseRabbitMQ("ConnectionString");
x.UseKafka("ConnectionString");
x.UseAzureServiceBus("ConnectionString");
x.UseAmazonSQS();
});
}



Loading…
取消
儲存