瀏覽代碼

set default exchange name to 'cap.default.topic'.

master
yangxiaodong 7 年之前
父節點
當前提交
7454bf53a5
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/DotNetCore.CAP.RabbitMQ/CAP.RabbiMQOptions.cs

+ 2
- 2
src/DotNetCore.CAP.RabbitMQ/CAP.RabbiMQOptions.cs 查看文件

@@ -29,9 +29,9 @@ namespace DotNetCore.CAP
public const string DefaultVHost = "/";

/// <summary>
/// Default exchange name (value: "cap").
/// Default exchange name (value: "cap.default.topic").
/// </summary>
public const string DefaultExchangeName = "cap";
public const string DefaultExchangeName = "cap.default.topic";

/// <summary>The host to connect to.</summary>
public string HostName { get; set; } = "localhost";


Loading…
取消
儲存