Commit 7454bf53 authored by yangxiaodong's avatar yangxiaodong

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

parent 2f109e82
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment