17.72. Class Amqp

Namespace: ArmoniK.Core.Adapters.QueueCommon
Assembly: ArmoniK.Core.Adapters.QueueCommon.dll

[PublicAPI]
public class Amqp

17.72.1. Inheritance

objectAmqp

17.72.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

17.72.3. Fields

17.72.3.1. SettingSection

public const string SettingSection = "Amqp"

17.72.3.1.1. Field Value

string

17.72.4. Properties

17.72.4.1. AllowHostMismatch

public bool AllowHostMismatch { get; set; }

17.72.4.1.1. Property Value

bool

17.72.4.2. AllowInsecureTls

public bool AllowInsecureTls { get; set; }

17.72.4.2.1. Property Value

bool

17.72.4.3. CaPath

public string CaPath { get; set; }

17.72.4.3.1. Property Value

string

17.72.4.4. CredentialsPath

public string CredentialsPath { get; set; }

17.72.4.4.1. Property Value

string

17.72.4.5. Host

public string Host { get; set; }

17.72.4.5.1. Property Value

string

17.72.4.6. LinkCredit

public int LinkCredit { get; set; }

17.72.4.6.1. Property Value

int

17.72.4.7. MaxPriority

public int MaxPriority { get; set; }

17.72.4.7.1. Property Value

int

17.72.4.8. MaxRetries

public int MaxRetries { get; set; }

17.72.4.8.1. Property Value

int

17.72.4.9. ParallelismLimit

public int ParallelismLimit { get; set; }

17.72.4.9.1. Property Value

int

17.72.4.10. PartitionId

public string PartitionId { get; set; }

17.72.4.10.1. Property Value

string

17.72.4.11. Password

public string Password { get; set; }

17.72.4.11.1. Property Value

string

17.72.4.12. Port

public int Port { get; set; }

17.72.4.12.1. Property Value

int

17.72.4.13. Scheme

public string Scheme { get; set; }

17.72.4.13.1. Property Value

string

17.72.4.14. User

public string User { get; set; }

17.72.4.14.1. Property Value

string