Click or drag to resize

AmqpCFXEndpointDurableMessages Property

The AMQP 1.0 message framing header includes a "Durable" property that notifies recipients that this message should be maintained in durable storage on the message broker until delivered to all recipients, surviving broker system restarts. When this property is set to true, all messages published by the endpoint will be tagged with the Durable framing header. The default value is true.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static bool? DurableMessages { get; set; }

Property Value

NullableBoolean
See Also