[TIBCO.EMS .NET client library 6.3 documentation]

The message producer's default delivery mode is PERSISTENT.

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

Syntax

public const MessageDeliveryMode DEFAULT_MSG_DELIVERY_MODE
Public Const DEFAULT_MSG_DELIVERY_MODE As MessageDeliveryMode
public:
literal MessageDeliveryMode DEFAULT_MSG_DELIVERY_MODE

Remarks

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

See Also