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.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static bool? DurableMessages { get; set; }
Public Shared Property DurableMessages As Boolean?
Get
Set
Property Value
NullableBoolean
See Also