21.72. Class Amqp
Namespace: ArmoniK.Core.Adapters.QueueCommon
Assembly: ArmoniK.Core.Adapters.QueueCommon.dll
[PublicAPI]
public class Amqp
21.72.1. Inheritance
21.72.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.72.3. Fields
21.72.3.1. SettingSection
public const string SettingSection = "Amqp"
21.72.3.1.1. Field Value
21.72.4. Properties
21.72.4.1. AllowHostMismatch
public bool AllowHostMismatch { get; set; }
21.72.4.1.1. Property Value
21.72.4.2. AllowInsecureTls
public bool AllowInsecureTls { get; set; }
21.72.4.2.1. Property Value
21.72.4.3. CaPath
public string CaPath { get; set; }
21.72.4.3.1. Property Value
21.72.4.4. CredentialsPath
public string CredentialsPath { get; set; }
21.72.4.4.1. Property Value
21.72.4.5. Host
public string Host { get; set; }
21.72.4.5.1. Property Value
21.72.4.6. LinkCredit
public int LinkCredit { get; set; }
21.72.4.6.1. Property Value
21.72.4.7. MaxPriority
public int MaxPriority { get; set; }
21.72.4.7.1. Property Value
21.72.4.8. MaxRetries
public int MaxRetries { get; set; }
21.72.4.8.1. Property Value
21.72.4.9. ParallelismLimit
public int ParallelismLimit { get; set; }
21.72.4.9.1. Property Value
21.72.4.10. PartitionId
public string PartitionId { get; set; }
21.72.4.10.1. Property Value
21.72.4.11. Password
public string Password { get; set; }
21.72.4.11.1. Property Value
21.72.4.12. Port
public int Port { get; set; }
21.72.4.12.1. Property Value
21.72.4.13. Scheme
public string Scheme { get; set; }
21.72.4.13.1. Property Value
21.72.4.14. User
public string User { get; set; }