Interface IRabbitMqConfiguration
Настройки подключения к брокеру сообщений RabbitMQ.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(RabbitMqConfiguration))]
public interface IRabbitMqConfiguration : IBrokerConfiguration, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inherited Members
- Extension Methods
Properties
SslConfiguration
Текущая Ssl-конфигурация для настройки RabbitMQ.
ISslConfiguration SslConfiguration { get; set; }
Property Value
UseSsl
Признак использования SSL.
bool UseSsl { get; set; }
Property Value
VirtualHost
Виртуальный хост.
string VirtualHost { get; set; }