[TIBCO.EMS .NET client library 6.0 documentation]

Get and set the delivery mode using integer value, as defined in DeliveryMode class

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

Syntax

public int DeliveryMode { get; set; }
Public Property DeliveryMode As Integer
public:
property int DeliveryMode {
	int get ();
	void set (int value);
}

Remarks

Delivery mode instructs the server concerning persistent storage.

A client use this property to define a default delivery mode for messages that this producer sends. Individual sending calls can override this default value.

For values, see the DeliveryMode class.

See Also