Show / Hide Table of Contents

Class NmsAmqpClientOptions

Represents the configuration options for the NMS AMQP client, including connection string and redelivery policy.

Inheritance
object
NmsAmqpClientOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public sealed class NmsAmqpClientOptions

Properties

ConnectionString

Gets or sets the connection string used to establish the AMQP connection.

Declaration
public string ConnectionString { get; set; }
Property Value
Type Description
string

RedeliveryPolicy

Gets or sets the redelivery policy for message processing, which defines how messages are redelivered in case of failures.

Declaration
public IRedeliveryPolicy? RedeliveryPolicy { get; set; }
Property Value
Type Description
IRedeliveryPolicy
In this article
Back to top Generated by DocFX