Commit 4ac08879 authored by Savorboard's avatar Savorboard

change exchange default name.

parent 1e69d71a
...@@ -28,9 +28,9 @@ namespace DotNetCore.CAP ...@@ -28,9 +28,9 @@ namespace DotNetCore.CAP
public const string DefaultVHost = "/"; public const string DefaultVHost = "/";
/// <summary> /// <summary>
/// Default exchange name (value: "cap.default.topic"). /// Default exchange name (value: "cap.default.router").
/// </summary> /// </summary>
public const string DefaultExchangeName = "cap.default.topic"; public const string DefaultExchangeName = "cap.default.router";
/// <summary> The topic exchange type. </summary> /// <summary> The topic exchange type. </summary>
public const string ExchangeType = "topic"; public const string ExchangeType = "topic";
......
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