Click or drag to resize

AmqpCFXEndpointDurableReceiverSetting Property

Establishes the value of the Durable framing header flag for subscription channels. Different brokers will interprety this value differently. Refer to your broker documentation to determine how to set this flag. The default setting is 1 (which signals to RabbitMQ that durable messages should be removed from their queue once successfully delivered to this endpoint).

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static uint? DurableReceiverSetting { get; set; }

Property Value

NullableUInt32
See Also