[TIBCO.EMS .NET client library 8.1 documentation]

The message producer's default delivery mode is PERSISTENT.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const int DEFAULT_DELIVERY_MODE
Public Const DEFAULT_DELIVERY_MODE As Integer
public:
literal int DEFAULT_DELIVERY_MODE

Remarks

When neither the sending call nor the producer supplies a delivery mode, this default applies.

See Also