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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public static bool? DurableMessages { get; set; }

Property Value

NullableBoolean
See Also