소스 검색

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";


불러오는 중...
취소
저장