Explorar el Código

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

master
yangxiaodong hace 7 años
padre
commit
7454bf53a5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/DotNetCore.CAP.RabbitMQ/CAP.RabbiMQOptions.cs

+ 2
- 2
src/DotNetCore.CAP.RabbitMQ/CAP.RabbiMQOptions.cs Ver fichero

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


Cargando…
Cancelar
Guardar