Class NmsAmqpClientOptions
Represents the configuration options for the NMS AMQP client, including connection string and redelivery policy.
Inherited Members
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 |